aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-09fcgi-test: be less verboseOmar Polo
2023-06-09re-establish fastcgi testOmar Polo
2023-06-09move fastcgi from global var to the config structOmar Polo
2023-06-09fix sandbox_server_processOmar Polo
2023-06-09rework fcgi-test so that it binds a local socketOmar Polo
2023-06-09readd proxy certs and `require client ca' supportOmar Polo
2023-06-08configure: look for WAIT_ANYOmar Polo
2023-06-08fix typoOmar Polo
2023-06-08provide sandbox_main_process on !OpenBSDOmar Polo
2023-06-08fix build of proc.c on !OpenBSDOmar Polo
2023-06-08safety measure, explicitly memset config in config_initOmar Polo
2023-06-08keep cert/key/ocsp path as strings and don't send them via imsgOmar Polo
2023-06-08fix ge buildOmar Polo
2023-06-08less logger.hOmar Polo
2023-06-08fix previousOmar Polo
2023-06-08remove foreground / verbose from configOmar Polo
2023-06-08remove forgotten include of logger.hOmar Polo
2023-06-08move logger() prototype to gmid.h and delete logger.hOmar Polo
2023-06-08make ge work againOmar Polo
2023-06-08make server_init and server_configure_done 'public'Omar Polo
2023-06-08move log_request to gmid.cOmar Polo
2023-06-08move make_socket to config.c and make it privateOmar Polo
2023-06-08move some new_* functions from parse.y to utils.cOmar Polo
2023-06-08drop now unused dispatch_imsgOmar Polo
2023-06-08remove debug codeOmar Polo
2023-06-08remove now unused ibuf variableOmar Polo
2023-06-08sync DISTFILESOmar Polo
2023-06-08use -MMD if the compiler supports itOmar Polo
2023-06-08remove Makefile.dependOmar Polo
2023-06-08reformatOmar Polo
2023-06-08rework the daemon to do fork+execOmar Polo
2023-06-08regress: use -P with an absolute pathOmar Polo
2023-06-08absolutify the path to the pid fileOmar Polo
2023-06-06add missing include of gmid.hOmar Polo
2023-06-06use fatal() in code used in the daemonOmar Polo
2023-06-06fix asprintf failure checkOmar Polo
2023-06-06switch to the more usual log.cOmar Polo
2023-06-06use memchr instead of rolling a custom oneOmar Polo
2023-06-06rename log.[ch] to logger.[ch]Omar Polo
2023-06-06predeclare struct clientOmar Polo
2023-06-06rename PROC_MAX to PREFORK_MAXOmar Polo
2023-06-06nitpick: fix snprintf checkOmar Polo
2023-06-06adjust commentsOmar Polo
2023-06-06move config-related code to config.cOmar Polo
2023-06-06call setlocale()Omar Polo
2023-06-05remove unused defineOmar Polo
2023-06-05move and dedup the tls initalization in server.cOmar Polo
2023-06-05fix off-by-one in recent fatal changeOmar Polo
2023-06-05revert aae8f6bf2bOmar Polo
2023-06-05+log.hOmar Polo