aboutsummaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Expand)Author
2021-10-24fix "double slash" in logsOmar Polo
2021-10-15c->req may be NULL nowOmar Polo
2021-10-02verbose logging for getnameinfoOmar Polo
2021-09-17fix syslog logging on FreeBSDOmar Polo
2021-08-23fix wrong arguments order for send_logOmar Polo
2021-07-19introduce IMSG_LOG_REQUESTOmar Polo
2021-07-19send_log: accept explicit imsg type paramOmar Polo
2021-07-07initialize the logger earlyOmar Polo
2021-07-06fmtOmar Polo
2021-06-16kill unused variableOmar Polo
2021-06-15allow sending fd to log on to the logger processOmar Polo
2021-04-28wait for logger after fatal()Omar Polo
2021-04-28fatal: send log to loggerOmar Polo
2021-04-28send priority to the logger processOmar Polo
2021-04-28lower log priority for fatal errors from CRIT to ERROmar Polo
2021-04-14print the datetime when logging to stderrOmar Polo
2021-03-20move all sandbox-related code to sandbox.cOmar Polo
2021-03-19refactoring: imsg everywhereOmar Polo
2021-03-03fix out-of-bounds accessOmar Polo
2021-02-23move log_init & vars to gmid.c, retain logger_main in log.cOmar Polo
2021-02-23move vhost_should_log call to server.cOmar Polo
2021-02-23add `log on/off' to enable/disable logs per-locationOmar Polo
2021-02-23don't directly include sys/queue.hOmar Polo
2021-02-23tests and compat for imsgOmar Polo
2021-02-23moving logging to its own processOmar Polo
2021-02-12fix various compilation errorsOmar Polo
2021-02-07move logging code to log.cOmar Polo