aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-11fix compilation on OSes without sandboxOmar Polo
2021-02-10fix setproctitle detection on FreeBSDOmar Polo
2021-02-10link to compat/ even in regressOmar Polo
2021-02-10[seccomp] allow newfstatat and gettimeofdayOmar Polo
2021-02-10[seccomp] epoll_wait(2) isn't available on every archOmar Polo
2021-02-10add newline after usageOmar Polo
2021-02-10fix "first location" bugOmar Polo
2021-02-10fix ca generationOmar Polo
2021-02-10don't allocate BIGNUM on the stackOmar Polo
2021-02-10allow epoll_waitOmar Polo
2021-02-10typoOmar Polo
2021-02-10improve errors during config parsingOmar Polo
2021-02-09don't delete valid.extOmar Polo
2021-02-09sortOmar Polo
2021-02-09add `require client ca' rule to require certs signed by a CAOmar Polo
2021-02-09add conf for a caOmar Polo
2021-02-09gg: add support for client certsOmar Polo
2021-02-08refactor apply_block_returnOmar Polo
2021-02-08alignOmar Polo
2021-02-08mention libeventOmar Polo
2021-02-08allow sigreturn and sigaction on linuxOmar Polo
2021-02-08fix seccomp for the new event loopOmar Polo
2021-02-08define config_path as global variableOmar Polo
2021-02-08define conf in the test program, not in puny.cOmar Polo
2021-02-08fix detection on non-openbsd systemsOmar Polo
2021-02-08look for libeventOmar Polo
2021-02-08add check for libeventOmar Polo
2021-02-08rewrite main loop using libeventOmar 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-07add trailing \n in yyerrorOmar Polo
2021-02-07move logging code to log.cOmar Polo
2021-02-07don't fprintfOmar Polo
2021-02-07use log_err instead of fprintfOmar Polo
2021-02-07improve logs managementOmar Polo
2021-02-07added prefork optionOmar Polo
2021-02-07handle also EAGAIN together with EWOULDBLOCKOmar Polo
2021-02-07add set -e to env scriptOmar Polo
2021-02-07keep original CFLAGSOmar Polo
2021-02-07add missing declaration of TENTRYPOINTOmar Polo
2021-02-07define MANDIROmar Polo
2021-02-06drop sample.conf and add something to the README.mdOmar Polo
2021-02-06reorder stuffOmar Polo
2021-02-06add script for the regress suiteOmar Polo
2021-02-06escape %Omar Polo
2021-02-06add the ``entrypoint'' optionOmar Polo
2021-02-06restart the daemon instead of kill+startOmar Polo
2021-02-06swap check in vhost_* fnsOmar Polo
2021-02-06added ``block return'' and ``strip'' optionsOmar Polo
2021-02-06fix auto index precedenceOmar Polo