aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-24move gg to regressOmar Polo
2021-05-24refactor fastcgi blockOmar Polo
2021-05-24document `fastcgi' config optionOmar Polo
2021-05-15define and use GMID_VERSIONOmar Polo
2021-05-15define some more fcgi paramOmar Polo
2021-05-15use the correct document rootOmar Polo
2021-05-15const-ify strip_pathOmar Polo
2021-05-15fmtOmar Polo
2021-05-15correct the description of `strip'Omar Polo
2021-05-12certificate generation (bugfix and improvement)Omar Polo
2021-05-11gmid don't enforce anymore that a root is specifiedOmar Polo
2021-05-11drop forward declaration of struct clientOmar Polo
2021-05-09syncOmar Polo
2021-05-09fastcgi: a first implementationOmar Polo
2021-05-04added missing prototypeOmar Polo
2021-05-03syncOmar Polo
2021-05-03factorize all "only once" checksOmar Polo
2021-05-01move pidfile & cgi to global varsOmar Polo
2021-04-30make more explicit the per-location roots testOmar Polo
2021-04-30ensure %p (path) is always absoluteOmar Polo
2021-04-30allow ``root'' rule to be specified per-location blockOmar Polo
2021-04-30always use ensure_absolute_path and improve its error messageOmar Polo
2021-04-29typo in docker exampleOmar Polo
2021-04-29typo (again)Omar Polo
2021-04-29typoOmar Polo
2021-04-29tweaked the readme a bitOmar Polo
2021-04-29sort tokensOmar Polo
2021-04-29typo: missing IcOmar Polo
2021-04-29added ``alias'' option to define hostname aliases for a serverOmar Polo
2021-04-28pidfile support with `-P pidfile'Omar Polo
2021-04-28wait for logger after fatal()Omar Polo
2021-04-28fix some loggingOmar Polo
2021-04-28fatal: send log to loggerOmar Polo
2021-04-28send priority to the logger processOmar Polo
2021-04-28added ``env'' option to define environment vars for CGI scriptsOmar Polo
2021-04-28lower log priority for fatal errors from CRIT to ERROmar Polo
2021-04-28keep verbosity level after config reloadOmar Polo
2021-04-27typoOmar Polo
2021-04-26typoOmar Polo
2021-04-25add compat for reallocarrayOmar Polo
2021-04-25use memcpy instead of bcopyOmar Polo
2021-04-25d->d_namelen doesn't seem to be available on linuxOmar Polo
2021-04-25don't save the directory fd in c->pfdOmar Polo
2021-04-25sort the auto index alphabeticallyOmar Polo
2021-04-25specify the develop processOmar Polo
2021-04-24build gmid statically inside the docker containerOmar Polo
2021-04-22missing comma ,Omar Polo
2021-04-21use `text/x-patch' for .patch and .diff filesOmar Polo
2021-04-20typo in commentOmar Polo
2021-04-20restore signal handlers before exec'ing CGI scriptsOmar Polo