summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-08-25Update readme for v0.10.7v0.10.7Matthew Holt
2017-08-25browse: Ignore one Test function on Windows (temporary) (#1839)Matt Holt
2017-08-25Replace build.bash with build.go; limit timestamp inclusionMatthew Holt
2017-08-24Update CI scripts for Go 1.9Matthew Holt
2017-08-24templates: Execute template loaded by later middlewares (#1649)Matt Holt
2017-08-23Merge pull request #1821 from mholt/ocspfixMatt Holt
2017-08-23Merge pull request #1825 from thejmazz/systemd-allow-more-threadsMatt Holt
2017-08-23vendor: Update quic-goMatthew Holt
2017-08-18Merge pull request #1833 from mholt/add-forwardproxyMatt Holt
2017-08-18Add forwardproxy to directives' listSergey Frolov
2017-08-14Set LimitNPROC=512 for systemdJulian Mazzitelli
2017-08-13Merge pull request #1823 from klingtnet/systemd-restart-limit-fixMatt Holt
2017-08-13Increase restart rate limitAndreas Linz
2017-08-12Merge pull request #1796 from mholt/bugfix_rewrite_1794Matt Holt
2017-08-12Merge pull request #1815 from wader/browse-abs-recursive-dir-symlinkMatt Holt
2017-08-12Build tags for Caddy to build on naclMatthew Holt
2017-08-12browse: Support absolute and recursive directory symlinksMattias Wadman
2017-08-12SIGUSR2 triggers graceful binary upgrades (spawns new process) (#1814)Matt Holt
2017-08-12httpserver: Add 'awses' plugin directive (#1818)Mark Severson
2017-08-12httpserver: Add 'jekyll' plugin. (#1817)Henrique Dias
2017-08-12tls: Fix OCSP stapling bug when certificate names overlap other certsMatthew Holt
2017-08-09internal: Allow use for only X-Accel-Redir (closes #1020)Matthew Holt
2017-08-08Enable compilation for Plan 9 (closes #1093)Matthew Holt
2017-08-07staticfiles: fix handling of filenames that end with index file names (#1812)Dusty Doris
2017-08-04freebsd init: typo in filename. (#1799)Dhananjay Balan
2017-08-03Avoid panic on QUIC server close (fixes #1805)Matthew Holt
2017-08-03Changed IfCond to store the condition function and the compiled regular expre...Simon Lightfoot
2017-08-02Merge pull request #1800 from mholt/exitcodesMatt Holt
2017-08-01Distinguishable exit codesMatthew Holt
2017-07-31Fix force quit using SIGINTMatthew Holt
2017-07-28Update changes and readme for v0.10.6v0.10.6Matthew Holt
2017-07-28Merge pull request #1789 from abiosoft/fix-atomic-addMatt Holt
2017-07-28Fix for #1788. Rearrange struct fields.Abiola Ibrahim
2017-07-28Fix links on caddy-hugo and caddy-filemanager (#1787)Henrique Dias
2017-07-27Update changes and readme for version 0.10.5v0.10.5Matthew Holt
2017-07-27vendor: Update dependenciesMatthew Holt
2017-07-27httpserver: Set default idle timeout of 5 minutes (closes #1733)Matthew Holt
2017-07-27Merge pull request #1784 from mholt/trie-fallbacksMatt Holt
2017-07-27Move fallbackHosts to vhostTrieSergey Frolov
2017-07-25Merge pull request #1781 from mholt/global-fallback-hostsMatt Holt
2017-07-25Merge pull request #1779 from mholt/mitm-panicMatt Holt
2017-07-25Add global FallbackHosts for vhost matchingSergey Frolov
2017-07-25Merge pull request #1780 from sergeyfrolov/masterMatt Holt
2017-07-25Encapsulate WriteSiteNotFound errorSergey Frolov
2017-07-25mitm: Fix out of bounds error when checking software version in UAMatthew Holt
2017-07-25Merge pull request #1777 from tw4452852/chunked_wsMatt Holt
2017-07-25proxy: fix hang on chunked websocket serverTw
2017-07-24httpserver: Only enable QUIC for sites with TLS & HTTP2 enabledMatthew Holt
2017-07-24Merge pull request #1747 from twdkeule/fix-index-pushMatt Holt
2017-07-24Push resources for indexFiles when surfing to directoriesThomas De Keulenaer