summaryrefslogtreecommitdiffhomepage
path: root/caddyhttp
AgeCommit message (Expand)Author
2018-05-10telemetry: Make http_user_agent a normalized fieldMatthew Holt
2018-05-09Merge pull request #2079 from mholt/telemetryMatt Holt
2018-05-07telemetry: Fix MITM testsMatthew Holt
2018-05-07telemetry: Record TLS ClientHellos by hash of key of structured dataMatthew Holt
2018-04-28proxy: initialize ReverseProxy.Transport earlier and fix TCP connection leak ...Wèi Cōngruì
2018-04-20Merge branch 'master' into telemetryMatthew 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-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-26log: 'except' subdirective to skip logging certain requests (#2028)Toby Allen
2018-03-25Merge pull request #2072 from mholt/acmev2Matt Holt
2018-03-25Merge branch 'master' into acmev2Matthew Holt
2018-03-25httpserver: CaseSensitivePath applied to paths in site keys (#2034)Denis
2018-03-22Refactor diagnostics -> telemetryMatthew Holt
2018-03-21diagnostics: Add/remove metricsMatthew Holt
2018-03-18httpserver: Rework Replacer loop to ignore escaped braces (#2075)Matthew Fay
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
2018-03-17tls: Add 'wildcard' subdirective to force wildcard certificateMatthew Holt
2018-03-15httpserver: Add geoip directive (closes #1819) (#2066)Andrey Blinov
2018-03-14httpserver: Add a couple test cases for the Replacer on {labelN}Matthew Holt
2018-03-14httpserver: Add {labelN} placeholders for parts of hostnamesMatthew Holt
2018-02-21startup/shutdown: Remove deprecated startup/shutdown directives (#2033)elcore
2018-02-18httpserver: Placeholder for response header fields (#2029)Toby Allen
2018-02-18basicauth: Make test pass with Go 1.10Matthew Holt
2018-02-16Fix bad merge conflict, make tests passMatthew Holt
2018-02-16Merge branch 'master' into diagnosticsMatthew Holt
2018-02-16httpserver: Leave %2f encoded when trimming path in site address Fix #1927 (#...Toby Allen
2018-02-16tls: In HTTP->HTTPS redirects, preserve redir port in some circumstancesMatthew Holt
2018-02-16tls: Fix HTTP->HTTPS redirects and HTTP challenge when using custom portMatthew Holt
2018-02-15httpserver: Raise error when adjusted site addresses clash at startupMatthew Holt
2018-02-13Merge branch 'master' into cert-cacheMatthew Holt
2018-02-11fastcig: GET requests send along the body (#1975)Etienne Bruines
2018-02-11staticfiles: Prevent path-based open redirectsMatthew Holt
2018-02-10diagnostics: AppendUnique(), restructure sets, add metrics, fix bugsMatthew Holt
2018-02-08diagnostics: Implemented collection functions and create first metricsMatthew Holt
2018-02-04tls: Restructure and improve certificate managementMatthew Holt
2018-02-02request_id: Allow reusing ID from header (closes #2012)Matthew Holt
2018-01-15proxy: Turn on KeepAlive in QuicConfig of RoundTripper (#1943)Heri Sim
2018-01-15ResponseBuffer: add missing header writing (#1997)Tw
2018-01-15template: add extension filter test and simplify test code (#1996)Tw
2018-01-15browse: Correct 'modified' date alignment (#1954)magikstm
2018-01-07add basicauth {user} to replacer (#1979)Toby Allen
2017-12-23Allow Masking of IP address in Logfile. (#1930)Toby Allen
2017-12-17Add {user} placeholder to CommonLogFormat (#1953)magikstm