index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.c
Age
Commit message (
Expand
)
Author
2024-06-12
typo in error message
Omar Polo
2024-01-21
convert remaining code to the imsg getters
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-25
ignore some errors from socket(2)
Omar Polo
2023-08-23
enable privsep crypto on all systems
Omar Polo
2023-08-07
unbreak config_test() when !use_privsep_crypto
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-04
set the default logging style back to legacy
Omar Polo
2023-08-03
actually use the specified log style
Omar Polo
2023-07-26
add log syslog off; don't turn syslog off when log access is specified
Omar Polo
2023-07-24
add ability to log to files with log access <path>
Omar Polo
2023-07-23
avoid use-after-free
Omar Polo
2023-07-23
revamp fastcgi configuration: make it per-location
Omar Polo
2023-07-01
rename do_accept() -> server_accept()
Omar Polo
2023-06-24
typo
Omar Polo
2023-06-24
load the certs per listening address
Omar Polo
2023-06-24
send host addresses to the server process
Omar Polo
2023-06-24
better fd rampage avoidance
Omar Polo
2023-06-23
implement `listen on'
Omar Polo
2023-06-12
load_ca: get a buffer instead of a fd
Omar Polo
2023-06-12
simplify config_send_kp: use config_send_file
Omar Polo
2023-06-11
disable the privsep crypto engine on !OpenBSD
Omar Polo
2023-06-11
add a privsep crypto engine
Omar Polo
2023-06-11
rework load_file to use pread()
Omar Polo
2023-06-11
adjust how locations are received
Omar Polo
2023-06-11
simplify ocsp sending using config_send_file
Omar Polo
2023-06-10
change config_send_file to take the process id as argument
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-09
readd proxy certs and `require client ca' support
Omar Polo
2023-06-08
safety measure, explicitly memset config in config_init
Omar Polo
2023-06-08
keep cert/key/ocsp path as strings and don't send them via imsg
Omar Polo
2023-06-08
fix previous
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-06
move config-related code to config.c
Omar Polo