aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
AgeCommit message (Expand)Author
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
2021-06-16drop the dependency on lex by implementing yylex by ourselvesOmar Polo
2021-06-15allow sending fd to log on to the logger processOmar Polo
2021-06-11more params from and send a custom listOmar Polo
2021-05-15define and use GMID_VERSIONOmar Polo
2021-05-15use the correct document rootOmar Polo
2021-05-11drop forward declaration of struct clientOmar Polo
2021-05-09fastcgi: a first implementationOmar Polo
2021-05-04added missing prototypeOmar Polo
2021-04-30allow ``root'' rule to be specified per-location blockOmar Polo
2021-04-29added ``alias'' option to define hostname aliases for a serverOmar Polo
2021-04-28added ``env'' option to define environment vars for CGI scriptsOmar Polo
2021-04-25sort the auto index alphabeticallyOmar Polo
2021-04-13define TLS_VERSION, TLS_CIPHER and TLS_CIPHER_STRENGTH for CGI scriptsOmar Polo
2021-03-31list instead of fixed-size array for vhosts and locationsOmar Polo
2021-03-31fix mkdirs: create directories recursivelyOmar Polo
2021-03-29handle CGI scripts that replies with the maximum header length allowedOmar Polo
2021-03-20move all sandbox-related code to sandbox.cOmar Polo
2021-03-19refactoring: imsg everywhereOmar Polo
2021-03-03give each server process its own socket for the executorOmar Polo
2021-02-23move log_init & vars to gmid.c, retain logger_main in log.cOmar Polo
2021-02-23add `log on/off' to enable/disable logs per-locationOmar Polo
2021-02-23moving logging to its own processOmar Polo