Age | Commit message (Expand) | Author |
2023-05-16 | caddyhttp: Implement named routes, `invoke` directive (#5107) | Francis Lavoie |
2023-05-16 | rewrite: use escaped path, fix #5278 (#5504) | Tran Phong |
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 (#5... | Francis Lavoie |
2023-05-15 | fileserver: Use EscapedPath for browse (#5534) | Matt Holt |
2023-05-15 | caddyhttp: Refactor cert Managers (fix #5415) (#5533) | Matt Holt |
2023-05-11 | caddyhttp: Add a getter for Server.name (#5531) | jjiang-stripe |
2023-05-05 | reverseproxy: Optimize base case for least_conn and random_choose policies (#... | Francis Lavoie |
2023-05-05 | reverseproxy: Fix active health check header canonicalization, refactor (#5446) | Francis Lavoie |
2023-05-05 | reverseproxy: Add `fallback` for some policies, instead of always random (#5488) | Francis Lavoie |
2023-05-04 | fastcgi: Fix `capture_stderr` (#5515) | eanavitarte |
2023-05-03 | acmeserver: Configurable `resolvers`, fix smallstep deprecations (#5500) | Francis Lavoie |
2023-04-27 | logging: Add traceID field to access logs when tracing is active (#5507) | Dave Henderson |
2023-04-26 | caddyhttp: Impl `ResponseWriter.Unwrap()`, prep for Go 1.20's `ResponseContro... | Kévin Dunglas |
2023-04-25 | reverseproxy: Fix reinitialize upstream healthy metrics (#5498) | Y.Horie |
2023-04-25 | fix some comments (#5508) | cui fliter |
2023-04-24 | templates: Add `fileStat` function (#5497) | Stéphane Mourey |
2023-04-20 | caddyfile: Stricter parsing, error for brace on new line (#5505) | Francis Lavoie |
2023-04-19 | celmatcher: Implement `pkix.Name` conversion to string (#5492) | Francis Lavoie |
2023-04-10 | reverseproxy: Remove deprecated `lookup_srv` (#5396) | Francis Lavoie |
2023-04-10 | caddyhttp: Serve http2 when listener wrapper doesn't return *tls.Conn (#4929) | WeidiDeng |
2023-04-04 | reverseproxy: Add `query` and `client_ip_hash` lb policies (#5468) | Francis Lavoie |
2023-04-02 | fileserver: Add color-scheme meta tag (#5475) | Kid |
2023-03-31 | proxyprotocol: Add PROXY protocol support to `reverse_proxy`, add HTTP listen... | Corin Langosch |
2023-03-31 | reverseproxy: Add mention of which half a copyBuffer err comes from (#5472) | Francis Lavoie |
2023-03-27 | caddyhttp: Log request body bytes read (#5461) | Francis Lavoie |
2023-03-27 | log: Make sink logs encodable (#5441) | Mohammed Al Sahaf |
2023-03-27 | caddytls: Eval replacer on automation policy subjects (#5459) | Francis Lavoie |
2023-03-27 | headers: Support deleting all headers as first op (#5464) | 黑墨水鱼 |
2023-03-27 | reverseproxy: Header up/down support for CLI command (#5460) | Francis Lavoie |
2023-03-27 | caddyhttp: Determine real client IP if trusted proxies configured (#5104) | Francis Lavoie |
2023-03-16 | reverseproxy: Reset Content-Length to prevent FastCGI from hanging (#5435) | Trea Hauet |
2023-03-10 | fileserver: New file browse template (#5427) | Matt Holt |
2023-03-09 | tracing: Support autoprop from OTEL_PROPAGATORS (#5147) | Chris Reeves |
2023-03-06 | encode: flush status code when hijacked. (#5419) | WeidiDeng |
2023-03-03 | fileserver: Remove trailing slash on fs filenames (#5417) | esell |
2023-03-03 | core: Eliminate unnecessary shutdown delay on Unix (#5413) | Matt Holt |
2023-03-02 | caddyhttp: Fix `vars_regexp` matcher with placeholders (#5408) | Francis Lavoie |
2023-02-27 | reverseproxy: allow specifying ip version for dynamic `a` upstream (#5401) | Emily Lange |
2023-02-26 | caddyfile: Implement heredoc support (#5385) | Francis Lavoie |
2023-02-24 | cmd: Expand cobra support, add short flags (#5379) | Francis Lavoie |
2023-02-24 | reverseproxy: refactor HTTP transport layer (#5369) | Mohammed Al Sahaf |
2023-02-16 | cmd: Adjust documentation for commands (#5377) | Francis Lavoie |
2023-02-11 | reverseproxy: Don't buffer chunked requests (fix #5366) (#5367) | Matt Holt |
2023-02-08 | go.mod: Upgrade various dependencies (#5362) | Francis Lavoie |
2023-02-08 | core: Support Windows absolute paths for UDS proxy upstreams (#5114) | Steffen Brüheim |
2023-02-06 | reverseproxy: Log status code and byte count for websockets (#5140) | WeidiDeng |
2023-02-06 | caddyhttp: Pluggable trusted proxy IP range sources (#5328) | Francis Lavoie |
2023-02-06 | caddyauth: Use singleflight for basic auth (#5344) | Y.Horie |
2023-02-06 | chore: Build with Go 1.20, keep minimum at 1.18 for now (#5353) | Francis Lavoie |