summaryrefslogtreecommitdiffhomepage
path: root/plugins.go
AgeCommit message (Expand)Author
2019-07-02Change all import paths: mholt/caddy -> caddyserver/caddyMatthew Holt
2019-02-08caddytls: Change clustering to be a plugin to the caddytls package (#2459)Matt Holt
2019-01-29Fix spelling (#2448)Josh Soref
2018-12-11Add clustering plugin types; use latest certmagic.Storage interfaceMatthew Holt
2018-06-12core: instance restart (reload) event (#2178)Denis
2018-04-20Merge branch 'master' into telemetryMatthew Holt
2018-03-17Purge event hooks after USR1 reload, fix #2044 (#2047)elcore
2018-02-16Fix bad merge conflict, make tests passMatthew Holt
2018-02-16Merge branch 'master' into diagnosticsMatthew Holt
2018-02-13Merge branch 'master' into cert-cacheMatthew 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
2018-02-02make eventHooks thread safe (Go 1.9) (#2009)Tw
2017-10-01Add hook for instance startup (#1888)Kevin Stock
2017-10-01Implement CertRenewEvent (#1879)elcore
2017-09-22Apply Apache license to all .go source files (closes #1865)Matthew Holt
2017-06-03Add ExtraInfo to EventHook (#1692)Henrique Dias
2017-04-29lint fixesAaron Ellington
2017-03-28Add Event Hook plugins to DescribePlugins function (#1540)Henrique Dias
2017-03-27Introducing Event Hooks Plugins (#1537)Henrique Dias
2017-01-14Add StartupHooks to Plugins (#1330)Henrique Dias
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-17Report errors when loading CaddyfileMatthew Holt
2016-07-18Allow for UDP servers (#935)Miek Gieben
2016-06-20Refactor how caddy.Context is stored and usedMatthew Holt
2016-06-06Improve godoc for plugin facilitiesMatthew Holt
2016-06-06Make RegisterPlugin() more consistent, having name as first argumentMatthew Holt
2016-06-04Rewrote Caddy from the ground up; initial commit of 0.9 branchMatthew Holt