darkhttpd/trunk
Emil Mikulic f65f8520a0 . More assertions in split_string().
. Make some empty for() loops more obvious.
. Missed a 0 -> '\0' last time.
. err(EXIT_FAILURE, ...) -> err(1, ...) to retain existing style.
. Annotate default_extension_map[] - it must be NULL terminated.
. Don't expand_tilde() -- unsure about this.
2013-04-28 19:40:39 +10:00
..
Makefile Worked out warning flags from gcc manpage 2013-04-28 19:30:35 +10:00
darkhttpd.c . More assertions in split_string(). 2013-04-28 19:40:39 +10:00