aboutsummaryrefslogtreecommitdiff
path: root/logger.c
AgeCommit message (Expand)Author
2024-01-21convert remaining code to the imsg gettersOmar Polo
2024-01-21please macosOmar Polo
2024-01-21convert most of gmid to the new imsg APIsOmar Polo
2024-01-21convert to use imsg_get_fd()Omar Polo
2023-08-23resurrect openlog() + tzset() in the loggerOmar Polo
2023-08-07add `log syslog facility' to use a different syslog(3) facilityOmar Polo
2023-07-26add log syslog off; don't turn syslog off when log access is specifiedOmar Polo
2023-07-26rename IMSG_LOG_TYPE to ACCESSOmar Polo
2023-07-24still respect `log' when in debug modeOmar Polo
2023-07-24logger use dprintf and a fd instead of a FILEOmar Polo
2023-06-24copyright years++Omar Polo
2023-06-08less logger.hOmar Polo
2023-06-08move log_request to gmid.cOmar Polo
2023-06-08rework the daemon to do fork+execOmar Polo
2023-06-06fix asprintf failure checkOmar Polo
2023-06-06switch to the more usual log.cOmar Polo
2023-06-06use memchr instead of rolling a custom oneOmar Polo
2023-06-06rename log.[ch] to logger.[ch]Omar Polo