2021-04-06 |
Cameron Katri | Fix darwin-amd64 |
tree | commitdiff |
2021-03-28 |
Cameron Katri | Use PREFIX now |
tree | commitdiff |
2021-02-22 |
Cameron Katri | Get all the games compiling for iOS |
tree | commitdiff |
2019-10-13 |
mrg | adjust a fallthru comment and add a missing break. |
tree | commitdiff |
2019-09-29 |
mrg | convert HAVE_GCC == 7 to HAVE_GCC >= 7. |
tree | commitdiff |
2019-02-04 |
mrg | apply -Wno-error=implicit-fallthrough on files that... |
tree | commitdiff |
2014-03-30 |
dholland | Use bool (not int) for a boolean return type. |
tree | commitdiff |
2014-03-30 |
dholland | Remove SHORTLEN and LONGLEN defines; use sizeof() prope... |
tree | commitdiff |
2014-03-30 |
dholland | Remove all the conditional compilation for INTERNET... |
tree | commitdiff |
2014-03-30 |
dholland | Clean up the names of the various pieces of socket... |
tree | commitdiff |
2014-03-29 |
dholland | fix non-INTERNET build |
tree | commitdiff |
2014-03-29 |
dholland | Er oops, fix previous. |
tree | commitdiff |
2014-03-29 |
dholland | Reduce ifdefs by making a common function to talk to... |
tree | commitdiff |
2014-03-29 |
dholland | handle compiled-in pathnames the customary way |
tree | commitdiff |
2014-03-29 |
dholland | Additional minor cleanup and remove a straggler data... |
tree | commitdiff |
2014-03-29 |
dholland | Group function declarations by which source file they... |
tree | commitdiff |
2014-03-29 |
dholland | be consistent about whether functions are static |
tree | commitdiff |
2014-03-29 |
dholland | sprinkle static |
tree | commitdiff |
2014-03-29 |
dholland | Flush unwanted file. |
tree | commitdiff |
2014-03-29 |
dholland | Move definitions to the file they're used in. |
tree | commitdiff |
2014-03-29 |
dholland | move a comment that should have gone with its symbol |
tree | commitdiff |
2014-03-29 |
dholland | Remove tautological #if DEBUG. |
tree | commitdiff |
2014-03-29 |
dholland | Split hunt and huntd's includes, instead of incestuousl... |
tree | commitdiff |
2014-03-29 |
dholland | tsort contents of file |
tree | commitdiff |
2014-03-29 |
dholland | const in unused code |
tree | commitdiff |
2014-03-29 |
dholland | remove stubbed-out function |
tree | commitdiff |
2014-03-29 |
dholland | Rip out the code that broadcasts talk requests to the... |
tree | commitdiff |
2014-03-29 |
dholland | Remove empty header file. |
tree | commitdiff |
2014-03-29 |
dholland | Use setproctitle() instead of handrolled version. |
tree | commitdiff |
2014-03-29 |
dholland | Make the code for issuing talk requests to find players... |
tree | commitdiff |
2014-03-29 |
dholland | don't declare own boolean type |
tree | commitdiff |
2014-03-29 |
dholland | use random(), not a handrolled 16-bit generator |
tree | commitdiff |
2014-03-29 |
dholland | Use getaddrinfo() instead of gethostbyname(). |
tree | commitdiff |
2014-03-29 |
dholland | typo in error message |
tree | commitdiff |
2014-03-29 |
dholland | const |
tree | commitdiff |
2014-03-29 |
dholland | simplify silly logic |
tree | commitdiff |
2014-03-28 |
apb | If you are going to use memcpy instead of struct assign... |
tree | commitdiff |
2013-10-19 |
christos | fix unused variable warnings |
tree | commitdiff |
2013-07-09 |
njoly | Fix sendmail section (8 -> 1) in xrefs. |
tree | commitdiff |
2011-08-31 |
plunky | NULL does not need a cast |
tree | commitdiff |
2011-05-23 |
joerg | #if 0 some unused code. |
tree | commitdiff |
2009-08-27 |
dholland | u_int32_t -> uint32_t |
tree | commitdiff |
2009-08-12 |
dholland | sprinkle static and prune some dead code |
tree | commitdiff |
2009-07-04 |
dholland | Remove config options for 4.2BSD and 4.3BSD, and associ... |
tree | commitdiff |
2009-07-04 |
dholland | Remove the non-curses screen handling, since it relies... |
tree | commitdiff |
2009-07-04 |
dholland | Remove config for the return type of signal handlers... |
tree | commitdiff |
2009-07-04 |
dholland | Remove references to config #defines for the thoroughly... |
tree | commitdiff |
2009-07-04 |
dholland | more whitespace |
tree | commitdiff |
2009-07-04 |
dholland | Whitespace. |
tree | commitdiff |
2009-07-04 |
dholland | Sigh, more of the same (missed two) |
tree | commitdiff |
2009-07-04 |
dholland | __attribute__((__noreturn__)) -> __dead |
tree | commitdiff |
2009-07-04 |
dholland | ANSIfy function declarations. |
tree | commitdiff |
2009-07-04 |
dholland | Remove a pile of bogus casts. One object file diff... |
tree | commitdiff |
2009-06-28 |
dholland | sprintf -> snprintf |
tree | commitdiff |
2009-06-28 |
dholland | Fix possible remote DoS of a running hunt game, and... |
tree | commitdiff |
2009-03-11 |
joerg | Fix preamble |
tree | commitdiff |
2008-01-28 |
dholland | clean for WARNS=4 |
tree | commitdiff |
2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
tree | commitdiff |
2006-10-07 |
elad | PR/18906: roskens at elfin dot net: misc. select()... |
tree | commitdiff |
2006-05-09 |
mrg | change (mostly) int to socklen_t. GCC 4 doesn't like... |
tree | commitdiff |
2006-03-17 |
abs | Add a missing bp->b_score not null check - addresses... |
tree | commitdiff |
2005-09-15 |
wiz | Drop trailing whitespace. |
tree | commitdiff |
2004-11-05 |
dsl | Add (unsigned char) cast to ctype functions |
tree | commitdiff |
2004-02-08 |
jsm | Mark unused parameters, nonreturning functions and... |
tree | commitdiff |
2004-01-27 |
jsm | Remove uses of __P. |
tree | commitdiff |
2003-06-11 |
wiz | Make build. |
tree | commitdiff |
2003-06-11 |
wiz | Merge with v20030416. |
tree | commitdiff |
2003-02-26 |
jdc | Make this work on sparc64 (don't use long and assume... |
tree | commitdiff |
2002-09-26 |
wiz | Lots of minor fixes resulting from reading these man... |
tree | commitdiff |
2002-09-26 |
wiz | Ispell. |
tree | commitdiff |
2002-09-20 |
mycroft | Minor rearrangement. |
tree | commitdiff |
2002-09-20 |
mycroft | select() -> poll() |
tree | commitdiff |
2002-05-26 |
wiz | __STDC__ is always defined on NetBSD. |
tree | commitdiff |
2001-06-12 |
wiz | receive, not recieve |
tree | commitdiff |
2001-04-04 |
wiz | mdoc'ify. |
tree | commitdiff |
2001-02-05 |
christos | remove redundant decls |
tree | commitdiff |
2001-01-09 |
lukem | - openlog "huntd" instead of "HUNT" |
tree | commitdiff |
2000-07-03 |
matt | More include additions for exit, abs, strcmp, etc. |
tree | commitdiff |
2000-04-14 |
simonb | Don't declare 'extern opt*' getopt variables. |
tree | commitdiff |
2000-01-21 |
mycroft | Nuke `extern int errno;' in code we compile with -Wstri... |
tree | commitdiff |
1998-09-13 |
hubertf | mark non-returning functions (PR#6144 by Joseph Myers... |
tree | commitdiff |
1998-09-11 |
hubertf | remove unneeded typedef for TTYB, as per PR#5867 |
tree | commitdiff |
1998-07-06 |
mrg | - use an array MAXHOSTNAMELEN+1 size to hold hostnames |
tree | commitdiff |
1998-01-09 |
perry | RCS Id Police. |
tree | commitdiff |
1997-10-20 |
lukem | FD_ZERO select mask before FD_SET-ing it |
tree | commitdiff |
1997-10-15 |
mrg | drop core in /var/tmp (from linux). |
tree | commitdiff |
1997-10-11 |
lukem | use err/warn instead of perror |
tree | commitdiff |
1997-10-10 |
lukem | Yet Another Monster Commit: |
tree | commitdiff |
1997-10-04 |
mrg | fix compiler warnings on the alpha. |
tree | commitdiff |
1997-10-04 |
mrg | note that huntd lives in /usr/games. |
tree | commitdiff |
1997-10-04 |
mrg | build hunt. |
tree | commitdiff |
1997-10-04 |
mrg | hunt version 1993-07-17 |
tree | commitdiff |
|