aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-29give a name to the anonymous unionOmar Polo
2021-06-29sync the usage; while there also change order and capitalizeOmar Polo
2021-06-29mention -V/--version and --help in the manpageOmar Polo
2021-06-29define GMID_STRING and reuse-itOmar Polo
2021-06-29add version in usageOmar Polo
2021-06-29use getprogname() in usage()Omar Polo
2021-06-29use getopt_long, add --help as synonym of -h and -V/--versionOmar Polo
2021-06-17document `log' optionOmar Polo
2021-06-16strncpy -> strlcpyOmar Polo
2021-06-16make sure l is always initializedOmar Polo
2021-06-16remove last occurrences of lexOmar Polo
2021-06-16remove now unused lex.lOmar Polo
2021-06-16move lineno/colno into the token structOmar Polo
2021-06-16drop the dependency on lex by implementing yylex by ourselvesOmar Polo
2021-06-16kill unused variableOmar Polo
2021-06-15be quieterOmar Polo
2021-06-15allow sending fd to log on to the logger processOmar Polo
2021-06-12add some simple test for fastcgiOmar Polo
2021-06-12add simple fcgi application for test purposesOmar Polo
2021-06-12explicitly use c->fd instead of fdOmar Polo
2021-06-12mark backend as FCGI_READY when getting a fdOmar Polo
2021-06-12indentationOmar Polo
2021-06-12free fastcgi param listOmar Polo
2021-06-12TAILQ_REMOVE env and aliases during config_freeOmar Polo
2021-06-11mention FastCGI in the README.mdOmar Polo
2021-06-11fix warnings in manpageOmar Polo
2021-06-11document fastcgi and the new `param' optionsOmar Polo
2021-06-11add `param' keywordOmar Polo
2021-06-11more params from and send a custom listOmar Polo
2021-06-04reword last sentenceOmar Polo
2021-06-04improve docker exampleOmar Polo
2021-05-27syncOmar Polo
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