aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-06reset fcgi array in free_configOmar Polo
2021-07-03typoOmar Polo
2021-07-03fix seccomp filter for ppc64leOmar Polo
2021-07-03use -subj /CN=name when generating the keys for the testsOmar Polo
2021-07-02configure: add --disable-sandboxOmar Polo
2021-07-02reworked seccomp filterOmar Polo
2021-07-02revert 2c16dbd5486 -- macro names can't be reserved wordsOmar Polo
2021-06-29macro names can be reserved wordsOmar Polo
2021-06-29fix macro exampleOmar Polo
2021-06-29document the c-like handling of stringsOmar Polo
2021-06-29don't expand macros inside the quotesOmar Polo
2021-06-29alignOmar Polo
2021-06-29[config] concat two or more strings next to each othersOmar Polo
2021-06-29document macros: both -D and syntaxOmar Polo
2021-06-29don't require the strict order macro > options > serversOmar Polo
2021-06-29add -D to define macros from the cmd lineOmar Polo
2021-06-29allow to define macros in the config fileOmar Polo
2021-06-29trailing whitespacesOmar Polo
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