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 | introduce some common variables for use in GCC warning... |
tree | commitdiff |
2014-03-30 |
skrll | Remove unused. |
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-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 | 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 |
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 | 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 | Various minor fixes, mostly from OpenBSD. |
tree | commitdiff |
2009-07-04 |
dholland | Whitespace. |
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-06-28 |
dholland | sprintf -> snprintf |
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-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 |
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-06-11 |
martin | Make this work on 64 bit big endian platforms. |
tree | commitdiff |
2003-05-14 |
wiz | setup -> set up. |
tree | commitdiff |
2003-05-03 |
christos | don't print error messages using warn, because we clear... |
tree | commitdiff |
2003-04-01 |
drochner | Rewrite broken broadcast interface detection code using... |
tree | commitdiff |
2003-02-26 |
jdc | Make this work on sparc64 (don't use long and assume... |
tree | commitdiff |
2003-02-25 |
wiz | .Nm does not need a dummy argument ("") before punctuat... |
tree | commitdiff |
2003-02-23 |
wiz | .Nm still needs "". |
tree | commitdiff |
2002-12-06 |
thorpej | Avoid strict alias warning. |
tree | commitdiff |
2002-09-26 |
wiz | Lots of minor fixes resulting from reading these man... |
tree | commitdiff |
2002-09-26 |
wiz | New sentences begin on new lines. |
tree | commitdiff |
2002-09-20 |
mycroft | Remove an unused declaration. |
tree | commitdiff |
2002-09-20 |
mycroft | If we're searching for a huntd, probe local_address... |
tree | commitdiff |
2002-09-20 |
mycroft | select() -> poll() |
tree | commitdiff |
2002-02-08 |
ross | Generate <>& symbolically. I'm avoiding .../dist/.... |
tree | commitdiff |
2001-04-04 |
wiz | mdoc'ify. |
tree | commitdiff |
2001-02-05 |
christos | eliminate nested externs |
tree | commitdiff |
2000-04-14 |
simonb | Don't declare 'extern opt*' getopt variables. |
tree | commitdiff |
2000-03-02 |
kleink | Include <sys/param.h> for MAXHOSTNAMELEN. |
tree | commitdiff |
2000-01-21 |
mycroft | Nuke `extern int errno;' in code we compile with -Wstri... |
tree | commitdiff |
1999-04-18 |
simonb | Don't frob the interals of a WINDOW*, use the mvinch... |
tree | commitdiff |
1998-09-13 |
hubertf | mark non-returning functions (PR#6144 by Joseph Myers... |
tree | commitdiff |
1998-08-30 |
veego | Add braces to make the new egcs happy. |
tree | commitdiff |
1998-07-06 |
mrg | - use an array MAXHOSTNAMELEN+1 size to hold hostnames |
tree | commitdiff |
1998-03-29 |
mrg | change static to static int |
tree | commitdiff |
1998-02-18 |
jtc | Simply include -lcurses instead of -lcurses -ltermcap |
tree | commitdiff |
1997-11-19 |
mrg | move hunt under dm(6) |
tree | commitdiff |
1997-11-05 |
ragge | Must have the correct library link order to be able... |
tree | commitdiff |
1997-10-22 |
lukem | use CPPFLAGS instead of CFLAGS |
tree | commitdiff |
1997-10-20 |
lukem | FD_ZERO select mask before FD_SET-ing it |
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 | 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 |
|