Age | Commit message (Expand) | Author |
2021-03-01 | rewrite: Implement regex path replacements | Matthew Holt |
2021-01-11 | rewrite: Use RawPath instead of Path (fix #3596) (#3918) | go-d |
2020-05-26 | httpcaddyfile: New `handle_path` directive (#3281) | Francis Lavoie |
2020-04-01 | rewrite: Fix for rewrites with URI placeholders (#3209) | Matthew Holt |
2020-03-30 | Keep type information with placeholders until replacements happen | Matthew Holt |
2020-03-19 | httpcaddyfile: Unify strip_prefix, strip_suffix, uri_replace directives (#3157) | Matt Holt |
2020-01-22 | rewrite: Prepend "/" if missing from strip path prefix | Matthew Holt |
2020-01-16 | httpcaddyfile: Fix nested blocks; add handle directive; refactor | Matthew Holt |
2020-01-15 | rewrite: Make URI modifications more transactional (#2891) | Matthew Holt |
2020-01-11 | http: A little more polish on rewrite handler and try_files directive | Matthew Holt |
2020-01-11 | rewrite: Fix query string logic | Matthew Holt |
2020-01-10 | rewrite: Rename parameters; implement custom query string parser | Matthew Holt |
2020-01-09 | http: Change routes to sequential matcher evaluation (#2967) | Matt Holt |
2019-12-29 | Export Replacer and use concrete type instead of interface | Matthew Holt |
2019-12-23 | Improve godocs all around | Matthew Holt |
2019-12-17 | rewrite: Attempt query string fix (#2891) | Matthew Holt |
2019-12-12 | rewrite: strip_prefix, strip_suffix, and uri_replace dirs (closes #2906) | Matthew Holt |
2019-12-12 | try_files, rewrite: allow query string in try_files (fix #2891) | Matthew Holt |
2019-12-12 | rewrite: query string enh.; substring replace; add tests (see #2891) | Matthew Holt |
2019-12-10 | v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924) | Matt Holt |
2019-10-28 | v2: Logging! (#2831) | Matt Holt |
2019-10-19 | rewrite: Options to strip prefix/suffix and issue redirects | Matthew Holt |
2019-10-16 | Minor enhancements/fixes to rewrite directive and template virt req's | Matthew Holt |
2019-10-06 | rewrite: Return parse error if too many Caddyfile args (fixes #2791) | Matthew Holt |
2019-09-10 | rewrite: Caddyfile directive should always invoke a rehandle | Matthew Holt |
2019-08-21 | Refactor Caddyfile adapter and module registration | Matthew Holt |
2019-08-09 | Fix module-related errors | Matthew Holt |
2019-08-09 | Implement config adapters and beginning of Caddyfile adapter | Matthew Holt |
2019-07-11 | Flatten HTTP handler config (#2662) (#2663) | Matt Holt |
2019-07-02 | go.mod: Append /v2 to module name; update all import paths | Matthew Holt |
2019-06-30 | Add license | Matthew Holt |
2019-06-14 | Rename caddy2 -> caddy | Matthew Holt |
2019-06-04 | Change import paths to GitHub package names | Matthew Holt |
2019-05-23 | Add request_body middleware and some limits to HTTP servers | Matthew Holt |
2019-05-22 | Export types and fields necessary to build configs (for config adapters) | Matthew Holt |
2019-05-21 | Module.New() does not need to return an error | Matthew Holt |
2019-05-21 | Fix up matchers tests and take care of TODO in rewrite | Matthew Holt |
2019-05-20 | Implement rewrite middleware; fix middleware stack bugs | Matthew Holt |