aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
AgeCommit message (Expand)Author
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
2022-01-01add `protocols' option to `proxy' ruleOmar Polo
2022-01-01add `verifyname' option for `proxy' ruleOmar Polo
2022-01-01simplify the proxying codeOmar Polo
2022-01-01update copyright yearsOmar Polo
2022-01-01support optional client certificate for proxy ruleOmar Polo
2021-12-29add ability to proxy requestsOmar Polo
2021-12-29move struct iri and parser at the top of the fileOmar Polo
2021-10-15Implement OCSP stapling supportStephen Gregoratto
2021-10-09two -n to dump the parsed configurationOmar Polo
2021-10-07add compat for sys/tree.hOmar Polo
2021-10-07Store clients inside a splay treeOmar Polo
2021-10-07one FastCGI connection per clientOmar Polo
2021-10-02improve libevent2 handlingOmar Polo
2021-10-02drop now unused trim_req_iriOmar Polo
2021-10-02new I/O handling on top of buffereventsOmar Polo
2021-09-26fastcgi completely asynchronousOmar Polo
2021-07-19introduce IMSG_LOG_REQUESTOmar Polo
2021-07-10move version number to configure scriptOmar Polo
2021-07-09move parse_portno to gmid.cOmar Polo
2021-07-07style(9)-ifyOmar Polo
2021-07-06gracefully shut down fastcgi backendsOmar Polo
2021-06-29allow to define macros in the config fileOmar Polo
2021-06-29define GMID_STRING and reuse-itOmar Polo