| Commit message (Expand) | Author | Age | Files | Lines |
| * | games: remove trailing whitespace in *.c and *.h | rillig | 2021-05-05 | 13 | -296/+296 |
| * | Fix darwin-amd64 | Cameron Katri | 2021-04-06 | 1 | -0/+1 |
| * | Use PREFIX now | Cameron Katri | 2021-03-28 | 3 | -7/+9 |
| * | Get all the games compiling for iOS | Cameron Katri | 2021-02-22 | 7 | -16/+39 |
| * | adjust a fallthru comment and add a missing break. | mrg | 2019-10-13 | 1 | -3/+5 |
| * | introduce some common variables for use in GCC warning disables: | mrg | 2019-10-13 | 1 | -1/+3 |
| * | convert HAVE_GCC == 7 to HAVE_GCC >= 7. | mrg | 2019-09-29 | 1 | -2/+2 |
| * | apply -Wno-error=implicit-fallthrough on files that have fallthru | mrg | 2019-02-04 | 1 | -1/+8 |
| * | Remove unused. | skrll | 2014-03-30 | 1 | -5/+3 |
| * | Use bool (not int) for a boolean return type. | dholland | 2014-03-30 | 2 | -5/+5 |
| * | Use the curses beep function instead of writing a beep to stdout. | dholland | 2014-03-30 | 1 | -3/+3 |
| * | curses has printw, use it. | dholland | 2014-03-30 | 1 | -7/+4 |
| * | don't use the preprocessor to rename curses functions, just call them | dholland | 2014-03-30 | 2 | -36/+30 |
| * | fix off-by-one | dholland | 2014-03-30 | 1 | -3/+3 |
| * | Instead of #define STDIN 0, use STDIN_FILENO. | dholland | 2014-03-30 | 1 | -6/+5 |
| * | Remove SHORTLEN and LONGLEN defines; use sizeof() properly instead. | dholland | 2014-03-30 | 7 | -53/+57 |
| * | Naming reform for socket pieces, akin to what I did in huntd earlier. | dholland | 2014-03-30 | 5 | -57/+58 |
| * | I wish the socket API didn't require casts. Easy to mess them up. | dholland | 2014-03-30 | 2 | -10/+14 |
| * | fix obvious mistake (seems to have been there since 4.4) | dholland | 2014-03-30 | 1 | -3/+3 |
| * | Tidy up list of broadcast addresses. | dholland | 2014-03-30 | 1 | -26/+39 |
| * | Clean up the handling of the list of hunt daemons. | dholland | 2014-03-30 | 3 | -149/+230 |
| * | use fewer globals | dholland | 2014-03-30 | 2 | -19/+14 |
| * | more cleanup | dholland | 2014-03-30 | 1 | -54/+117 |
| * | unexpose some globals that server.c previously required | dholland | 2014-03-30 | 3 | -20/+21 |
| * | name reform, fewer file statics | dholland | 2014-03-30 | 1 | -17/+21 |
| * | goto considered harmful | dholland | 2014-03-30 | 1 | -95/+111 |
| * | split off a bunch of the nastier network code into its own file | dholland | 2014-03-30 | 4 | -197/+263 |
| * | When indexing an array with a char, cast it to unsigned char, not int, | dholland | 2014-03-30 | 1 | -3/+3 |
| * | Remove all the conditional compilation for INTERNET. Now you can run | dholland | 2014-03-30 | 4 | -167/+224 |
| * | Clean up the names of the various pieces of socket apparatus. | dholland | 2014-03-30 | 4 | -75/+129 |
| * | fix non-INTERNET build | dholland | 2014-03-29 | 2 | -6/+8 |
| * | Er oops, fix previous. | dholland | 2014-03-29 | 1 | -3/+3 |
| * | Reduce ifdefs by making a common function to talk to either syslogd or | dholland | 2014-03-29 | 5 | -60/+80 |
| * | group external functions by where they come from | dholland | 2014-03-29 | 1 | -6/+13 |
| * | be consistent about whether functions are static | dholland | 2014-03-29 | 1 | -5/+5 |
| * | handle compiled-in pathnames the customary way | dholland | 2014-03-29 | 4 | -13/+56 |
| * | make some globals static | dholland | 2014-03-29 | 2 | -14/+9 |
| * | Additional minor cleanup and remove a straggler data declaration | dholland | 2014-03-29 | 4 | -19/+23 |
| * | Group function declarations by which source file they come from, and | dholland | 2014-03-29 | 1 | -28/+36 |
| * | be consistent about whether functions are static | dholland | 2014-03-29 | 2 | -7/+7 |
| * | sprinkle static | dholland | 2014-03-29 | 4 | -32/+21 |
| * | Flush unwanted file. | dholland | 2014-03-29 | 2 | -42/+2 |
| * | Move definitions to the file they're used in. | dholland | 2014-03-29 | 2 | -11/+11 |
| * | move a comment that should have gone with its symbol | dholland | 2014-03-29 | 2 | -9/+9 |
| * | Remove tautological #if DEBUG. | dholland | 2014-03-29 | 1 | -15/+2 |
| * | Split hunt and huntd's includes, instead of incestuously sharing a pile | dholland | 2014-03-29 | 10 | -257/+381 |
| * | Remove unsafe and unnecessary pointer casts. | dholland | 2014-03-29 | 1 | -7/+6 |
| * | catch up to huntd changes. | dholland | 2014-03-29 | 3 | -37/+38 |
| * | tsort contents of file | dholland | 2014-03-29 | 1 | -49/+43 |
| * | const in unused code | dholland | 2014-03-29 | 1 | -7/+7 |