]> git.cameronkatri.com Git - bsdgames-darwin.git/history - hunt/huntd
Merge upstream (can't test, hopefully nothing broke)
[bsdgames-darwin.git] / hunt / huntd /
2021-04-06 Cameron KatriFix darwin-amd64
2021-03-28 Cameron KatriUse PREFIX now
2021-02-22 Cameron KatriGet all the games compiling for iOS
2019-10-13 mrgadjust a fallthru comment and add a missing break.
2019-09-29 mrgconvert HAVE_GCC == 7 to HAVE_GCC >= 7.
2019-02-04 mrgapply -Wno-error=implicit-fallthrough on files that...
2014-03-30 dhollandUse bool (not int) for a boolean return type.
2014-03-30 dhollandRemove SHORTLEN and LONGLEN defines; use sizeof() prope...
2014-03-30 dhollandRemove all the conditional compilation for INTERNET...
2014-03-30 dhollandClean up the names of the various pieces of socket...
2014-03-29 dhollandfix non-INTERNET build
2014-03-29 dhollandEr oops, fix previous.
2014-03-29 dhollandReduce ifdefs by making a common function to talk to...
2014-03-29 dhollandhandle compiled-in pathnames the customary way
2014-03-29 dhollandAdditional minor cleanup and remove a straggler data...
2014-03-29 dhollandGroup function declarations by which source file they...
2014-03-29 dhollandbe consistent about whether functions are static
2014-03-29 dhollandsprinkle static
2014-03-29 dhollandFlush unwanted file.
2014-03-29 dhollandMove definitions to the file they're used in.
2014-03-29 dhollandmove a comment that should have gone with its symbol
2014-03-29 dhollandRemove tautological #if DEBUG.
2014-03-29 dhollandSplit hunt and huntd's includes, instead of incestuousl...
2014-03-29 dhollandtsort contents of file
2014-03-29 dhollandconst in unused code
2014-03-29 dhollandremove stubbed-out function
2014-03-29 dhollandRip out the code that broadcasts talk requests to the...
2014-03-29 dhollandRemove empty header file.
2014-03-29 dhollandUse setproctitle() instead of handrolled version.
2014-03-29 dhollandMake the code for issuing talk requests to find players...
2014-03-29 dhollanddon't declare own boolean type
2014-03-29 dhollanduse random(), not a handrolled 16-bit generator
2014-03-29 dhollandUse getaddrinfo() instead of gethostbyname().
2014-03-29 dhollandtypo in error message
2014-03-29 dhollandconst
2014-03-29 dhollandsimplify silly logic
2014-03-28 apbIf you are going to use memcpy instead of struct assign...
2013-10-19 christosfix unused variable warnings
2013-07-09 njolyFix sendmail section (8 -> 1) in xrefs.
2011-08-31 plunkyNULL does not need a cast
2011-05-23 joerg#if 0 some unused code.
2009-08-27 dhollandu_int32_t -> uint32_t
2009-08-12 dhollandsprinkle static and prune some dead code
2009-07-04 dhollandRemove config options for 4.2BSD and 4.3BSD, and associ...
2009-07-04 dhollandRemove the non-curses screen handling, since it relies...
2009-07-04 dhollandRemove config for the return type of signal handlers...
2009-07-04 dhollandRemove references to config #defines for the thoroughly...
2009-07-04 dhollandmore whitespace
2009-07-04 dhollandWhitespace.
2009-07-04 dhollandSigh, more of the same (missed two)
2009-07-04 dholland__attribute__((__noreturn__)) -> __dead
2009-07-04 dhollandANSIfy function declarations.
2009-07-04 dhollandRemove a pile of bogus casts. One object file diff...
2009-06-28 dhollandsprintf -> snprintf
2009-06-28 dhollandFix possible remote DoS of a running hunt game, and...
2009-03-11 joergFix preamble
2008-01-28 dhollandclean for WARNS=4
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2006-10-07 eladPR/18906: roskens at elfin dot net: misc. select()...
2006-05-09 mrgchange (mostly) int to socklen_t. GCC 4 doesn't like...
2006-03-17 absAdd a missing bp->b_score not null check - addresses...
2005-09-15 wizDrop trailing whitespace.
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-02-08 jsmMark unused parameters, nonreturning functions and...
2004-01-27 jsmRemove uses of __P.
2003-06-11 wizMake build.
2003-06-11 wizMerge with v20030416.
2003-02-26 jdcMake this work on sparc64 (don't use long and assume...
2002-09-26 wizLots of minor fixes resulting from reading these man...
2002-09-26 wizIspell.
2002-09-20 mycroftMinor rearrangement.
2002-09-20 mycroftselect() -> poll()
2002-05-26 wiz__STDC__ is always defined on NetBSD.
2001-06-12 wizreceive, not recieve
2001-04-04 wizmdoc'ify.
2001-02-05 christosremove redundant decls
2001-01-09 lukem- openlog "huntd" instead of "HUNT"
2000-07-03 mattMore include additions for exit, abs, strcmp, etc.
2000-04-14 simonbDon't declare 'extern opt*' getopt variables.
2000-01-21 mycroftNuke `extern int errno;' in code we compile with -Wstri...
1998-09-13 hubertfmark non-returning functions (PR#6144 by Joseph Myers...
1998-09-11 hubertfremove unneeded typedef for TTYB, as per PR#5867
1998-07-06 mrg- use an array MAXHOSTNAMELEN+1 size to hold hostnames
1998-01-09 perryRCS Id Police.
1997-10-20 lukemFD_ZERO select mask before FD_SET-ing it
1997-10-15 mrgdrop core in /var/tmp (from linux).
1997-10-11 lukemuse err/warn instead of perror
1997-10-10 lukemYet Another Monster Commit:
1997-10-04 mrgfix compiler warnings on the alpha.
1997-10-04 mrgnote that huntd lives in /usr/games.
1997-10-04 mrgbuild hunt.
1997-10-04 mrghunt version 1993-07-17