aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-29extend/sync .gitignoreOmar Polo
2023-08-29add -e to gencert usage() stringOmar Polo
2023-08-29tweak gemexp logsOmar Polo
2023-08-29regress: change naming scheme for certs, add GENCERT_FLAGS knobOmar Polo
2023-08-29sync changelogOmar Polo
2023-08-29gemexp: save certs to $XDG_DATA_HOME/gemexp, not /gmidOmar Polo
2023-08-29gemexp: change the naming scheme for the certificatesOmar Polo
2023-08-29fix typo; the size computation is done using len, not retOmar Polo
2023-08-28log ip address and port when tls_handshake failsOmar Polo
2023-08-28tweak log_request() commentOmar Polo
2023-08-28don't let crypto_dispatch_server handle IMSG_CRYPTO_ECDSA_SIGNOmar Polo
2023-08-28pre-increment reqidOmar Polo
2023-08-28typo; was filling the wrong iov_len...Omar Polo
2023-08-25plug a leakOmar Polo
2023-08-25fix automatic guessing of `listen on'Omar Polo
2023-08-25ignore some errors from socket(2)Omar Polo
2023-08-24we're in public alpha right now!Omar Polo
2023-08-23remove configure.local{,.example}Omar Polo
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