2019-10-13 |
mrg | adjust a fallthru comment and add a missing break. |
tree | commitdiff |
2019-10-13 |
mrg | introduce some common variables for use in GCC warning... |
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 |
skrll | Remove unused. |
tree | commitdiff |
2014-03-30 |
dholland | Use bool (not int) for a boolean return type. |
tree | commitdiff |
2014-03-30 |
dholland | Use the curses beep function instead of writing a beep... |
tree | commitdiff |
2014-03-30 |
dholland | curses has printw, use it. |
tree | commitdiff |
2014-03-30 |
dholland | don't use the preprocessor to rename curses functions... |
tree | commitdiff |
2014-03-30 |
dholland | fix off-by-one |
tree | commitdiff |
2014-03-30 |
dholland | Instead of #define STDIN 0, use STDIN_FILENO. |
tree | commitdiff |
2014-03-30 |
dholland | Remove SHORTLEN and LONGLEN defines; use sizeof() prope... |
tree | commitdiff |
2014-03-30 |
dholland | Naming reform for socket pieces, akin to what I did... |
tree | commitdiff |
2014-03-30 |
dholland | I wish the socket API didn't require casts. Easy to... |
tree | commitdiff |
2014-03-30 |
dholland | fix obvious mistake (seems to have been there since... |
tree | commitdiff |
2014-03-30 |
dholland | Tidy up list of broadcast addresses. |
tree | commitdiff |
2014-03-30 |
dholland | Clean up the handling of the list of hunt daemons. |
tree | commitdiff |
2014-03-30 |
dholland | use fewer globals |
tree | commitdiff |
2014-03-30 |
dholland | more cleanup |
tree | commitdiff |
2014-03-30 |
dholland | unexpose some globals that server.c previously required |
tree | commitdiff |
2014-03-30 |
dholland | name reform, fewer file statics |
tree | commitdiff |
2014-03-30 |
dholland | goto considered harmful |
tree | commitdiff |
2014-03-30 |
dholland | split off a bunch of the nastier network code into... |
tree | commitdiff |
2014-03-30 |
dholland | When indexing an array with a char, cast it to unsigned... |
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 | group external functions by where they come from |
tree | commitdiff |
2014-03-29 |
dholland | be consistent about whether functions are static |
tree | commitdiff |
2014-03-29 |
dholland | handle compiled-in pathnames the customary way |
tree | commitdiff |
2014-03-29 |
dholland | make some globals static |
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 | Remove unsafe and unnecessary pointer casts. |
tree | commitdiff |
2014-03-29 |
dholland | catch up to huntd changes. |
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-09-01 |
plunky | reinstate NULL cast by request, where the NULL was... |
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 |
2011-05-23 |
joerg | Don't use variables as format string. |
tree | commitdiff |
2011-01-05 |
dholland | avoid unnecessary cast (hi wiz) |
tree | commitdiff |
2011-01-05 |
wiz | Fix realloc error. Found by cppcheck. |
tree | commitdiff |
2010-02-06 |
he | When using -lcurses, you also need -lterminfo. |
tree | commitdiff |
2010-02-03 |
roy | Userland now builds and uses terminfo instead of termcap. |
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 | Various minor fixes, mostly from OpenBSD. |
tree | commitdiff |
2009-07-04 |
dholland | Notes on the protocol used by hunt, from OpenBSD. |
tree | commitdiff |
2009-07-04 |
dholland | 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 two more bogus casts. These *do* create object... |
tree | commitdiff |
2009-07-04 |
dholland | Remove bogus casts. Two object file diffs inspected... |
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 |
2009-03-11 |
joerg | Fix markup |
tree | commitdiff |
2008-08-08 |
drochner | if initscr() fails, exit with a message rather than... |
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-19 |
christos | Coverity CID 1443: Prevent static overrun. |
tree | commitdiff |
2006-03-17 |
abs | add more "ifdef notdef" around unused sections - addres... |
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 |
next |