aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-23tweak readmeOmar Polo
2023-08-23don't leave HAVE_GETENTROPY undefinedOmar Polo
2023-08-23resurrect openlog() + tzset() in the loggerOmar Polo
2023-08-23resurrect landlock supportOmar Polo
2023-08-23fix build of regressOmar Polo
2023-08-23adding forgotten fileOmar Polo
2023-08-23fix previous; check for getentropy only when arc4random is missingOmar Polo
2023-08-23comment out seed_from_prngdOmar Polo
2023-08-23typoOmar Polo
2023-08-23enable privsep crypto on all systemsOmar Polo
2023-08-23bundle libtlsOmar Polo
2023-08-22sync DISTFILESOmar Polo
2023-08-22sync have/* filesOmar Polo
2023-08-22sync changelogOmar Polo
2023-08-18send all the params as per RFC3875 (CGI) and sync documentationOmar Polo
2023-08-13fix INSTALL handlingOmar Polo
2023-08-11fix comment (ge -> gemexp)Omar Polo
2023-08-11getcwd(NULL) is an extension; don't rely on itOmar Polo
2023-08-11remove not so useful starts_with()Omar Polo
2023-08-11remove a long, long unused functionOmar Polo
2023-08-09remove useless loggingOmar Polo
2023-08-09don't call client_close() from fcgi/proxy bev handlersOmar Polo
2023-08-08update changelogOmar Polo
2023-08-08fix PATH_INFO / SCRIPT_NAME splittingOmar Polo
2023-08-08implement fastcgi strip numberOmar Polo
2023-08-08lower debug log priorityOmar Polo
2023-08-08draft the PATH_INFO and SCRIPT_NAME handlingOmar Polo
2023-08-08remove prototype for function killed long agoOmar Polo
2023-08-08move strip_path to utils.cOmar Polo
2023-08-07add missing include of config.h in vis.cOmar Polo
2023-08-07drop the __bounded__ attributeOmar Polo
2023-08-07drop #include <sys/cdefs.h> from vis.hOmar Polo
2023-08-07address the strnvis(3) portability fiascoOmar Polo
2023-08-07use the subject' common name as the user field in logOmar Polo
2023-08-07remove debugging leftoverOmar Polo
2023-08-07unbreak config_test() when !use_privsep_cryptoOmar Polo
2023-08-07update changelogOmar Polo
2023-08-07try hard at loading the configuration during conftest (-n)Omar Polo
2023-08-07add `log syslog facility' to use a different syslog(3) facilityOmar Polo
2023-08-07sort logoptOmar Polo
2023-08-04comment out the condensed log style in the manpageOmar Polo
2023-08-04set the default logging style back to legacyOmar Polo
2023-08-04titan: clean up IRI/URI/URL mess; it's a IRI what we parseOmar Polo
2023-08-04titan: error if the URI is not titan://Omar Polo
2023-08-04titan: better logging for unexpected EOFsOmar Polo
2023-08-04titan: rename parse_err to errstrOmar Polo
2023-08-04titan: iomux: return -1 on EOF without receving anythingOmar Polo
2023-08-04titan: fix appending of path parametersOmar Polo
2023-08-03actually use the specified log styleOmar Polo
2023-08-03use the legacy style in the tests for nowOmar Polo