index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ex.c
Age
Commit message (
Expand
)
Author
2021-02-12
fix various compilation errors
Omar Polo
2021-02-07
define TLS_CLIENT_NOT_BEFORE/NOT_AFTER in CGI scripts
Omar Polo
2021-02-07
[cgi] split the query in words if needed and add them to the argv
Omar Polo
2021-02-07
use log_err instead of fprintf
Omar Polo
2021-02-06
ensure CGI stdout it's blocking
Omar Polo
2021-02-04
reload configuration on SIGHUP
Omar Polo
2021-02-03
refactor executor_main
Omar Polo
2021-02-01
[cgi] always set some variables
Omar Polo
2021-02-01
don't add the query to argv
Omar Polo
2021-02-01
bring the CGI implementation in par with GLV-1.12556
Omar Polo
2021-02-01
fix computed offset
Omar Polo
2021-01-25
unveil x the vhosts directories
Omar Polo
2021-01-24
sync the CGI environment with the manpage
Omar Polo
2021-01-24
pass the fd, not the path!
Omar Polo
2021-01-24
chdir to the vhost root before exec'ing the CGI script
Omar Polo
2021-01-19
don't leak file descriptors
Omar Polo
2021-01-18
fix requri construction
Omar Polo
2021-01-16
split into two processes: listener and executor
Omar Polo