Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-17 | admin: POST /... expands and appends all array elements | Matthew Holt | |
Makes it easy to append many items to an array in one command | |||
2019-11-04 | core: Major refactor of admin endpoint and config handling | Matthew Holt | |
Fixed several bugs and made other improvements. All config changes are now mediated by the global config state manager. It used to be that initial configs given at startup weren't tracked, so you could start caddy with --config caddy.json and then do a GET /config/ and it would return null. That is fixed, along with several other general flow/API enhancements, with more to come. | |||
2019-06-30 | Add license | Matthew Holt | |
2019-06-14 | Rename caddy2 -> caddy | Matthew Holt | |
Removes the version from the package name | |||
2019-05-04 | Begin implementing HTTP replacer and static responder | Matthew Holt | |
2019-03-26 | Performance testing Load function | Matthew Holt | |