Age | Commit message (Expand) | Author |
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-20 | core: Return default logger if no modules loaded | Matthew Holt |
2023-04-19 | celmatcher: Implement `pkix.Name` conversion to string (#5492) | Francis Lavoie |
2023-04-14 | chore: Adjustments to CI caching (#5495) | Francis Lavoie |
2023-04-10 | reverseproxy: Remove deprecated `lookup_srv` (#5396) | Francis Lavoie |
2023-04-10 | cmd: Support `'` quotes in envfile parsing (#5437) | Matt Holt |
2023-04-10 | Update contributing guidelines (#5466) | Matt Holt |
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-03 | cmd: Create pidfile before config load (close #5477) | Matthew Holt |
2023-04-02 | fileserver: Add color-scheme meta tag (#5475) | Kid |
2023-04-02 | build(deps): bump actions/setup-go from 3 to 4 (#5474) | dependabot[bot] |
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 | replacer: Add HTTP time format (#5458) | Francis Lavoie |
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-27 | httpcaddyfile: Adjust path matcher sorting to solve for specificity (#5462) | Francis Lavoie |
2023-03-20 | caddytls: Zero out throttle window first (#5443) | Matt Holt |
2023-03-17 | ci: add `--yes` to cosign arguments (#5440) | Mohammed Al Sahaf |
2023-03-16 | reverseproxy: Reset Content-Length to prevent FastCGI from hanging (#5435) | Trea Hauet |
2023-03-14 | caddytls: Allow on-demand w/o ask for internal-only | Matthew Holt |
2023-03-14 | caddytls: Require 'ask' endpoint for on-demand TLS | Matthew Holt |
2023-03-10 | fileserver: New file browse template (#5427) | Matt Holt |
2023-03-09 | go.mod: Upgrade dependencies | Matthew Holt |
2023-03-09 | tracing: Support autoprop from OTEL_PROPAGATORS (#5147) | Chris Reeves |
2023-03-09 | caddyhttp: Enable 0-RTT QUIC (#5425) | Marten Seemann |
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 | context: Rename func to `AppIfConfigured` (#5397) | Francis Lavoie |
2023-02-27 | reverseproxy: allow specifying ip version for dynamic `a` upstream (#5401) | Emily Lange |
2023-02-26 | ci/cd: ship tarballs with vendored deps (#5403) | Mohammed Al Sahaf |
2023-02-26 | caddyfile: Fix heredoc fuzz crasher, drop trailing newline (#5404) | Francis Lavoie |
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 | ci: Update minimum Go version to 1.19 | Matthew Holt |
2023-02-24 | go.mod: Upgrade quic-go to v0.33.0 (Go 1.19 min) | Matthew Holt |
2023-02-24 | reverseproxy: refactor HTTP transport layer (#5369) | Mohammed Al Sahaf |
2023-02-22 | caddytls: Relax the warning for on-demand (#5384) | Francis Lavoie |
2023-02-22 | cmd: Strict unmarshal for validate (#5383) | Francis Lavoie |
2023-02-16 | caddyfile: Implement variadics for import args placeholders (#5249) | WeidiDeng |
2023-02-16 | cmd: make `caddy fmt` hints more clear (#5378) | Emily Lange |