]> git.cameronkatri.com Git - bsdgames-darwin.git/history - hunt
unstr: Check that the input filename fits in the buffer.
[bsdgames-darwin.git] / hunt /
2019-10-13 mrgadjust a fallthru comment and add a missing break.
2019-10-13 mrgintroduce some common variables for use in GCC warning...
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 skrllRemove unused.
2014-03-30 dhollandUse bool (not int) for a boolean return type.
2014-03-30 dhollandUse the curses beep function instead of writing a beep...
2014-03-30 dhollandcurses has printw, use it.
2014-03-30 dhollanddon't use the preprocessor to rename curses functions...
2014-03-30 dhollandfix off-by-one
2014-03-30 dhollandInstead of #define STDIN 0, use STDIN_FILENO.
2014-03-30 dhollandRemove SHORTLEN and LONGLEN defines; use sizeof() prope...
2014-03-30 dhollandNaming reform for socket pieces, akin to what I did...
2014-03-30 dhollandI wish the socket API didn't require casts. Easy to...
2014-03-30 dhollandfix obvious mistake (seems to have been there since...
2014-03-30 dhollandTidy up list of broadcast addresses.
2014-03-30 dhollandClean up the handling of the list of hunt daemons.
2014-03-30 dhollanduse fewer globals
2014-03-30 dhollandmore cleanup
2014-03-30 dhollandunexpose some globals that server.c previously required
2014-03-30 dhollandname reform, fewer file statics
2014-03-30 dhollandgoto considered harmful
2014-03-30 dhollandsplit off a bunch of the nastier network code into...
2014-03-30 dhollandWhen indexing an array with a char, cast it to unsigned...
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 dhollandgroup external functions by where they come from
2014-03-29 dhollandbe consistent about whether functions are static
2014-03-29 dhollandhandle compiled-in pathnames the customary way
2014-03-29 dhollandmake some globals static
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 dhollandRemove unsafe and unnecessary pointer casts.
2014-03-29 dhollandcatch up to huntd changes.
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-09-01 plunkyreinstate NULL cast by request, where the NULL was...
2011-08-31 plunkyNULL does not need a cast
2011-05-23 joerg#if 0 some unused code.
2011-05-23 joergDon't use variables as format string.
2011-01-05 dhollandavoid unnecessary cast (hi wiz)
2011-01-05 wizFix realloc error. Found by cppcheck.
2010-02-06 heWhen using -lcurses, you also need -lterminfo.
2010-02-03 royUserland now builds and uses terminfo instead of termcap.
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 dhollandVarious minor fixes, mostly from OpenBSD.
2009-07-04 dhollandNotes on the protocol used by hunt, from OpenBSD.
2009-07-04 dhollandWhitespace.
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 two more bogus casts. These *do* create object...
2009-07-04 dhollandRemove bogus casts. Two object file diffs inspected...
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
2009-03-11 joergFix markup
2008-08-08 drochnerif initscr() fails, exit with a message rather than...
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-19 christosCoverity CID 1443: Prevent static overrun.
2006-03-17 absadd more "ifdef notdef" around unused sections - addres...
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...
next