index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gmid.c
Age
Commit message (
Expand
)
Author
2024-04-04
fix config dumping (-nn) handling
Omar Polo
2024-03-03
fix `log access path' with chroot
Omar Polo
2024-01-21
convert remaining code to the imsg getters
Omar Polo
2024-01-11
configure: add --sysconfdir / $SYSCONFDIR handling
Omar Polo
2024-01-09
fix configtest with chroot
Omar Polo
2023-10-18
copyright++
Omar Polo
2023-08-28
tweak log_request() comment
Omar Polo
2023-08-07
use the subject' common name as the user field in log
Omar Polo
2023-08-07
remove debugging leftover
Omar Polo
2023-08-07
try hard at loading the configuration during conftest (-n)
Omar Polo
2023-08-07
add `log syslog facility' to use a different syslog(3) facility
Omar Polo
2023-08-03
actually use the specified log style
Omar Polo
2023-08-01
change the 'condensed' style to include the size of the request too
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-25
allow to change the logging style; introduce some new ones
Omar Polo
2023-07-24
still respect `log' when in debug mode
Omar Polo
2023-07-24
open the log files inside the chroot
Omar Polo
2023-07-24
reopen log files upon SIGUSR2
Omar Polo
2023-07-24
add ability to log to files with log access <path>
Omar Polo
2023-07-01
change log_request to take the code and meta unpacked
Omar Polo
2023-06-26
call getnameinfo() only once per request
Omar Polo
2023-06-24
default chroot to user' home if unset
Omar Polo
2023-06-23
implement `listen on'
Omar Polo
2023-06-23
rename client->addr to raddr (remote address) and keep original length
Omar Polo
2023-06-23
typo; use the `l' variable not `len'
Omar Polo
2023-06-11
add a privsep crypto engine
Omar Polo
2023-06-09
parse the config file only once
Omar Polo
2023-06-09
move print_conf and make it take the config as argument
Omar Polo
2023-06-09
use fatal/fatalx instead of err/errx in daemon code
Omar Polo
2023-06-09
parse_conf: don't die on error, return -1
Omar Polo
2023-06-09
don't have the config being a global
Omar Polo
2023-06-09
move hosts into the config struct
Omar Polo
2023-06-09
move fastcgi from global var to the config struct
Omar Polo
2023-06-08
remove foreground / verbose from config
Omar Polo
2023-06-08
remove forgotten include of logger.h
Omar Polo
2023-06-08
move log_request to gmid.c
Omar Polo
2023-06-08
move make_socket to config.c and make it private
Omar Polo
2023-06-08
rework the daemon to do fork+exec
Omar Polo
2023-06-08
absolutify the path to the pid file
Omar Polo
2023-06-06
switch to the more usual log.c
Omar Polo
2023-06-06
rename log.[ch] to logger.[ch]
Omar Polo
2023-06-06
rename PROC_MAX to PREFORK_MAX
Omar Polo
2023-06-06
move config-related code to config.c
Omar Polo
2023-06-06
call setlocale()
Omar Polo
2023-06-05
move and dedup the tls initalization in server.c
Omar Polo
2023-06-05
revert aae8f6bf2b
Omar Polo
2023-06-05
provide a more usual fatal
Omar Polo
2023-06-05
move some server-related code to server.c
Omar Polo
2023-06-05
fold long lines
Omar Polo
[next]