Age | Commit message (Expand) | Author |
---|---|---|
2023-06-05 | provide a more usual fatal | Omar Polo |
2022-11-17 | always cast is*() arguments to unsigned char | Omar Polo |
2022-10-05 | make the various strings in the config fixed-length | Omar Polo |
2022-07-04 | copyright years | Omar Polo |
2022-03-19 | const-ify some tables | Omar Polo |
2022-01-30 | allow using a custom hostname for SNI during proxying | Omar Polo |
2022-01-27 | improve proxy error path | Omar Polo |
2022-01-27 | set REQUEST_PROXY only when proxy_init is successful | Omar Polo |
2022-01-02 | proxy: allow multiple proxy blocks, matching options and validations | Omar Polo |
2022-01-01 | allow to disable TLS when proxying requests | Omar Polo |
2022-01-01 | add `protocols' option to `proxy' rule | Omar Polo |
2022-01-01 | add `verifyname' option for `proxy' rule | Omar Polo |
2022-01-01 | simplify the proxying code | Omar Polo |
2022-01-01 | support optional client certificate for proxy rule | Omar Polo |
2021-12-29 | add ability to proxy requests | Omar Polo |