Age | Commit message (Expand) | Author |
2021-10-11 | caddyhttp: reverseproxy: clarify warning for -insecure (#4379) | Simão Gomes Viana |
2021-10-11 | caddycmd: fix caddy validate/fmt help message (#4377) | M. Ángel Jimeno |
2021-10-01 | caddyhttp: Placeholder for client cert in DER + base64 format (#4241) | Oleg |
2021-09-29 | Move from deprecated ioutil to os and io packages (#4364) | KallyDev |
2021-09-27 | Revert 3336faf2 (close #4360) | Matthew Holt |
2021-09-27 | Add explanation for project name to readme | Matthew Holt |
2021-09-24 | General minor improvements to docs | Matthew Holt |
2021-09-24 | reverseproxy: Log error at error level (fix #4360) | Matthew Holt |
2021-09-20 | templates: Add tests for funcInclude and funcImport (#4357) | Tim Culverhouse |
2021-09-19 | fileserver: Make file listing links purple once visited (#4356) | Slavik |
2021-09-18 | fileserver: Fix displayed file size if it is symlink (#4354) | HayatoShiba |
2021-09-17 | templates: Add 'import' action (#4321) | Tim Culverhouse |
2021-09-17 | fastcgi: Implement `try_files` override in Caddyfile directive (#4347) | Francis Lavoie |
2021-09-17 | caddyhttp: Add support for triggering errors from `try_files` (#4346) | Francis Lavoie |
2021-09-16 | fileserver: properly handle escaped/non-ascii paths (#4332) | Mohammed Al Sahaf |
2021-09-16 | Make copyright notice more consistent | Matthew Holt |
2021-09-15 | templates: Propagate httpError to HTTP response | Matthew Holt |
2021-09-13 | headers: Canonicalize case in replace (fix #4330) | Matthew Holt |
2021-09-11 | fastcgi: Fix Caddyfile parsing when `handle_response` is used (#4342) | Francis Lavoie |
2021-09-03 | go.mod: Update CertMagic | Matthew Holt |
2021-09-03 | ci: revert workaround implemented in #4306 (#4328) | Mohammed Al Sahaf |
2021-09-01 | cmd: export CaddyVersion(), Commands() (#4316) | peymaneh |
2021-08-31 | ci: Only test cross-build on latest Go version (#4319) | Francis Lavoie |
2021-08-31 | encode: ignore flushing until after first write (#4318) | Steffen Brüheim |
2021-08-30 | go.mod: Upgrade CertMagic to v0.14.4 | Matthew Holt |
2021-08-26 | go.mod: Upgrade some dependencies | Matthew Holt |
2021-08-26 | httpcaddyfile: Reorder some directives (#4311) | Francis Lavoie |
2021-08-25 | chore: Upgrade smallstep libs (#4307) | Francis Lavoie |
2021-08-25 | chore: promote creating 'caddy-build' to the release action (#4306) | Mohammed Al Sahaf |
2021-08-25 | httpcaddyfile: Improve unrecognized directive errors | Matthew Holt |
2021-08-23 | reverseproxy: Remove redundant flushing (#4299) | Francis Lavoie |
2021-08-23 | caddyfile: Better error message for missing site block braces (#4301) | Francis Lavoie |
2021-08-23 | caddyfile: Error on invalid site addresses containing comma (#4302) | Francis Lavoie |
2021-08-20 | cmd: Fix paths when using an env file (#4296) | Pascal Zarrad |
2021-08-20 | chore: Update quic-go for go 1.17 support (#4297) | Adam Weinberger |
2021-08-19 | caddyhttp: Updated the documentation for MatchQuery (#4295) | Scott Mebberson |
2021-08-19 | chore: Upgrade smallstep libs (#4291) | Francis Lavoie |
2021-08-18 | cmd: use net.ErrClosed for matching returned error (#4289) | M. Ángel Jimeno |
2021-08-17 | logging: Warn for deprecated single_field encoder | Matthew Holt |
2021-08-16 | ci: Start testing on Go 1.17, drop 1.15 (#4283) | Francis Lavoie |
2021-08-16 | core: Unix ns and Unix ms time placeholders (#4280) | Rainer Borene |
2021-08-16 | admin: Sync server variables (fix #4260) (#4274) | Steven Angles |
2021-08-12 | httpcaddyfile: Add shortcut for proxy hostport placeholder (#4263) | Francis Lavoie |
2021-08-12 | reverseproxy: Incorporate latest proxy changes from stdlib (#4266) | Francis Lavoie |
2021-08-11 | cmd: New `add-package` and `remove-package` commands (#4226) | Oleg |
2021-08-02 | httpcaddyfile: Ensure hosts to skip for logs can always be collected (#4258) | Frederik Ring |
2021-07-28 | admin: Implement load_interval to pull config on a timer (#4246) | 王清雨 |
2021-07-19 | caddyfile: keep error chain info in Dispenser.Errf (#4233) | Ggicci |
2021-07-14 | logging: Prep for `common_log` removal (#4149) | Francis Lavoie |
2021-07-14 | caddyhttp: Fix edgecase with auto HTTP->HTTPS logic (#4243) | Francis Lavoie |