Commit Briefs


Omar Polo

rename log.[ch] to logger.[ch]


Omar Polo

predeclare struct client


Omar Polo

rename PROC_MAX to PREFORK_MAX


Omar Polo

nitpick: fix snprintf check


Omar Polo

adjust comments


Omar Polo

move config-related code to config.c

reuse it in ge too.


Omar Polo

call setlocale()


Omar Polo

remove unused define




Omar Polo

revert aae8f6bf2b

it's just not worth it to inflict this breaking change to the users.


Omar Polo

+log.h


Omar Polo

provide a more usual fatal

fatal usually appends the error string. Add 'fatalx' that doesn't. Fix callers and move the prototypes to log.h