Age | Commit message (Expand) | Author |
---|---|---|
2021-04-28 | wait for logger after fatal() | Omar Polo |
2021-04-28 | fatal: send log to logger | Omar Polo |
2021-04-28 | send priority to the logger process | Omar Polo |
2021-04-28 | lower log priority for fatal errors from CRIT to ERR | Omar Polo |
2021-04-14 | print the datetime when logging to stderr | Omar Polo |
2021-03-20 | move all sandbox-related code to sandbox.c | Omar Polo |
2021-03-19 | refactoring: imsg everywhere | Omar Polo |
2021-03-03 | fix out-of-bounds access | Omar Polo |
2021-02-23 | move log_init & vars to gmid.c, retain logger_main in log.c | Omar Polo |
2021-02-23 | move vhost_should_log call to server.c | Omar Polo |
2021-02-23 | add `log on/off' to enable/disable logs per-location | Omar Polo |
2021-02-23 | don't directly include sys/queue.h | Omar Polo |
2021-02-23 | tests and compat for imsg | Omar Polo |
2021-02-23 | moving logging to its own process | Omar Polo |
2021-02-12 | fix various compilation errors | Omar Polo |
2021-02-07 | move logging code to log.c | Omar Polo |