summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-241.0 releasev1.0.0Matthew Holt
2019-04-22fix lint warnings (issue 2541) (#2551)Taufiq Rahman
2019-04-20I just learned about go mod tidyMatthew Holt
2019-04-20Release beta2v1.0.0-beta2Matthew Holt
2019-04-20tls: Update to match CertMagic refactor (#2571)Matt Holt
2019-04-20Remove now-unnecessary build.goMatthew Holt
2019-04-20Merge pull request #2570 from whalehub/patch-1Abiola Ibrahim
2019-04-20Fix instructions for building Caddy from sourceAaron
2019-04-20readme: Update build-from-source instructions for Go modulesMatthew Holt
2019-04-20main: Use embedded version, debug.BuildInfoMatthew Holt
2019-04-20Remove now-unused gitcookieMatthew Holt
2019-04-17mod: import the right version of quic-go and tidy (#2562)Marten Seemann
2019-04-12readme: Update build instructions (#2565)elcore
2019-04-09Prepare 1.0beta1 releasev1.0.0-beta1Matthew Holt
2019-04-09readme: Add link to Good First Issue (#2481)Toby Allen
2019-04-07caddytls: sort import statement (#2552)johncming
2019-04-06ci: Enable use of Go modulesMatthew Holt
2019-03-29httpserver: remove unused listener field (#2527)johncming
2019-03-29Migrate to Go modules - remove vendor folder (#2504)Michael Grosser
2019-03-29readme: Replace CI badgesMatt Holt
2019-03-29ci: Remove Travis and AppVeyor manifestsMatthew Holt
2019-03-29ci: Azure Pipelines CI system (#2540)Matt Holt
2019-03-16caddy: improve error naming (#2526)johncming
2019-03-15onevent: add missing return error (#2525)johncming
2019-03-15httpserver: Register dyndns directive (#2521)Linkonoid
2019-03-11cmd: rename -env to -envfile and use -env to print the environment (#2517)M. Ángel Jimeno
2019-03-10caddy: Start all servers only after all listeners successful (#2508)Aka.Why
2019-03-06proxy: Change headers using regex (#2144)comp500
2019-03-04github: Change name to ensure PR template is seen (#2501)Toby Allen
2019-03-04vendor: Update lego; notes for v0.11.5v0.11.5Matthew Holt
2019-03-04httpserver: More organized startup output (#2497)Toby Allen
2019-03-04basicauth: Simplify user replacement on auth failure (#2470)Toby Allen
2019-03-04errors: Return parse error if more than one argument (#2472)Toby Allen
2019-03-01caddytls: removed useless code in selfsigned (#2494)Matthias Schneider
2019-02-25caddytls: add TLS 1.3 support and remove CBC ciphers (#2399)Wèi Cōngruì
2019-02-25appveyor: Use Go 1.12Matt Holt
2019-02-24vendor: Update CertMagic; fix bug related to accounts with empty emailsMatthew Holt
2019-02-24Revert "Modify Startup Output (#2469)" (#2482)Toby Allen
2019-02-24Modify Startup Output (#2469)Toby Allen
2019-02-17internal: add internal paths to HiddenFiles (#2133)magikstm
2019-02-16staticfiles: HEAD, not OPTIONSMatthew Holt
2019-02-16staticfiles: Re-allow HEAD requestsMatthew Holt
2019-02-15Merge branch 'master' of ssh://github.com/mholt/caddyv0.11.4Matthew Holt
2019-02-15Update release notes for 0.11.4Matthew Holt
2019-02-15proxy: Re-add pre-existing trailing slashes in AllowedPath (#2151)Matthew Fay
2019-02-15basicauth: Log error when authentication fails (#2434)Toby Allen
2019-02-15Update pull request and issue templatesMatthew Holt
2019-02-14caddytls: Remove repeated variable declarationMatthew Holt
2019-02-14Merge branch 'tlscluster'Matthew Holt
2019-02-14caddytls: Move config of certmagic storage to NewConfig (fixes #2465)Matthew Holt