aboutsummaryrefslogtreecommitdiff
path: root/ex.c
AgeCommit message (Expand)Author
2021-02-12fix various compilation errorsOmar Polo
2021-02-07define TLS_CLIENT_NOT_BEFORE/NOT_AFTER in CGI scriptsOmar Polo
2021-02-07[cgi] split the query in words if needed and add them to the argvOmar Polo
2021-02-07use log_err instead of fprintfOmar Polo
2021-02-06ensure CGI stdout it's blockingOmar Polo
2021-02-04reload configuration on SIGHUPOmar Polo
2021-02-03refactor executor_mainOmar Polo
2021-02-01[cgi] always set some variablesOmar Polo
2021-02-01don't add the query to argvOmar Polo
2021-02-01bring the CGI implementation in par with GLV-1.12556Omar Polo
2021-02-01fix computed offsetOmar Polo
2021-01-25unveil x the vhosts directoriesOmar Polo
2021-01-24sync the CGI environment with the manpageOmar Polo
2021-01-24pass the fd, not the path!Omar Polo
2021-01-24chdir to the vhost root before exec'ing the CGI scriptOmar Polo
2021-01-19don't leak file descriptorsOmar Polo
2021-01-18fix requri constructionOmar Polo
2021-01-16split into two processes: listener and executorOmar Polo