aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
AgeCommit message (Expand)Author
2023-06-11fixes for -Wpointer-signOmar Polo
2023-06-11add a privsep crypto engineOmar Polo
2023-06-09move print_conf and make it take the config as argumentOmar Polo
2023-06-09parse_conf: don't die on error, return -1Omar Polo
2023-06-09don't have the config being a globalOmar Polo
2023-06-09move hosts into the config structOmar Polo
2023-06-09move fastcgi from global var to the config structOmar Polo
2023-06-09readd proxy certs and `require client ca' supportOmar Polo
2023-06-08fix typoOmar Polo
2023-06-08keep cert/key/ocsp path as strings and don't send them via imsgOmar Polo
2023-06-08remove foreground / verbose from configOmar Polo
2023-06-08move logger() prototype to gmid.h and delete logger.hOmar 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-08rework the daemon to do fork+execOmar Polo
2023-06-06rename PROC_MAX to PREFORK_MAXOmar Polo
2023-06-06adjust commentsOmar Polo
2023-06-06move config-related code to config.cOmar Polo
2023-06-05remove unused defineOmar Polo
2023-06-05move and dedup the tls initalization in server.cOmar Polo
2023-06-05provide a more usual fatalOmar Polo
2023-06-05move some server-related code to server.cOmar Polo
2023-05-08send capsicum/landlock/seccomp hack to ValhallaOmar Polo
2022-10-05make the various strings in the config fixed-lengthOmar Polo
2022-10-05retire fcgi' prog fieldOmar Polo
2022-09-10specify custom version strings for the various cmdsOmar Polo
2022-09-10remove remnats tentacles of the executor processOmar Polo
2022-09-10remove unused entrypoint fieldOmar Polo
2022-09-10drop cgi vestiges from the struct hostOmar Polo
2022-09-10retire the deprecated `mime' and `map' config optionsOmar Polo
2022-09-10make the mime types fixed-sized tooOmar Polo
2022-09-10make config fields `chroot' and `user' fixed-sizeOmar Polo
2022-09-06optionally disable the sandbox on some systemsOmar Polo
2022-09-06gc FILE_EXECUTABLEOmar Polo
2022-09-06gc sandbox_executor_processOmar Polo
2022-09-06get rid of the CGI supportOmar Polo
2022-07-04encode file names in the directory indexOmar Polo
2022-04-08sort the MIME mappings and do a binary search to matchOmar Polo
2022-04-08don't load the built-in list when using `types'Omar Polo
2022-04-08allow add_mime to failOmar Polo
2022-03-27fix an out-of-bound access in start_cgiOmar Polo
2022-03-26swap try_client_by_id with client_by_idOmar Polo
2022-01-30allow using a custom hostname for SNI during proxyingOmar Polo
2022-01-27improve proxy error pathOmar Polo
2022-01-04add `require client ca' for proxy blocksOmar Polo
2022-01-02proxy: allow multiple proxy blocks, matching options and validationsOmar Polo
2022-01-01allow to disable TLS when proxying requestsOmar Polo