Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-20 | Add /stop endpoint to admin (#2671) | Toby Allen | |
* Add stop command to admin. Exit after stop. * Return error on incorrect http Method and provide better logging. * reuse stopAndCleanup function for all graceful stops | |||
2019-07-05 | cmd: New reload command | Matthew Holt | |
2019-06-30 | Add license | Matthew Holt | |
2019-06-28 | Caddy 2 gets a CLI! And admin endpoint is now configurable via JSON | Matthew Holt | |
2019-06-14 | Rename caddy2 -> caddy | Matthew Holt | |
Removes the version from the package name | |||
2019-06-07 | fix module import paths and add cors to admin endpoints | dev | |
fix go module refs and add cors to admin endpoints | |||
2019-05-21 | Module.New() does not need to return an error | Matthew Holt | |
2019-04-25 | Initial commit of Storage, TLS, and automatic HTTPS implementations | Matthew Holt | |
2019-03-27 | Fix goroutine leak in Run | Matthew Holt | |
D'oh, the servers' Shutdown() would never be called because they were never added to the list of servers. Thanks Danny for finding this. | |||
2019-03-26 | Performance testing Load function | Matthew Holt | |
2019-03-26 | Rudimentary start of HTTP servers | Matthew Holt | |
2019-03-26 | Initial commit | Matthew Holt | |