summaryrefslogtreecommitdiffstats
path: root/hunt/huntd
Commit message (Expand)AuthorAgeFilesLines
* Split hunt and huntd's includes, instead of incestuously sharing a piledholland2014-03-293-240/+11
* 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
* NULL does not need a castplunky2011-08-313-14/+13
* #if 0 some unused code.joerg2011-05-231-2/+7
* u_int32_t -> uint32_tdholland2009-08-272-7/+7
* sprinkle static and prune some dead codedholland2009-08-126-46/+39
* Remove config options for 4.2BSD and 4.3BSD, and associated code. Highlydholland2009-07-043-19/+4
* Remove the non-curses screen handling, since it relies on knowingdholland2009-07-041-7/+2
* Remove config for the return type of signal handlers, which is also adholland2009-07-043-15/+15
* Remove references to config #defines for the thoroughly obsoletedholland2009-07-042-13/+3
* more whitespacedholland2009-07-041-3/+3
* 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-0412-216/+104
* Remove a pile of bogus casts. One object file diff, crosschecked anddholland2009-07-048-43/+43
* sprintf -> snprintfdholland2009-06-286-40/+54
* Fix possible remote DoS of a running hunt game, and prevent a possibledholland2009-06-281-3/+9
* Fix preamblejoerg2009-03-111-1/+2
* clean for WARNS=4dholland2008-01-287-45/+45
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
* PR/18906: roskens at elfin dot net: misc. select() to poll() updates.elad2006-10-071-5/+5
* change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg2006-05-092-8/+8
* Add a missing bp->b_score not null check - addresses Coverity CID 1003abs2006-03-171-3/+3
* Drop trailing whitespace.wiz2005-09-151-22/+22
* Add (unsigned char) cast to ctype functionsdsl2004-11-051-3/+3
* Mark unused parameters, nonreturning functions and format functions injsm2004-02-082-9/+9
* Remove uses of __P.jsm2004-01-278-113/+113
* Make build.wiz2003-06-111-1/+2
* Merge with v20030416.wiz2003-06-1118-100/+543
* Make this work on sparc64 (don't use long and assume sizeof(long) = 4).jdc2003-02-261-4/+4
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-6/+4
* Ispell.wiz2002-09-261-3/+3
* Minor rearrangement.mycroft2002-09-201-3/+1
* select() -> poll()mycroft2002-09-206-125/+100