Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-01 | go.mod: Upgrade quic-go to 0.35.1 | Matthew Holt | |
2023-05-30 | update quic-go to v0.35.0 (#5560) | Marten Seemann | |
2023-05-26 | templates: Add `readFile` action that does not evaluate templates (#5553) | kassienull | |
* Create an includeRaw template function to include a file without parsing it as a template. Some formatting fixes * Rename to readFile, various docs adjustments --------- Co-authored-by: Francis Lavoie <lavofr@gmail.com> | |||
2023-05-25 | caddyfile: Track import name instead of modifying filename (#5540) | WeidiDeng | |
* Merge branch 'master' into import_file_stack * remove space in log key | |||
2023-05-23 | core: Use SO_REUSEPORT_LB on FreeBSD (#5554) | Jonathan Davies | |
to balance load between threads. | |||
2023-05-22 | caddyfile: Do not replace import tokens if they are part of a snippet (#5539) | WeidiDeng | |
* fix variadic placeholder in imported file which also imports * fix tests. * skip replacing args when imported token may be part of a snippet | |||
2023-05-22 | fileserver: Don't set Etag if mtime is 0 or 1 (close #5548) (#5550) | Matt Holt | |
2023-05-20 | fileserver: browse: minor tweaks for grid view, dark mode (#5545) | pistasjis | |
* Make grid entries take up full width on mobile and fix breadcrumb color issue in dark mode Signed-off-by: Pistasj <odyssey346@disroot.org> * Do mholt's suggestions Signed-off-by: Pistasj <odyssey346@disroot.org> --------- Signed-off-by: Pistasj <odyssey346@disroot.org> | |||
2023-05-20 | fileserver: Only set Etag if not already set (fix #5546) (#5547) | Charles Duffy | |
2023-05-19 | fileserver: Fix file browser breadcrumb font (#5543) | pistasjis | |
Signed-off-by: Pistasj <odyssey346@disroot.org> | |||
2023-05-19 | caddyhttp: Fix h3 shutdown (#5541) | WeidiDeng | |
* swap h3server close and listener close, avoid quic-listener not closing * fix typo | |||
2023-05-19 | fileserver: More filetypes for browse icons | Matthew Holt | |
2023-05-19 | fileserver: Fix file browser footer in grid mode (#5536) | pistasjis | |
* Fix file browser footer in grid Signed-off-by: Odyssey <odyssey346@disroot.org> * Fix file browser footer while in grid mode Signed-off-by: Pistasj <odyssey346@disroot.org> * Do mholt's suggestions Signed-off-by: Odyssey <odyssey346@disroot.org> --------- Signed-off-by: Odyssey <odyssey346@disroot.org> Signed-off-by: Pistasj <odyssey346@disroot.org> | |||
2023-05-17 | cmd: Avoid spammy log messages (fix #5538) | Matthew Holt | |
I forgot there are two calls to LoadConfig() here that needed replacing. | |||
2023-05-17 | httpcaddyfile: Sort Caddyfile slice | Matthew Holt | |
Makes list deterministic. See #5538 | |||
2023-05-16 | caddyhttp: Implement named routes, `invoke` directive (#5107) | Francis Lavoie | |
* caddyhttp: Implement named routes, `invoke` directive * gofmt * Add experimental marker * Adjust route compile comments | |||
2023-05-16 | rewrite: use escaped path, fix #5278 (#5504) | Tran Phong | |
* use escaped path while rewriting Signed-off-by: TP-O <letranphong2k1@gmail.com> * restore line break --------- Signed-off-by: TP-O <letranphong2k1@gmail.com> | |||
2023-05-16 | headers: Add > Caddyfile shortcut for enabling defer (#5535) | Francis Lavoie | |
2023-05-15 | go.mod: Upgrade several dependencies | Matthew Holt | |
2023-05-15 | reverseproxy: Expand port ranges to multiple upstreams in CLI + Caddyfile ↵ | Francis Lavoie | |
(#5494) * reverseproxy: Expand port ranges to multiple upstreams in CLI + Caddyfile * Add clarifying comment | |||
2023-05-15 | fileserver: Use EscapedPath for browse (#5534) | Matt Holt | |
* fileserver: Use EscapedPath for browse Fix #5143 * Fixes if filter element is not present * Remove extraneous line | |||
2023-05-15 | caddyhttp: Refactor cert Managers (fix #5415) (#5533) | Matt Holt | |
2023-05-13 | Slightly more helpful error message | Matthew Holt | |
2023-05-13 | caddytls: Check for nil ALPN; close #5470 (#5473) | Matt Holt | |
* Check for nil ALPN; close #5470 * Apply patch * Actually I want to try this | |||
2023-05-12 | cmd: Reduce spammy logs from --watch | Matthew Holt | |
2023-05-11 | caddyhttp: Add a getter for Server.name (#5531) | jjiang-stripe | |
2023-05-10 | caddytls: Configurable fallback SNI (#5527) | Matt Holt | |
* Initial implementation of fallback_sni * Apply upstream patch | |||
2023-05-10 | caddyhttp: Update quic's TLS configs after reload (#5517) (fix #4849) | WeidiDeng | |
* fix http3 outdated certificates after config reload * delegate quic tls GetConfigForClient to another struct. * change type and method names fix lint --------- Co-authored-by: Matt Holt <mholt@users.noreply.github.com> | |||
2023-05-09 | Add doc comment about changing admin endpoint | Matthew Holt | |
2023-05-08 | feature: watch include directory (#5521) | Yehonatan Ezron | |
Co-authored-by: Matt Holt <mholt@users.noreply.github.com> | |||
2023-05-08 | chore: remove deprecated linters (#5525) | Mohammed Al Sahaf | |
2023-05-07 | go.mod: Upgrade CertMagic again | Matthew Holt | |
2023-05-06 | go.mod: Upgrade CertMagic | Matthew Holt | |
2023-05-05 | reverseproxy: Optimize base case for least_conn and random_choose policies ↵ | Francis Lavoie | |
(#5487) When only a single request has the least amount of requests, there's no need to compute a random number, because the modulo of 1 will always be 0 anyways. | |||
2023-05-05 | reverseproxy: Fix active health check header canonicalization, refactor (#5446) | Francis Lavoie | |
2023-05-05 | reverseproxy: Add `fallback` for some policies, instead of always random (#5488) | Francis Lavoie | |
2023-05-04 | logging: Actually honor the SoftStart parameter | Matthew Holt | |
2023-05-04 | logging: Soft start for net writer (close #5520) | Matthew Holt | |
If enabled and there is an error when opening the net writer, ignore the error and report it along with subsequent logs to stderr. | |||
2023-05-04 | fastcgi: Fix `capture_stderr` (#5515) | eanavitarte | |
2023-05-03 | acmeserver: Configurable `resolvers`, fix smallstep deprecations (#5500) | Francis Lavoie | |
* acmeserver: Configurable `resolvers`, fix smallstep deprecations * Improve default net/port * Update proxy resolvers parsing to use the new function * Update listeners.go Co-authored-by: itsxaos <33079230+itsxaos@users.noreply.github.com> --------- Co-authored-by: itsxaos <33079230+itsxaos@users.noreply.github.com> | |||
2023-04-28 | go.mod: Update some dependencies | Matthew Holt | |
2023-04-27 | logging: Add traceID field to access logs when tracing is active (#5507) | Dave Henderson | |
Co-authored-by: Francis Lavoie <lavofr@gmail.com> | |||
2023-04-26 | caddyhttp: Impl `ResponseWriter.Unwrap()`, prep for Go 1.20's ↵ | Kévin Dunglas | |
`ResponseController` (#5509) * feat: add support for ResponseWriter.Unwrap() * cherry-pick Francis' code | |||
2023-04-25 | reverseproxy: Fix reinitialize upstream healthy metrics (#5498) | Y.Horie | |
Co-authored-by: Dávid Szabó <david.szabo97@gmail.com> | |||
2023-04-25 | fix some comments (#5508) | cui fliter | |
Signed-off-by: cui fliter <imcusg@gmail.com> | |||
2023-04-24 | templates: Add `fileStat` function (#5497) | Stéphane Mourey | |
* Add isDir template function * Update modules/caddyhttp/templates/tplcontext.go Co-authored-by: Mohammed Al Sahaf <msaa1990@gmail.com> * Fix funcIsDir return value on error * Fix funcIsDir return false when root file system not specified * Add stat function, remove isDir function * Remove isDir function (really) * Rename stat to fileStat --------- Co-authored-by: Mohammed Al Sahaf <msaa1990@gmail.com> | |||
2023-04-20 | caddyfile: Stricter parsing, error for brace on new line (#5505) | Francis Lavoie | |
2023-04-20 | core: Return default logger if no modules loaded | Matthew Holt | |
Fix report from: https://caddy.community/t/remote-caddyfile-invalid-memory-address-or-nil-pointer-dereference/19700/3 | |||
2023-04-19 | celmatcher: Implement `pkix.Name` conversion to string (#5492) | Francis Lavoie | |
2023-04-14 | chore: Adjustments to CI caching (#5495) | Francis Lavoie | |