Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-11 | reverseproxy: Replace health header placeholders (#5861) | Francis Lavoie | |
2023-10-11 | reverseproxy: fix parsing Caddyfile fails for unlimited request/response ↵ | Fred Cox | |
buffers (#5828) | |||
2023-10-10 | httpcaddyfile: Enable TLS for catch-all site if `tls` directive is specified ↵ | Đỗ Trọng Hải | |
(#5808) | |||
2023-10-10 | encode: Add `application/wasm*` to the default content types (#5869) | Christoph | |
2023-08-09 | Fix tests | Matthew Holt | |
I thought Go ordered JSON objects when marshaling, but I guess not. | |||
2023-08-05 | reverseproxy: do not parse upstream address too early if it contains ↵ | Mohammed Al Sahaf | |
replaceble parts (#5695) * reverseproxy: do not parse upstream address too early if it contains replaceble parts * remove unused method * cleanup * accommodate partially replaceable port | |||
2023-08-02 | caddyhttp: Make use of `http.ResponseController` (#5654) | Francis Lavoie | |
* caddyhttp: Make use of http.ResponseController Also syncs the reverseproxy implementation with stdlib's which now uses ResponseController as well https://github.com/golang/go/commit/2449bbb5e614954ce9e99c8a481ea2ee73d72d61 * Enable full-duplex for HTTP/1.1 * Appease linter * Add warning for builds with Go 1.20, so it's less surprising to users * Improved godoc for EnableFullDuplex, copied text from stdlib * Only wrap in encode if not already wrapped | |||
2023-08-02 | httpcaddyfile: Allow `hostnames` & logger name overrides for log directive ↵ | Francis Lavoie | |
(#5643) * httpcaddyfile: Allow `hostnames` override for log directive * Implement access logger name overrides * Fix panic & default logger clobbering edgecase | |||
2023-06-20 | reverseproxy: weighted_round_robin load balancing policy (#5579) | Saber Haj Rabiee | |
* added weighted round robin algorithm to load balancer * added an adapt integration test for wrr and fixed a typo * changed args format to Caddyfile args convention * added provisioner and validator for wrr * simplified the code and improved doc | |||
2023-06-15 | headers: Allow `>` to defer shortcut for replacements (#5574) | Francis Lavoie | |
2023-05-16 | caddyhttp: Implement named routes, `invoke` directive (#5107) | Francis Lavoie | |
* caddyhttp: Implement named routes, `invoke` directive * gofmt * Add experimental marker * Adjust route compile comments | |||
2023-05-16 | headers: Add > Caddyfile shortcut for enabling defer (#5535) | Francis Lavoie | |
2023-05-15 | reverseproxy: Expand port ranges to multiple upstreams in CLI + Caddyfile ↵ | Francis Lavoie | |
(#5494) * reverseproxy: Expand port ranges to multiple upstreams in CLI + Caddyfile * Add clarifying comment | |||
2023-03-27 | caddyhttp: Determine real client IP if trusted proxies configured (#5104) | Francis Lavoie | |
* caddyhttp: Determine real client IP if trusted proxies configured * Support customizing client IP header * Implement client_ip matcher, deprecate remote_ip's forwarded option | |||
2023-03-27 | httpcaddyfile: Adjust path matcher sorting to solve for specificity (#5462) | Francis Lavoie | |
2023-02-27 | reverseproxy: allow specifying ip version for dynamic `a` upstream (#5401) | Emily Lange | |
Co-authored-by: Francis Lavoie <lavofr@gmail.com> | |||
2023-02-26 | caddyfile: Fix heredoc fuzz crasher, drop trailing newline (#5404) | Francis Lavoie | |
Co-authored-by: Mohammed Al Sahaf <msaa1990@gmail.com> | |||
2023-02-26 | caddyfile: Implement heredoc support (#5385) | Francis Lavoie | |
2023-02-06 | caddyhttp: Pluggable trusted proxy IP range sources (#5328) | Francis Lavoie | |
* caddyhttp: Pluggable trusted proxy IP range sources * Add request to the IPRangeSource interface | |||
2023-01-27 | httpcaddyfile: Add persist_config global option (#5339) | Y.Horie | |
Co-authored-by: Francis Lavoie <lavofr@gmail.com> | |||
2023-01-27 | caddyfile: Allow overriding server names (#5323) | Francis Lavoie | |
2023-01-18 | httpcaddyfile: Fix `handle` grouping inside `route` (#5315) | WeidiDeng | |
Co-authored-by: Francis Lavoie <lavofr@gmail.com> | |||
2023-01-10 | caddyhttp: Add server-level `trusted_proxies` config (#5103) | Francis Lavoie | |
2023-01-09 | caddytls: Add test cases for Caddyfile `tls` options (#5293) | Yannick Ihmels | |
2023-01-06 | caddytls: Add `dns_ttl` config, improve Caddyfile `tls` options (#5287) | Yannick Ihmels | |
2022-12-06 | acme_server: Configurable default lifetime for issued certificates (#5232) | Kyle McCullough | |
* acme_server: add certificate lifetime configuration option Signed-off-by: Kyle McCullough <kylemcc@gmail.com> * pki: allow intermediate cert lifetime to be configured Signed-off-by: Kyle McCullough <kylemcc@gmail.com> Signed-off-by: Kyle McCullough <kylemcc@gmail.com> | |||
2022-10-12 | httpcaddyfile: Wrap site block in subroute if host matcher used (#5130) | Matt Holt | |
* httpcaddyfile: Wrap site block in subroute if host matcher used (fix #5124) * Correct boolean logic (oops) | |||
2022-10-05 | logging: Fix `skip_hosts` with wildcards (#5102) | Francis Lavoie | |
Fix #4859 | |||
2022-10-04 | httpcaddyfile: Skip `automate` when `auto_https off` is specified (#5110) | Francis Lavoie | |
2022-09-23 | Fix tests | Matthew Holt | |
2022-09-20 | httpcaddyfile: Fix `protocols` global option parsing (#5054) | Francis Lavoie | |
* httpcaddyfile: Fix `protocols` global option parsing When checking for a block, the current nesting must be used, otherwise it returns the wrong thing. * Adjust adapt test to cover the broken behaviour that is now fixed * Fix some admin tests which suddenly run even with -short | |||
2022-09-15 | caddyhttp: Add 'skip_log' var to omit request from logs (#4691) | Francis Lavoie | |
* caddyhttp: Implement `skip_log` handler * Refactor to use vars middleware Co-authored-by: Matt Holt <mholt@users.noreply.github.com> | |||
2022-09-01 | httpcaddyfile: Add shortcut for expression matchers (#4976) | Francis Lavoie | |
2022-08-24 | httpcaddyfile: Add ocsp_interval global option (#4980) | Ben Burkert | |
2022-08-15 | caddyhttp: Enable HTTP/3 by default (#4707) | Matt Holt | |
2022-08-12 | reverseproxy: Add `unix+h2c` Caddyfile network shortcut (#4953) | Francis Lavoie | |
2022-08-03 | httpserver: Configurable shutdown delay (#4906) | Matt Holt | |
2022-07-13 | reverseproxy: Implement retry count, alternative to try_duration (#4756) | Francis Lavoie | |
* reverseproxy: Implement retry count, alternative to try_duration * Add Caddyfile support for `retry_match` * Refactor to deduplicate matcher parsing logic * Fix lint | |||
2022-07-08 | reverseproxy: Adjust new TLS Caddyfile directive names (#4872) | Francis Lavoie | |
2022-06-22 | reverseproxy: Fix double headers in response handlers (#4847) | Francis Lavoie | |
2022-06-20 | reverseproxy: Skip TLS for certain configured ports (#4843) | Kiss Károly Pál | |
* Make reverse proxy TLS server name replaceable for SNI upstreams. * Reverted previous TLS server name replacement, and implemented thread safe version. * Move TLS servername replacement into it's own function * Moved SNI servername replacement into httptransport. * Solve issue when dynamic upstreams use wrong protocol upstream. * Revert previous commit. Old commit was: Solve issue when dynamic upstreams use wrong protocol upstream. Id: 3c9806ccb63e66bdcac8e1ed4520c9d135cb011d * Added SkipTLSPorts option to http transport. * Fix typo in test config file. * Rename config option as suggested by Matt Co-authored-by: Matt Holt <mholt@users.noreply.github.com> * Update code to match renamed config option. * Fix typo in config option name. * Fix another typo that I missed. * Tests not completing because of apparent wrong ordering of options. Co-authored-by: Matt Holt <mholt@users.noreply.github.com> | |||
2022-06-16 | forwardauth: Support renaming copied headers, block support (#4783) | Francis Lavoie | |
2022-06-10 | reverseproxy: Add renegotiation param in TLS client (#4784) | Yaacov Akiba Slama | |
* Add renegotiation option in reverseproxy tls client * Update modules/caddyhttp/reverseproxy/httptransport.go Co-authored-by: Matt Holt <mholt@users.noreply.github.com> | |||
2022-05-08 | httpcaddyfile: Support multiple values for `default_bind` (#4774) | Francis Lavoie | |
* httpcaddyfile: Support multiple values for `default_bind` * Fix ordering of server blocks | |||
2022-05-06 | reverseproxy: Support performing pre-check requests (#4739) | Francis Lavoie | |
2022-05-04 | caddyfile: Shortcut for `remote_ip` for private IP ranges (#4753) | Francis Lavoie | |
2022-05-02 | reverseproxy: Fix Caddyfile support for `replace_status` (#4754) | Francis Lavoie | |
2022-04-28 | httpcaddyfile: Fix duplicate access log when debug is on (#4746) | Francis Lavoie | |
2022-04-25 | httpcaddyfile: Add `{vars.*}` placeholder shortcut, reverse `vars` sort ↵ | Francis Lavoie | |
order (#4726) * httpcaddyfile: Add `{vars.*}` placeholder shortcut I'm yoinking this from my https://github.com/caddyserver/caddy/pull/4657 PR because I think we should get this in ASAP for v2.5.0 along with the new `vars` directive. * Sort vars by matchers in reverse | |||
2022-04-22 | caddytls: Add `propagation_delay`, support `propagation_timeout -1` (#4723) | Francis Lavoie | |