Age | Commit message (Expand) | Author |
2022-08-31 | events: Implement event system (#4912) | Francis Lavoie |
2022-08-29 | Minor cleanup, resolve a couple lint warnings | Matthew Holt |
2022-08-27 | Remove duplicate words in comments (#4986) | Abirdcfly |
2022-08-27 | reverseproxy: Add upstreams healthy metrics (#4935) | Dávid Szabó |
2022-08-25 | reverseproxy: Multiple dynamic upstreams | Matthew Holt |
2022-08-17 | core: Change net.IP to netip.Addr; use netip.Prefix (#4966) | WilczyńskiT |
2022-08-12 | reverseproxy: Add `unix+h2c` Caddyfile network shortcut (#4953) | Francis Lavoie |
2022-08-12 | reverseproxy: Ignore context cancel in stream mode (#4952) | Matt Holt |
2022-08-12 | reverseproxy: Fix H2C dialer using new stdlib `DialTLSContext` (#4951) | Francis Lavoie |
2022-08-09 | reverseproxy: Support 1xx status codes (HTTP early hints) (#4882) | Kévin Dunglas |
2022-08-06 | Replace strings.Index with strings.Cut (#4932) | Chirag Maheshwari |
2022-08-04 | Replace strings.Index usages with strings.Cut (#4930) | WilczyńskiT |
2022-08-04 | cmd: Use newly-available version information (#4931) | Matt Holt |
2022-08-02 | chore: Bump up to Go 1.19, minimum 1.18 (#4925) | Francis Lavoie |
2022-08-01 | caddyhttp: Implement `caddy respond` command (#4870) | Matt Holt |
2022-07-28 | Ignore linter warnings | Matthew Holt |
2022-07-23 | reverseproxy: Implement read & write timeouts for HTTP transport (#4905) | Matt Holt |
2022-07-13 | reverseproxy: Implement retry count, alternative to try_duration (#4756) | Francis Lavoie |
2022-07-13 | reverseproxy: Export SetScheme() again | Matthew Holt |
2022-07-08 | reverseproxy: Err 503 if all upstreams unavailable | Matthew Holt |
2022-07-08 | reverseproxy: Adjust new TLS Caddyfile directive names (#4872) | Francis Lavoie |
2022-06-28 | forwardauth: Fix case when `copy_headers` is omitted (#4856) | Francis Lavoie |
2022-06-22 | reverseproxy: Fix double headers in response handlers (#4847) | Francis Lavoie |
2022-06-22 | reverseproxy: Fix panic when TLS is not configured (#4848) | Francis Lavoie |
2022-06-20 | reverseproxy: Skip TLS for certain configured ports (#4843) | Kiss Károly Pál |
2022-06-16 | forwardauth: Support renaming copied headers, block support (#4783) | Francis Lavoie |
2022-06-14 | reverseproxy: Dynamic ServerName for TLS upstreams (#4836) | Kiss Károly Pál |
2022-06-14 | reverseproxy: Make TLS renegotiation optional | Matthew Holt |
2022-06-10 | reverseproxy: Add renegotiation param in TLS client (#4784) | Yaacov Akiba Slama |
2022-06-06 | reverseproxy: Correct the `tls_server_name` docs (#4827) | Francis Lavoie |
2022-06-03 | reverseproxy: HTTP 504 for upstream timeouts (#4824) | Matt Holt |
2022-06-02 | reverseproxy: api: Remove misleading 'healthy' value | Matthew Holt |
2022-05-29 | reverseproxy: Add --internal-certs CLI flag #3589 (#4817) | Alexander M |
2022-05-10 | reverseproxy: Support http1.1>h2c (close #4777) (#4778) | Matt Holt |
2022-05-06 | reverseproxy: Support performing pre-check requests (#4739) | Francis Lavoie |
2022-05-04 | reverseproxy: Permit resolver addresses to not specify a port (#4760) | Francis Lavoie |
2022-05-02 | reverseproxy: Fix Caddyfile support for `replace_status` (#4754) | Francis Lavoie |
2022-04-27 | reverseproxy: Improve hashing LB policies with HRW (#4724) | Matt Holt |
2022-04-25 | httpcaddyfile: Deprecate paths in site addresses; use zap logs (#4728) | Francis Lavoie |
2022-04-11 | reverseproxy: Add `_ms` placeholders for proxy durations (#4666) | Francis Lavoie |
2022-04-11 | reverseproxy: Sync up `handleUpgradeResponse` with stdlib (#4664) | Francis Lavoie |
2022-03-24 | reverseproxy: Include port in A upstreams cache | Matthew Holt |
2022-03-21 | reverseproxy: Don't clear name in SRV upstreams | Matthew Holt |
2022-03-18 | reverseproxy: Expand SRV/A addrs for cache key | Matthew Holt |
2022-03-13 | chore: Comment fixes (#4634) | Francis Lavoie |
2022-03-09 | reverseproxy: copy_response and copy_response_headers for handle_response rou... | Francis Lavoie |
2022-03-07 | fastcgi: Protect against requests with null bytes in the path (#4614) | Francis Lavoie |
2022-03-06 | reverseproxy: Dynamic upstreams (with SRV and A/AAAA support) (#4470) | Matt Holt |
2022-03-06 | reverseproxy: Implement trusted proxies for `X-Forwarded-*` headers (#4507) | Francis Lavoie |
2022-03-05 | reverseproxy: Refactor dial address parsing, augment command parsing (#4616) | Francis Lavoie |