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.h
Age
Commit message (
Expand
)
Author
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
add ability to log to files with log access <path>
Omar Polo
2023-07-23
remove unused IMSG types
Omar Polo
2023-07-23
add `fastcgi off' to forceful skip fastcgi for a route
Omar Polo
2023-07-23
revamp fastcgi configuration: make it per-location
Omar Polo
2023-07-23
move struct envlist and alist up
Omar Polo
2023-07-22
split out iri.h from gmid.h
Omar Polo
2023-07-01
rename do_accept() -> server_accept()
Omar Polo
2023-07-01
change log_request to take the code and meta unpacked
Omar Polo
2023-07-01
parse (and log) the header from fastcgi
Omar Polo
2023-07-01
simplify request handling
Omar Polo
2023-06-26
call getnameinfo() only once per request
Omar Polo
2023-06-24
copyright years++
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-23
implement `listen on'
Omar Polo
2023-06-23
rename client->addr to raddr (remote address) and keep original length
Omar Polo
2023-06-12
load_ca: get a buffer instead of a fd
Omar Polo
2023-06-11
disable the privsep crypto engine on !OpenBSD
Omar Polo
2023-06-11
fixes for -Wpointer-sign
Omar Polo
2023-06-11
add a privsep crypto engine
Omar Polo
2023-06-09
move print_conf and make it take the config as argument
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-09
readd proxy certs and `require client ca' support
Omar Polo
2023-06-08
fix typo
Omar Polo
2023-06-08
keep cert/key/ocsp path as strings and don't send them via imsg
Omar Polo
2023-06-08
remove foreground / verbose from config
Omar Polo
2023-06-08
move logger() prototype to gmid.h and delete logger.h
Omar Polo
2023-06-08
make server_init and server_configure_done 'public'
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
move some new_* functions from parse.y to utils.c
Omar Polo
2023-06-08
drop now unused dispatch_imsg
Omar Polo
2023-06-08
rework the daemon to do fork+exec
Omar Polo
2023-06-06
rename PROC_MAX to PREFORK_MAX
Omar Polo
2023-06-06
adjust comments
Omar Polo
2023-06-06
move config-related code to config.c
Omar Polo
2023-06-05
remove unused define
Omar Polo
2023-06-05
move and dedup the tls initalization in server.c
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-05-08
send capsicum/landlock/seccomp hack to Valhalla
Omar Polo
2022-10-05
make the various strings in the config fixed-length
Omar Polo
2022-10-05
retire fcgi' prog field
Omar Polo
2022-09-10
specify custom version strings for the various cmds
Omar Polo
[next]