summaryrefslogtreecommitdiffhomepage
path: root/caddy.go
AgeCommit message (Expand)Author
2019-03-16caddy: improve error naming (#2526)johncming
2019-03-10caddy: Start all servers only after all listeners successful (#2508)Aka.Why
2019-02-24Revert "Modify Startup Output (#2469)" (#2482)Toby Allen
2019-02-24Modify Startup Output (#2469)Toby Allen
2019-02-13core: Terminate goroutine used for logging errors (#2398)Yue Ko
2019-02-08caddytls: Change clustering to be a plugin to the caddytls package (#2459)Matt Holt
2019-01-28caddy: Improve error messages when (re)starting serversMatthew Holt
2019-01-18caddy: move EmitEvent(InstanceStartupEvent, instance) (#2161)elcore
2018-12-19caddytls: Use latest certmagic package, with updated Storage interfaceMatthew Holt
2018-12-13caddytls: Better handle FileStorage and cleaning up locks on exitMatthew Holt
2018-12-11Merge branch 'reload-ln-middleware'Matthew Holt
2018-12-11Add clustering plugin types; use latest certmagic.Storage interfaceMatthew Holt
2018-12-10Extract most of caddytls core code into external CertMagic packageMatthew Holt
2018-10-30caddy: Re-invoke listener middlewares on reloads and upgradesMatthew Holt
2018-10-29caddy: Run OnShutdown callbacks before instance Stop() calls (#2320)Ruslan Drozhdzh
2018-10-29caddy: Add OnRestartFailed callback (#2262)Eugen Kleiner
2018-09-18Fix deadlock, ensure instances mutex unlocked (#2296)yyqbuct
2018-04-20Merge branch 'master' into telemetryMatthew Holt
2018-04-02httpserver: Ignore ErrServerClosed when closing serverMatthew Holt
2018-03-23telemetry: Add CLI option to selectively disable some metricsMatthew Holt
2018-03-22Refactor diagnostics -> telemetryMatthew Holt
2018-03-21diagnostics: Add/remove metricsMatthew Holt
2018-02-16Merge branch 'master' into diagnosticsMatthew Holt
2018-02-15httpserver: Raise error when adjusted site addresses clash at startupMatthew Holt
2018-02-13tls: Synchronize renewals between Caddy instances sharing file storageMatthew Holt
2018-02-10diagnostics: AppendUnique(), restructure sets, add metrics, fix bugsMatthew Holt
2018-02-04tls: Restructure and improve certificate managementMatthew Holt
2017-11-07Check for nil listener before printing address (#1946)insomniac
2017-10-31improve error checking (#1938)Arthur Silva
2017-10-31a few code improvements (#1936)Arthur Silva
2017-10-01Add hook for instance startup (#1888)Kevin Stock
2017-09-22Apply Apache license to all .go source files (closes #1865)Matthew Holt
2017-08-12SIGUSR2 triggers graceful binary upgrades (spawns new process) (#1814)Matt Holt
2017-04-29lint fixesAaron Ellington
2017-04-26Fix 1592: Allow insecure CA URL on internal networks (#1607)Francis Lavoie
2017-04-20Disable warning for insecure CA if located on private network. (#1599)Jonas Östanbäck
2017-03-13Added Const for use of CtxKeys (#1511)Toby Allen
2017-03-11Fix issue #1346 {path} logging {uri} and add {rewrite_uri} placeholder (#1481)Toby Allen
2017-02-28Use RequestURI when redirecting to canonical path. (#1331)ericdreeves
2017-02-17Detect HTTPS interception (#1430)Matt Holt
2017-01-23Godoc comment; report -validate results to stdout tooMatthew Holt
2017-01-13Add a cli parameter to -validate a Caddyfile. Issue #1328 (#1344)Toby Allen
2017-01-10Fix small misspellingsBen Gadbois
2016-11-26Fix network listener address comparison, fixes #1258 (#1273)elcore
2016-09-05Caddyfiles read from STDIN now have server types associated with them. Fixes ...Mike Pulaski
2016-08-25Defer loading directives until needed (fix for previous commit)Matthew Holt
2016-08-19Implement missing bits for an external servertypeMiek Gieben
2016-08-10Don't prompt for email when user is not there to provide oneMatthew Holt
2016-08-02improve rlimit usage (#982)s7v7nislands
2016-07-19Avoid deadlock (fixes #941)Matthew Holt