Age | Commit message (Expand) | Author |
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 |
2023-02-16 | cmd: Adjust documentation for commands (#5377) | Francis Lavoie |
2023-02-14 | go.mod: Upgrade acmez and x/net | Matthew Holt |
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 | Run go.mod tidy | Matthew Holt |
2023-02-06 | caddyauth: Use singleflight for basic auth (#5344) | Y.Horie |
2023-02-06 | admin: Add `CADDY_ADMIN` env var to override the default (#5332) | Francis Lavoie |
2023-02-06 | chore: Build with Go 1.20, keep minimum at 1.18 for now (#5353) | Francis Lavoie |
2023-01-31 | cmd: Add `--envfile` flag to `validate` command (#5350) | Amis Shokoohi |
2023-01-31 | cmd: `fmt` exit successfully after overwriting config file (#5351) | Amis Shokoohi |
2023-01-31 | chore: Fix warning "range variable captured by func literal" (#5348) | Francis Lavoie |
2023-01-30 | caddytls: Debug log for ask endpoint | Matthew Holt |
2023-01-27 | httpcaddyfile: Add persist_config global option (#5339) | Y.Horie |
2023-01-27 | caddyfile: Allow overriding server names (#5323) | Francis Lavoie |
2023-01-25 | reverseproxy: Add flag to short command to disable redirects (#5330) | Y.Horie |
2023-01-25 | tracing: Support placeholders in span name (#5329) | David Frickert |
2023-01-24 | go.mod: bump tscert package to fix Tailscale 1.34+ on Windows (#5331) | Brad Fitzpatrick |
2023-01-21 | cmd: `caddy fmt` return code is 1 if not formatted (#5297) | Y.Horie |
2023-01-21 | httpcaddyfile: Warn on importing empty file; skip dotfiles (#5320) | Y.Horie |
2023-01-21 | chore: Fix typo, coral -> cobra (#5325) | Y.Horie |
2023-01-18 | httpcaddyfile: Fix `handle` grouping inside `route` (#5315) | WeidiDeng |
2023-01-17 | go.mod: Update golang.org/x/net to v0.5.0 (#5314) | Alexandre Vicenzi |
2023-01-17 | chore: Fix caddyfile.replaceEnvVars return (#5311) | Y.Horie |
2023-01-10 | caddyhttp: Add server-level `trusted_proxies` config (#5103) | Francis Lavoie |