Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-06 | switch to the more usual log.c | Omar Polo | |
2023-06-06 | rename log.[ch] to logger.[ch] | Omar Polo | |
2023-06-06 | predeclare struct client | Omar Polo | |
2023-06-05 | provide a more usual fatal | Omar Polo | |
fatal usually appends the error string. Add 'fatalx' that doesn't. Fix callers and move the prototypes to log.h |