Age | Commit message (Expand) | Author |
2020-05-18 | reverseproxy: Emit debug log before checking error (#3425) | Matthew Holt |
2020-05-18 | fastcgi: `php_fastcgi` subdirectives to override shortcut behaviour (#3255) | Francis Lavoie |
2020-05-13 | reverseproxy: Apply response header ops before copying it (fix #3382) (#3401) | Matt Holt |
2020-05-12 | all: Recover from panics in goroutines | Matthew Holt |
2020-05-12 | cmd: reverse-proxy: add --insecure flag (with warning) (#3389) | linquize |
2020-05-11 | core: Add support for `d` duration unit (#3323) | Francis Lavoie |
2020-05-06 | reverseproxy: Allow using TLS for port 80 upstreams (see #3361) | Matthew Holt |
2020-05-05 | reverseproxy: Add tls_server_name option to Caddyfile (#3322) | Francis Lavoie |
2020-05-05 | pki: Embedded ACME server (#3198) | Matt Holt |
2020-05-05 | httpserver: Add experimental H2C support (#3289) | Matt Holt |
2020-05-01 | reverseproxy: Remove circuitbreaker module (see #3331) | Matthew Holt |
2020-04-27 | cmd: Clean up, simplify reverse proxy command; fix some edge cases | Matthew Holt |
2020-04-27 | caddyhttp: Add split_path to file matcher (used by php_fastcgi) (#3302) | Francis Lavoie |
2020-04-24 | docs: Improve template documentation slightly; use const, not literal | Matthew Holt |
2020-04-22 | reverseproxy: Don't forget to provision embedded headers handler | Matthew Holt |
2020-04-21 | reverseproxy: always set req.URL.Host with upstream (#3297) | westwin |
2020-04-17 | reverseproxy: Set X-Forwarded-Proto (closes #3275) (#3276) | Matt Holt |
2020-04-09 | reverseproxy: Minor tweaks | Matthew Holt |
2020-04-07 | Merge branch 'remove-ntlm' | Matthew Holt |
2020-04-07 | reverseproxy: Remove NTLM transport; refactor and improve docs | Matthew Holt |
2020-04-07 | core: Rename ParsedAddress -> NetworkAddress | Matthew Holt |
2020-04-06 | caddyhttp: Add missing LB policy Caddyfile unmarshalers (#3230) | Francis Lavoie |
2020-04-03 | fastcgi: Account for lack of split path configuration (fix #3221) | Matthew Holt |
2020-04-01 | caddytls: Update cipher suite names and curve names | Matthew Holt |
2020-04-01 | caddyhttp: 'not' matcher now accepts multiple matcher sets and OR's them (#3208) | Matt Holt |
2020-03-30 | caddyhttp: Rename MatchNegate type to MatchNot type | Matthew Holt |
2020-03-30 | Keep type information with placeholders until replacements happen | Matthew Holt |
2020-03-27 | reverse_proxy: Upstream.String() method returns either LookupSRV or Dial | Matthew Holt |
2020-03-24 | reverse_proxy: Add support for SRV backends (#3180) | Matt Holt |
2020-03-24 | Remove some non-essential plugins from this repo (#2780) | Matthew Holt |
2020-03-24 | fastcgi: Add debug log (#3178) | Matthew Holt |
2020-03-23 | fastcgi: Ensure root is always absolute (issue #3178) (#3182) | Matt Holt |
2020-03-23 | fastcgi: Fix PATH_INFO (issue #3178) | Matthew Holt |
2020-03-22 | fastcgi: Support multiple path splitters (close #1564) | Matthew Holt |
2020-03-20 | reverseproxy: Add Alt-Svc to Hop-by-hop headers list (#3159) | Paolo Barbolini |
2020-03-13 | Minor tweaks | Matthew Holt |
2020-03-13 | v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125) | Matt Holt |
2020-03-07 | http_ntlm: fix panic due to unintialized embedded field (#3120) | Mohammed Al Sahaf |
2020-03-06 | Merge branch 'certmagic-refactor' into v2 | Matthew Holt |
2020-03-06 | Refactor for CertMagic v0.10; prepare for PKI app | Matthew Holt |
2020-02-28 | reverse_proxy, php_fastcgi: Fix upstream parsing regression (fix #3101) | Matthew Holt |
2020-02-27 | Refactor ExtractMatcherSet() | Matthew Holt |
2020-02-27 | reverse_proxy: Allow use of URL to specify scheme | Matthew Holt |
2020-02-27 | cmd/reverse_proxy: Add --change-host-header flag | Matthew Holt |
2020-02-27 | Fix typos (#3087) | Success Go |
2020-02-27 | Revert "reverse_proxy: Add 'transparent' Caddyfile subdirective (closes #2873)" | Matthew Holt |
2020-02-27 | reverse_proxy: Add 'transparent' Caddyfile subdirective (closes #2873) | Matthew Holt |
2020-02-23 | reverse_proxy: Health checks: Don't cross the streams | Matthew Holt |
2020-02-14 | caddyfile: Refactor; NewFromNextSegment(); fix repeated matchers | Matthew Holt |
2020-01-22 | reverseproxy: Fix casing of RootCAPEMFiles | Matthew Holt |