summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-08-14Version 1.0.3 notesv1.0.3Matthew Holt
2019-08-14Fix slice bounds when getting key of address (fixes #2706)Matthew Holt
2019-08-13Version 1.0.2v1.0.2Matthew Holt
2019-08-13Adjust address parsing for Go 1.12.8's breaking changesMatthew Holt
2019-07-19websocket: Enhancements, message types, and tests (#2359)linquize
2019-07-19readme: Fix tests badgeMatthew Holt
2019-07-18Used goimports to fix import order (#2682)Christian Muehlhaeuser
2019-07-18Add doc re running as non-root user on FreeBSD (#2655)George Hartzell
2019-07-18Use syslog to manage caddy std{out,err} on FreeBSD (#2652)George Hartzell
2019-07-18staticfiles: Support pre-compressed zstd, make etag content-encoding-aware (#...rouzier
2019-07-18Updated systemd caddy.service (#2620)aspeteRakete
2019-07-11add recaptcha plugin (#2664)William Wang
2019-07-02Update notes for v1.0.1v1.0.1Matthew Holt
2019-07-02Change all import paths: mholt/caddy -> caddyserver/caddyMatthew Holt
2019-07-01tls: Deprecate 'max_certs' in favor of 'ask'; use latest CertMagicMatthew Holt
2019-06-23Fix graceful shutdown (#2618)Damir Vandic
2019-06-21mod: Use CertMagic v0.6.1Matthew Holt
2019-06-21caddyfile: Move metrics into caddy packageMatthew Holt
2019-06-19Minor fixes to testsMatthew Holt
2019-06-19tls: Disable on-demand TLS when random config is chosenMatthew Holt
2019-06-19Refactor clustering setup codeMatthew Holt
2019-06-19Use CertMagic's HTTP and HTTPS port variableMatthew Holt
2019-06-19Clean up certmagic locks on signaled process exitMatthew Holt
2019-06-19tls: Allow client auth configs if CA filenames match (#2648)shouya
2019-06-12caddyhttp: Add 'permission' plugin directive (#2639)Daniel
2019-06-11caddytls: Fix goroutine leak when restarting Caddy (#2644)Jared Ririe
2019-05-27Fix panic serving index file if HTTP request is malformedMatthew Holt
2019-05-27Move PR template in attempt to fix (sigh)Matthew Holt
2019-05-24Simple rewrite regex captures (#2592)AndreKR
2019-05-24gzip: Add .wasm (WebAssembly files) (#2624)Ɓukasz Nowak
2019-05-13readme: clarify about Go file to build Caddy (#2611)Anthony Plunkett
2019-04-26httpserver: Add pubsub plugin (#2589)Kurt Jung
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