Age | Commit message (Expand) | Author |
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 |