aboutsummaryrefslogtreecommitdiff
path: root/proxy.c
AgeCommit message (Expand)Author
2024-08-03add support for using the proxy protocol v1 when proxying tooOmar Polo
2024-08-03proxy_init: simplify logicOmar Polo
2024-07-02proxy: inline the `goto retry'Omar Polo
2024-05-25s/MIN/MINIMUM/gOmar Polo
2023-10-18copyright++Omar Polo
2023-08-09don't call client_close() from fcgi/proxy bev handlersOmar Polo
2023-07-01typoOmar Polo
2023-06-06switch to the more usual log.cOmar Polo
2023-06-06rename log.[ch] to logger.[ch]Omar Polo
2023-06-05provide a more usual fatalOmar Polo
2022-11-17always cast is*() arguments to unsigned charOmar Polo
2022-10-05make the various strings in the config fixed-lengthOmar Polo
2022-07-04copyright yearsOmar Polo
2022-03-19const-ify some tablesOmar Polo
2022-01-30allow using a custom hostname for SNI during proxyingOmar Polo
2022-01-27improve proxy error pathOmar Polo
2022-01-27set REQUEST_PROXY only when proxy_init is successfulOmar 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-01support optional client certificate for proxy ruleOmar Polo
2021-12-29add ability to proxy requestsOmar Polo