Age | Commit message (Expand) | Author |
2019-09-11 | reverseproxy: Fix host and port on requests; fix Caddyfile parser | Matthew Holt |
2019-09-11 | reverseproxy: Add 'tls' option to enable HTTPS with HTTP transport | Matthew Holt |
2019-09-10 | caddyfile: Improve Dispenser.NextBlock() to support nesting | Matthew Holt |
2019-09-10 | New 'php_fastcgi' directive for convenient PHP+FastCGI reverse proxy | Matthew Holt |
2019-09-10 | fastcgi: Make EnvVars a map instead of a slice | Matthew Holt |
2019-09-09 | Migrate some selection policy tests over to v2 | Matthew Holt |
2019-09-09 | reverse_proxy: Caddyfile integration (and fix blocks in Dispenser) | Matthew Holt |
2019-09-06 | Various fixes/tweaks to HTTP placeholder variables and file matching | Matthew Holt |
2019-09-06 | fastcgi: Use request context as base, not a new one | Matthew Holt |
2019-09-05 | fastcgi: Set default root path; add interface guards | Matthew Holt |
2019-09-05 | Add original URI to request context; implement into fastcgi env | Matthew Holt |
2019-09-05 | Reconcile upstream dial addresses and request host/URL information | Matthew Holt |
2019-09-03 | reverse_proxy: Ignore context.Canceled errors | Matthew Holt |
2019-09-03 | Integrate circuit breaker modules with reverse proxy | Matthew Holt |
2019-09-03 | Some cleanup and godoc | Matthew Holt |
2019-09-03 | reverse_proxy: Implement remaining TLS config for proxy to backend | Matthew Holt |
2019-09-03 | reverse_proxy: Implement active health checks | Matthew Holt |
2019-09-02 | reverse_proxy: WIP refactor and support for FastCGI | 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-12 | Get module name at runtime, and tidy up modules | Matthew Holt |
2019-07-11 | Rename handler modules to use http.handlers namespace | Matthew 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-07 | fix goroutine leak in healthcheckers | dev |
2019-06-04 | Change import paths to GitHub package names | 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-20 | move internal packages to pkg folder and update reverse proxy | dev |
2019-05-16 | Architectural shift to using context for config and module state | Matthew Holt |
2019-05-04 | Add reverse proxy | Matthew Holt |