aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-02-24acmeserver: add policy field to define allow/deny rules (#5796)Mohammed Al Sahaf
2024-02-23reverseproxy: cookie should be Secure and SameSite=None when TLS (#6115)Sam Ottenhoff
2024-02-21caddytest: Rename adapt tests to `*.caddyfiletest` extension (#6119)Francis Lavoie
2024-02-20tests: uses testing.TB interface for helper to be able to use test server in ...José Carlos Chávez
2024-02-20caddyfile: Assert having a space after heredoc marker to simply check (#6117)bbaa
2024-02-20chore: Update Chroma to get the new Caddyfile lexer (#6118)Francis Lavoie
2024-02-19reverseproxy: use context.WithoutCancel (#6116)WeidiDeng
2024-02-19caddyfile: Reject directives in the place of site addresses (#6104)Aziz Rmadi
2024-02-14caddyhttp: Register post-shutdown callbacks (#5948)Matt Holt
2024-02-13caddyhttp: Only attempt to enable full duplex for HTTP/1.x (#6102)Francis Lavoie
2024-02-12caddyauth: Drop support for `scrypt` (#6091)Francis Lavoie
2024-02-12Revert "caddyfile: Reject long heredoc markers (#6098)" (#6100)Mohammed Al Sahaf
2024-02-12caddyauth: Rename `basicauth` to `basic_auth` (#6092)Francis Lavoie
2024-02-12logging: Inline Caddyfile syntax for `ip_mask` filter (#6094)Francis Lavoie
2024-02-11caddyfile: Reject long heredoc markers (#6098)Francis Lavoie
2024-02-09chore: Rename CI jobs, run on M1 mac (#6089)Francis Lavoie
2024-02-09Merge pull request #6081 from dunglas/fix/encode-matchKévin Dunglas
2024-02-09update commentKévin Dunglas
2024-02-09improved listKévin Dunglas
2024-02-09fix: add back text/*Kévin Dunglas
2024-02-09fix: add more media types to the compressed by default listKévin Dunglas
2024-02-08acmeserver: support specifying the allowed challenge types (#5794)Mohammed Al Sahaf
2024-02-07matchers: Drop `forwarded` option from `remote_ip` matcher (#6085)Francis Lavoie
2024-02-07caddyhttp: Test cases for `%2F` and `%252F` (#6084)Francis Lavoie
2024-02-07bump to golang 1.22 (#6083)WeidiDeng
2024-02-06fileserver: Browse can show symlink target if enabled (#5973)Aziz Rmadi
2024-02-01core: Support NO_COLOR env var to disable log coloring (#6078)Aziz Rmadi
2024-02-01build(deps): bump peter-evans/repository-dispatch from 2 to 3 (#6080)dependabot[bot]
2024-01-31Update comment in setcap helper scriptMatthew Holt
2024-01-30caddytls: Make on-demand 'ask' permission modular (#6055)Matt Holt
2024-01-25core: Add `ctx.Slogger()` which returns an `slog` logger (#5945)Francis Lavoie
2024-01-25chore: Update quic-go to v0.41.0, bump Go minimum to 1.21 (#6043)Marten Seemann
2024-01-25chore: enabling a few more linters (#5961)Yolan Romailler
2024-01-25caddyfile: Correctly close the heredoc when the closing marker appears immedi...bbaa
2024-01-25caddyfile: Switch to slices.Equal for better performance (#6061)bbaa
2024-01-25tls: modularize trusted CA providers (#5784)Mohammed Al Sahaf
2024-01-25logging: Automatic `wrap` default for `filter` encoder (#5980)Francis Lavoie
2024-01-24caddyhttp: Fix panic when request missing ClientIPVarKey (#6040)Francis Lavoie
2024-01-23caddyfile: Normalize & flatten all unmarshalers (#6037)Francis Lavoie
2024-01-23cmd: reverseproxy: log: use caddy logger (#6042)Mohammed Al Sahaf
2024-01-22matchers: `query` now ANDs multiple keys (#6054)Aziz Rmadi
2024-01-22caddyfile: Add heredoc support to `fmt` command (#6056)bbaa
2024-01-19refactor: move automaxprocs init in caddycmd.Main()Kévin Dunglas
2024-01-18caddyfile: Allow heredoc blank lines (#6051)Aziz Rmadi
2024-01-16httpcaddyfile: Add optional status code argument to `handle_errors` directive...Aziz Rmadi
2024-01-15httpcaddyfile: Rewrite `root` and `rewrite` parsing to allow omitting matcher...Francis Lavoie
2024-01-13fileserver: Implement caddyfile.Unmarshaler interface (#5850)Francis Lavoie
2024-01-13reverseproxy: Add `tls_curves` option to HTTP transport (#5851)Bas Westerbaan
2024-01-13caddyhttp: Security enhancements for client IP parsing (#5805)Nebez Briefkani
2024-01-13replacer: Fix escaped closing braces (#5995)Aziz Rmadi