You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Francis Lavoie 5b355cbed0
caddyhttp: Strictly forbid unnecessary blocks on matchers (#3229)
5 years ago
..
caddyauth caddyauth: Add Metadata field to caddyauth.User (#3174) 5 years ago
encode gzip: Use klauspost/gzip, an optimized gzip implementation 5 years ago
fileserver file_server: Fix dumb error check I must have written at 1am 5 years ago
headers headers: Trim any trailing colon from field names as a courtesy 5 years ago
requestbody Remove some non-essential plugins from this repo (#2780) 5 years ago
reverseproxy fastcgi: Account for lack of split path configuration (fix #3221) 5 years ago
rewrite rewrite: Fix for rewrites with URI placeholders (#3209) 5 years ago
standard Remove some non-essential plugins from this repo (#2780) 5 years ago
templates templates: Use text/template; add experimental notice to docs 5 years ago
app.go caddyhttp: Print actual listener address in log message (closes #2992) 5 years ago
autohttps.go caddyhttp: Always provision ACME issuers (fix terms agree error) 5 years ago
caddyhttp.go httpcaddyfile: Put root directive first, before redir and rewrite 5 years ago
celmatcher.go Keep type information with placeholders until replacements happen 5 years ago
errors.go http: Change routes to sequential matcher evaluation (#2967) 5 years ago
marshalers.go http: Fix ciphersuite logging 5 years ago
matchers.go caddyhttp: Strictly forbid unnecessary blocks on matchers (#3229) 5 years ago
matchers_test.go caddyhttp: 'not' matcher now accepts multiple matcher sets and OR's them (#3208) 5 years ago
replacer.go Keep type information with placeholders until replacements happen 5 years ago
replacer_test.go Refactor for CertMagic v0.10; prepare for PKI app 5 years ago
responsewriter.go http: Always set status code via response recorder 5 years ago
routes.go httpcaddyfile: Fix nested blocks; add handle directive; refactor 5 years ago
server.go Keep type information with placeholders until replacements happen 5 years ago
staticerror.go Export Replacer and use concrete type instead of interface 5 years ago
staticresp.go httpcaddyfile: Update directive docs; put root after rewrite 5 years ago
staticresp_test.go Implement config adapters and beginning of Caddyfile adapter 6 years ago
subroute.go http: Fix subroutes, ensure that next handlers can still be called 5 years ago
vars.go v2: Implement RegExp Vars Matcher (#2997) 5 years ago