Age | Commit message (Expand) | Author |
---|---|---|
2023-08-23 | resurrect openlog() + tzset() in the logger | Omar Polo |
2023-08-07 | add `log syslog facility' to use a different syslog(3) facility | Omar Polo |
2023-07-26 | add log syslog off; don't turn syslog off when log access is specified | Omar Polo |
2023-07-26 | rename IMSG_LOG_TYPE to ACCESS | Omar Polo |
2023-07-24 | still respect `log' when in debug mode | Omar Polo |
2023-07-24 | logger use dprintf and a fd instead of a FILE | Omar Polo |
2023-06-24 | copyright years++ | Omar Polo |
2023-06-08 | less logger.h | Omar Polo |
2023-06-08 | move log_request to gmid.c | Omar Polo |
2023-06-08 | rework the daemon to do fork+exec | Omar Polo |
2023-06-06 | fix asprintf failure check | Omar Polo |
2023-06-06 | switch to the more usual log.c | Omar Polo |
2023-06-06 | use memchr instead of rolling a custom one | Omar Polo |
2023-06-06 | rename log.[ch] to logger.[ch] | Omar Polo |