Age | Commit message (Expand) | Author |
---|---|---|
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 |