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
2022-03-27
prefer sizeof(x) instead of datalen
Omar Polo
2021-12-29
add ability to proxy requests
Omar Polo
2021-10-09
don't work around a missing -Wno-unused-parameter
Omar Polo
2021-10-07
one FastCGI connection per client
Omar Polo
2021-10-02
[cgi] switch from pipe(2) to socketpair(2)
Omar Polo
2021-07-08
PF_UNIX is not a valid protocol for socketpair
Omar Polo
2021-07-08
don't leak a file descriptor
Omar Polo
2021-07-06
don't let CGI scripts inherit our stderr
Omar Polo
2021-05-15
define and use GMID_VERSION
Omar Polo
2021-05-15
use the correct document root
Omar Polo
2021-05-09
fastcgi: a first implementation
Omar Polo
2021-04-30
allow ``root'' rule to be specified per-location block
Omar Polo
2021-04-28
added ``env'' option to define environment vars for CGI scripts
Omar Polo
2021-04-20
restore signal handlers before exec'ing CGI scripts
Omar Polo
2021-04-13
define TLS_VERSION, TLS_CIPHER and TLS_CIPHER_STRENGTH for CGI scripts
Omar Polo
2021-03-31
list instead of fixed-size array for vhosts and locations
Omar Polo
2021-03-20
gmid v1.6 -- "Stargazers"
v1.6
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
handle SIGHUP gracefully
Omar Polo
2021-03-03
give each server process its own socket for the executor
Omar Polo
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