summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-05-10Version 0.11v0.11.0Matthew Holt
2018-05-10telemetry: Use int64 constant for duration intervalMatthew Holt
2018-05-10telemetry: Use production endpointMatthew Holt
2018-05-10telemetry: Make http_user_agent a normalized fieldMatthew Holt
2018-05-09telemetry: Add memory and goroutine metrics, rename containerMatthew Holt
2018-05-09telemetry: Add in_container metricMatthew Holt
2018-05-09Merge pull request #2079 from mholt/telemetryMatt Holt
2018-05-08telemetry: Add variance to retry interval, and disable keepaliveMatthew Holt
2018-05-07caddytls: Fix testsMatthew Holt
2018-05-07telemetry: Fix MITM testsMatthew Holt
2018-05-07telemetry: Record TLS ClientHellos by hash of key of structured dataMatthew Holt
2018-05-01tls: Fix typo in error message, "incompabile" (#2147)Guilherme Bernal
2018-04-28proxy: initialize ReverseProxy.Transport earlier and fix TCP connection leak ...Wèi Cōngruì
2018-04-20Corrected permissions for UUID fileMatthew Holt
2018-04-20Merge branch 'master' into telemetryMatthew Holt
2018-04-19Version 0.10.14v0.10.14Matthew Holt
2018-04-19vendor: Update lego to fix error handling bug (closes #2124)Matthew Holt
2018-04-18Version 0.10.13v0.10.13Matthew Holt
2018-04-18vendor: Update quic and lego/acme dependenciesMatthew Holt
2018-04-17proxy: Enabled configurable timeout (#2070)Tanmay Chaudhry
2018-04-14rewrite: Regular expression support for simple rule (#2082)Abiola Ibrahim
2018-04-05proxy: Fix transparent pass-thru of existing X-Forwarded-For headersTheofanis Despoudis
2018-04-03caddyfile: Fix errors caught by fuzzing (#2097)Matt Holt
2018-04-02Update contributing instructions related to docsMatthew Holt
2018-04-02httpserver: Ignore ErrServerClosed when closing serverMatthew Holt
2018-03-31httpserver: Add 'supervisor' directive (#2061)Lucas Lorentz
2018-03-30httpserver: Prevent TLS client authentication bypass in 3 ways (#2099)Matt Holt
2018-03-30httpserver: Fix test that relies on external DNS lookupMatthew Holt
2018-03-28tls: Fix tests on Windows (#2093)Matt Holt
2018-03-28tls: Prevent directory traversal via On-Demand TLS (fixes #2092)Matthew Holt
2018-03-27readme: Update instructions for contributing to docs (#2089)Francis Lavoie
2018-03-26Version 0.10.12v0.10.12Matthew Holt
2018-03-26log: 'except' subdirective to skip logging certain requests (#2028)Toby Allen
2018-03-25vendor: Update quic-goMatthew Holt
2018-03-25Merge pull request #2072 from mholt/acmev2Matt Holt
2018-03-25caddytls: Default to Let's Encrypt's ACMEv2 production endpointMatthew Holt
2018-03-25Merge branch 'master' into acmev2Matthew Holt
2018-03-25telemetry: Remove a metric, clarify another, and fix testsMatthew Holt
2018-03-25httpserver: CaseSensitivePath applied to paths in site keys (#2034)Denis
2018-03-23telemetry: Add CLI option to selectively disable some metricsMatthew Holt
2018-03-22telemetry: Honor the server's request to toggle certain metricsMatthew Holt
2018-03-22Refactor diagnostics -> telemetryMatthew Holt
2018-03-21diagnostics: Specially handle HTTP 410 and 451 codesMatthew Holt
2018-03-21diagnostics: Add/remove metricsMatthew Holt
2018-03-18httpserver: Rework Replacer loop to ignore escaped braces (#2075)Matthew Fay
2018-03-18diagnostics: Use Retry-After header if decoding JSON failsMatthew Holt
2018-03-17Purge event hooks after USR1 reload, fix #2044 (#2047)elcore
2018-03-17httpserver: Placeholders for tls_protocol and tls_cipher (#2062)David Somers
2018-03-17httpserver: Fix #2038 (query string being lost from URI) (#2039)Toby Allen
2018-03-17Merge branch 'master' into acmev2Matthew Holt