aboutsummaryrefslogtreecommitdiff
path: root/ex.c
AgeCommit message (Expand)Author
2021-12-29add ability to proxy requestsOmar Polo
2021-10-09don't work around a missing -Wno-unused-parameterOmar Polo
2021-10-07one FastCGI connection per clientOmar Polo
2021-10-02[cgi] switch from pipe(2) to socketpair(2)Omar Polo
2021-07-08PF_UNIX is not a valid protocol for socketpairOmar Polo
2021-07-08don't leak a file descriptorOmar Polo
2021-07-06don't let CGI scripts inherit our stderrOmar Polo
2021-05-15define and use GMID_VERSIONOmar Polo
2021-05-15use the correct document rootOmar Polo
2021-05-09fastcgi: a first implementationOmar Polo
2021-04-30allow ``root'' rule to be specified per-location blockOmar Polo
2021-04-28added ``env'' option to define environment vars for CGI scriptsOmar Polo
2021-04-20restore signal handlers before exec'ing CGI scriptsOmar Polo
2021-04-13define TLS_VERSION, TLS_CIPHER and TLS_CIPHER_STRENGTH for CGI scriptsOmar Polo
2021-03-31list instead of fixed-size array for vhosts and locationsOmar Polo
2021-03-20gmid v1.6 -- "Stargazers"v1.6Omar Polo
2021-03-20move all sandbox-related code to sandbox.cOmar Polo
2021-03-19refactoring: imsg everywhereOmar Polo
2021-03-03handle SIGHUP gracefullyOmar Polo
2021-03-03give each server process its own socket for the executorOmar Polo
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