index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
logger.c
Age
Commit message (
Expand
)
Author
2024-01-21
convert remaining code to the imsg getters
Omar Polo
2024-01-21
please macos
Omar Polo
2024-01-21
convert most of gmid to the new imsg APIs
Omar Polo
2024-01-21
convert to use imsg_get_fd()
Omar Polo
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