summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* temp is a pointer, and tempmax, not sizeof(temp), is the length ofapb2014-03-281-3/+3
* If you are going to use memcpy instead of struct assignment, then atapb2014-03-281-3/+3
* Add note cautioning against bothering with WARNS=6 until gcc improvesdholland2014-03-231-1/+4
* fix signedness issuedholland2014-03-231-4/+4
* gratuitous (but not harmful) changes to pass gcc48's -Wconversiondholland2014-03-231-10/+12
* Use ssize_t for read() results. Don't use int for lseek() results.dholland2014-03-221-6/+5
* Use ssize_t for read() results. Don't use int for lseek() results.dholland2014-03-221-6/+6
* Use uid_t to hold getuid() results, and don't check getuid for failuredholland2014-03-221-5/+3
* use size_t instead of int for a lengthdholland2014-03-221-3/+3
* Use random(), not rand().dholland2014-03-222-5/+5
* avoid unnecessary floating point opsdholland2014-03-221-4/+7
* avoid signed left-shiftdholland2014-03-221-5/+5
* Use CHAR_BIT, not 8.dholland2014-03-221-2/+3
* don't declare ospeed; it's in <termcap.h>dholland2014-03-221-3/+2
* Make the list of place types an enumeration. Use unsigned values fordholland2014-03-226-29/+30
* use a more suitable typedholland2014-03-221-3/+4
* use more suitable typesdholland2014-03-223-11/+13
* woops, more of previous.dholland2014-03-222-7/+7
* Make some things unsigned that should be (why would we need e.g. adholland2014-03-224-45/+52
* Don't cast the return value of malloc.dholland2014-03-222-13/+13
* Minor tidyup.dholland2014-03-221-6/+6