index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
log.c
Age
Commit message (
Expand
)
Author
2021-10-24
fix "double slash" in logs
Omar Polo
2021-10-15
c->req may be NULL now
Omar Polo
2021-10-02
verbose logging for getnameinfo
Omar Polo
2021-09-17
fix syslog logging on FreeBSD
Omar Polo
2021-08-23
fix wrong arguments order for send_log
Omar Polo
2021-07-19
introduce IMSG_LOG_REQUEST
Omar Polo
2021-07-19
send_log: accept explicit imsg type param
Omar Polo
2021-07-07
initialize the logger early
Omar Polo
2021-07-06
fmt
Omar Polo
2021-06-16
kill unused variable
Omar Polo
2021-06-15
allow sending fd to log on to the logger process
Omar Polo
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