summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-06-28Update README and CHANGES for 0.10.4v0.10.4Matthew Holt
2017-06-28proxy: custom upstream health check by body string, closes #324 (#1691)Martin Redmond
2017-06-28log, errors: Introduce `rotate_compress` option (#1731)Fernando Álvarez
2017-06-27Merge pull request #1682 from tw4452852/markdownMatt Holt
2017-06-28markdown: fix ineffectual assignment CI issueTw
2017-06-27Allow duplicate Server headers when proxying responseMatthew Holt
2017-06-25Add restic plugin directive (#1730)Matt Holt
2017-06-25markdown: reload template on each requestTw
2017-06-25markdown: fix fake testsTw
2017-06-24add gopkg plugin (#1725)Jason Hutchinson
2017-06-24Add reauth directive (#1716)Shannon Wynter
2017-06-24Use comments for notes on issue and PR templatesMatthew Holt
2017-06-24Fix TestListenerAddrEqual (#1727)elcore
2017-06-24Create request_id directive #1590 (#1711)Toby Allen
2017-06-24use caddy.AppName instead of fixed string in 'Server' header (#1709)Marcel Ludwig
2017-06-24Configure systemd to send SIGQUIT on stop (#1702)George Macon
2017-06-24tls: add optional 'ca' tls directive, closes #1689 (#1699)Jason Hutchinson
2017-06-15rewrite: treat "if a not_op b" uniformly by negating "op". (#1696)lbogdan
2017-06-07staticfiles: Build redirect based on rewritten URL (fixes #1706)Matthew Holt
2017-06-07mitm: Add missing importMatthew Holt
2017-06-07mitm: Add experimental Tor support for interception detectionMatthew Holt
2017-06-06Add sourcegraph links to readme and contributing guideMatthew Holt
2017-06-06caddytls: introduced own ChallengeProvider type to fix imports related to ven...bamling
2017-06-04Merge pull request #1703 from messyidea/patch-1Daniel van Dorp
2017-06-04Update InitscriptsMessyidea
2017-06-03httpserver: Register authz directive (#1693)Yang Luo
2017-06-03Add ExtraInfo to EventHook (#1692)Henrique Dias
2017-06-02browse: Fix symlink indicators for files in folders other than cwdMatthew Holt
2017-06-01browse: Show symbolic links and target's type properly (#1667)Jonas Östanbäck
2017-05-30gzip: cleaned up writer pool initialization code (#1695)Andrew Steinborn
2017-05-30httpserver: Add grpc plugin directive (#1694)Pieter Louw
2017-05-28Merge pull request #1651 from mholt/vendoringMatt Holt
2017-05-27Vendor all dependencies (Warning: Huge changeset.)Matthew Holt
2017-05-25httpserver: add not_ends_with (#1688)Connor S. Parks
2017-05-24httpserver: Add not_starts_with condition. (#1687)Taylor Otwell
2017-05-23mitm: Add a couple more test cases for Firefox 53Matthew Holt
2017-05-23mitm: Fix false positive for Firefox 55 nightlyMatthew Holt
2017-05-19Minor change to readme/changesMatthew Holt
2017-05-19Update readme and changelog for v0.10.3v0.10.3Matthew Holt
2017-05-19tls: Only require renewed cert at startup 7 days out (issue #1680)Matthew Holt
2017-05-17 proxy: Add new URI hashing load balancing policy (#1679)Jonas Östanbäck
2017-05-17tls: Prefer ChaCha20 if AES-NI instruction set is unavailable (#1675)Andrew Steinborn
2017-05-17proxy: Correct policy documentation (#1678)Jonas Östanbäck
2017-05-17Fix lint warning by renaming MaxBytesExceededErr -> ErrMaxBytesExceeded (#1676)Jonas Östanbäck
2017-05-17log: Add check for maximum number of arguments to log directive (#1672)Jonas Östanbäck
2017-05-14proxy: leftover from #1666 (#1669)Lucas Fontes
2017-05-13proxy: added 'health_check_port' to upstream (#1666)Lucas Fontes
2017-05-13proxy: Fixed #1502: Proxying of unannounced trailers (#1588)Leonard Hecker
2017-05-11Merge pull request #1664 from tw4452852/1663-logMatt Holt
2017-05-11log: allow additional prefix/suffix with predefined formatTw