summaryrefslogtreecommitdiffstats
path: root/hunt
Commit message (Expand)AuthorAgeFilesLines
* be consistent about whether functions are staticdholland2014-03-292-7/+7
* sprinkle staticdholland2014-03-294-32/+21
* Flush unwanted file.dholland2014-03-292-42/+2
* Move definitions to the file they're used in.dholland2014-03-292-11/+11
* move a comment that should have gone with its symboldholland2014-03-292-9/+9
* Remove tautological #if DEBUG.dholland2014-03-291-15/+2
* Split hunt and huntd's includes, instead of incestuously sharing a piledholland2014-03-2910-257/+381
* Remove unsafe and unnecessary pointer casts.dholland2014-03-291-7/+6
* catch up to huntd changes.dholland2014-03-293-37/+38
* tsort contents of filedholland2014-03-291-49/+43
* const in unused codedholland2014-03-291-7/+7
* remove stubbed-out functiondholland2014-03-293-53/+7
* Rip out the code that broadcasts talk requests to the localdholland2014-03-297-707/+7
* Remove empty header file.dholland2014-03-296-50/+9
* Use setproctitle() instead of handrolled version.dholland2014-03-292-26/+7
* Make the code for issuing talk requests to find players actually build.dholland2014-03-296-45/+55
* don't declare own boolean typedholland2014-03-299-128/+120
* use random(), not a handrolled 16-bit generatordholland2014-03-291-12/+4
* Use getaddrinfo() instead of gethostbyname().dholland2014-03-291-7/+23
* typo in error messagedholland2014-03-291-3/+3
* constdholland2014-03-291-4/+4
* simplify silly logicdholland2014-03-291-14/+11
* If you are going to use memcpy instead of struct assignment, then atapb2014-03-281-3/+3
* fix unused variable warningschristos2013-10-191-7/+3
* Fix sendmail section (8 -> 1) in xrefs.njoly2013-07-091-4/+4
* reinstate NULL cast by request, where the NULL was being passed as a varargplunky2011-09-011-4/+4
* NULL does not need a castplunky2011-08-314-18/+17
* #if 0 some unused code.joerg2011-05-231-2/+7
* Don't use variables as format string.joerg2011-05-231-4/+4
* avoid unnecessary cast (hi wiz)dholland2011-01-051-5/+6
* Fix realloc error. Found by cppcheck.wiz2011-01-051-3/+7
* When using -lcurses, you also need -lterminfo.he2010-02-061-3/+3
* Userland now builds and uses terminfo instead of termcap.roy2010-02-031-2/+2
* u_int32_t -> uint32_tdholland2009-08-273-13/+13
* sprinkle static and prune some dead codedholland2009-08-128-87/+74
* Remove config options for 4.2BSD and 4.3BSD, and associated code. Highlydholland2009-07-046-109/+20
* Remove the non-curses screen handling, since it relies on knowingdholland2009-07-045-346/+14
* Remove config for the return type of signal handlers, which is also adholland2009-07-046-37/+36
* Remove references to config #defines for the thoroughly obsoletedholland2009-07-043-22/+9
* more whitespacedholland2009-07-041-3/+3
* Various minor fixes, mostly from OpenBSD.dholland2009-07-041-51/+83
* Notes on the protocol used by hunt, from OpenBSD.dholland2009-07-041-0/+272
* Whitespace.dholland2009-07-044-615/+615
* Whitespace.dholland2009-07-0417-1123/+1134
* Sigh, more of the same (missed two)dholland2009-07-041-3/+3
* __attribute__((__noreturn__)) -> __deaddholland2009-07-041-5/+5
* ANSIfy function declarations.dholland2009-07-0416-297/+152
* Remove two more bogus casts. These *do* create object diffs on amd64,dholland2009-07-041-4/+4
* Remove bogus casts. Two object file diffs inspected and found to be harmless.dholland2009-07-043-20/+19
* Remove a pile of bogus casts. One object file diff, crosschecked anddholland2009-07-048-43/+43