summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-19fileserver: More filetypes for browse iconsMatthew Holt
2023-05-19fileserver: Fix file browser footer in grid mode (#5536)pistasjis
2023-05-17cmd: Avoid spammy log messages (fix #5538)Matthew Holt
2023-05-17httpcaddyfile: Sort Caddyfile sliceMatthew Holt
2023-05-16caddyhttp: Implement named routes, `invoke` directive (#5107)Francis Lavoie
2023-05-16rewrite: use escaped path, fix #5278 (#5504)Tran Phong
2023-05-16headers: Add > Caddyfile shortcut for enabling defer (#5535)Francis Lavoie
2023-05-15go.mod: Upgrade several dependenciesMatthew Holt
2023-05-15reverseproxy: Expand port ranges to multiple upstreams in CLI + Caddyfile (#5...Francis Lavoie
2023-05-15fileserver: Use EscapedPath for browse (#5534)Matt Holt
2023-05-15caddyhttp: Refactor cert Managers (fix #5415) (#5533)Matt Holt
2023-05-13Slightly more helpful error messageMatthew Holt
2023-05-13caddytls: Check for nil ALPN; close #5470 (#5473)Matt Holt
2023-05-12cmd: Reduce spammy logs from --watchMatthew Holt
2023-05-11caddyhttp: Add a getter for Server.name (#5531)jjiang-stripe
2023-05-10caddytls: Configurable fallback SNI (#5527)Matt Holt
2023-05-10caddyhttp: Update quic's TLS configs after reload (#5517) (fix #4849)WeidiDeng
2023-05-09Add doc comment about changing admin endpointMatthew Holt
2023-05-08feature: watch include directory (#5521)Yehonatan Ezron
2023-05-08chore: remove deprecated linters (#5525)Mohammed Al Sahaf
2023-05-07go.mod: Upgrade CertMagic againMatthew Holt
2023-05-06go.mod: Upgrade CertMagicMatthew Holt
2023-05-05reverseproxy: Optimize base case for least_conn and random_choose policies (#...Francis Lavoie
2023-05-05reverseproxy: Fix active health check header canonicalization, refactor (#5446)Francis Lavoie
2023-05-05reverseproxy: Add `fallback` for some policies, instead of always random (#5488)Francis Lavoie
2023-05-04logging: Actually honor the SoftStart parameterMatthew Holt
2023-05-04logging: Soft start for net writer (close #5520)Matthew Holt
2023-05-04fastcgi: Fix `capture_stderr` (#5515)eanavitarte
2023-05-03acmeserver: Configurable `resolvers`, fix smallstep deprecations (#5500)Francis Lavoie
2023-04-28go.mod: Update some dependenciesMatthew Holt
2023-04-27logging: Add traceID field to access logs when tracing is active (#5507)Dave Henderson
2023-04-26caddyhttp: Impl `ResponseWriter.Unwrap()`, prep for Go 1.20's `ResponseContro...Kévin Dunglas
2023-04-25reverseproxy: Fix reinitialize upstream healthy metrics (#5498)Y.Horie
2023-04-25fix some comments (#5508)cui fliter
2023-04-24templates: Add `fileStat` function (#5497)Stéphane Mourey
2023-04-20caddyfile: Stricter parsing, error for brace on new line (#5505)Francis Lavoie
2023-04-20core: Return default logger if no modules loadedMatthew Holt
2023-04-19celmatcher: Implement `pkix.Name` conversion to string (#5492)Francis Lavoie
2023-04-14chore: Adjustments to CI caching (#5495)Francis Lavoie
2023-04-10reverseproxy: Remove deprecated `lookup_srv` (#5396)Francis Lavoie
2023-04-10cmd: Support `'` quotes in envfile parsing (#5437)Matt Holt
2023-04-10Update contributing guidelines (#5466)Matt Holt
2023-04-10caddyhttp: Serve http2 when listener wrapper doesn't return *tls.Conn (#4929)WeidiDeng
2023-04-04reverseproxy: Add `query` and `client_ip_hash` lb policies (#5468)Francis Lavoie
2023-04-03cmd: Create pidfile before config load (close #5477)Matthew Holt
2023-04-02fileserver: Add color-scheme meta tag (#5475)Kid
2023-04-02build(deps): bump actions/setup-go from 3 to 4 (#5474)dependabot[bot]
2023-03-31proxyprotocol: Add PROXY protocol support to `reverse_proxy`, add HTTP listen...Corin Langosch
2023-03-31reverseproxy: Add mention of which half a copyBuffer err comes from (#5472)Francis Lavoie
2023-03-27caddyhttp: Log request body bytes read (#5461)Francis Lavoie