summaryrefslogtreecommitdiffstats
path: root/hunt
Commit message (Expand)AuthorAgeFilesLines
* name reform, fewer file staticsdholland2014-03-301-17/+21
* goto considered harmfuldholland2014-03-301-95/+111
* split off a bunch of the nastier network code into its own filedholland2014-03-304-197/+263
* When indexing an array with a char, cast it to unsigned char, not int,dholland2014-03-301-3/+3
* Remove all the conditional compilation for INTERNET. Now you can rundholland2014-03-304-167/+224
* Clean up the names of the various pieces of socket apparatus.dholland2014-03-304-75/+129
* fix non-INTERNET builddholland2014-03-292-6/+8
* Er oops, fix previous.dholland2014-03-291-3/+3
* Reduce ifdefs by making a common function to talk to either syslogd ordholland2014-03-295-60/+80
* group external functions by where they come fromdholland2014-03-291-6/+13
* be consistent about whether functions are staticdholland2014-03-291-5/+5
* handle compiled-in pathnames the customary waydholland2014-03-294-13/+56
* make some globals staticdholland2014-03-292-14/+9
* Additional minor cleanup and remove a straggler data declarationdholland2014-03-294-19/+23
* Group function declarations by which source file they come from, anddholland2014-03-291-28/+36
* 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