summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/answer.c
Commit message (Expand)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-24/+24
* Use bool (not int) for a boolean return type.dholland2014-03-301-3/+3
* Remove SHORTLEN and LONGLEN defines; use sizeof() properly instead.dholland2014-03-301-17/+17
* Remove all the conditional compilation for INTERNET. Now you can rundholland2014-03-301-19/+34
* Clean up the names of the various pieces of socket apparatus.dholland2014-03-301-3/+3
* fix non-INTERNET builddholland2014-03-291-2/+4
* Reduce ifdefs by making a common function to talk to either syslogd ordholland2014-03-291-7/+3
* don't declare own boolean typedholland2014-03-291-9/+9
* u_int32_t -> uint32_tdholland2009-08-271-4/+4
* sprinkle static and prune some dead codedholland2009-08-121-5/+9
* Whitespace.dholland2009-07-041-60/+60
* ANSIfy function declarations.dholland2009-07-041-14/+7
* Remove a pile of bogus casts. One object file diff, crosschecked anddholland2009-07-041-9/+9
* sprintf -> snprintfdholland2009-06-281-7/+11
* Fix possible remote DoS of a running hunt game, and prevent a possibledholland2009-06-281-3/+9
* clean for WARNS=4dholland2008-01-281-7/+7
* change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg2006-05-091-3/+3
* Add (unsigned char) cast to ctype functionsdsl2004-11-051-3/+3
* Merge with v20030416.wiz2003-06-111-5/+30
* Make this work on sparc64 (don't use long and assume sizeof(long) = 4).jdc2003-02-261-4/+4
* select() -> poll()mycroft2002-09-201-9/+11
* Yet Another Monster Commit:lukem1997-10-101-18/+30
* fix compiler warnings on the alpha.mrg1997-10-041-1/+1
* hunt version 1993-07-17mrg1997-10-041-0/+389