summaryrefslogtreecommitdiffhomepage
path: root/caddyhttp
AgeCommit message (Expand)Author
2016-12-21Fixed HTTP/2 support for the proxy middleware (#1300)Leonard Hecker
2016-12-19Feature #1282 - Support serving statically compressed .gz and .br files (#1289)Mateusz Gajewski
2016-12-17Fix for issue #1287 - don't list hidden files in directory listing (#1290)Mateusz Gajewski
2016-12-07test: add unit test for #1283 (#1288)Guiheux Steven
2016-12-03Return HTTP 504 when FastCGI connect times out.ericdreeves
2016-12-03Add send_timeout property to fastcgi directive.ericdreeves
2016-12-02Fix for #1276 - support integers and floats as metadata in markdown (#1278)Mateusz Gajewski
2016-11-29Fix for #1164 - allow only one header per line (#1280)Mateusz Gajewski
2016-11-29Merge branch 'master' into fastcgi-timeout-defaultsMateusz Gajewski
2016-11-28Ensure some tests remove temporary directories they createdMatthew Holt
2016-11-25Fix read timeout and add default timeout values.ericdreeves
2016-11-20templates: Add arguments to .IncludeMatthew Holt
2016-11-19Add connect_timeout and read_timeout to fastcgi. (#1257)ericdreeves
2016-11-19Sort the resulting slice before the comparison.ericdreeves
2016-11-16Filter empty headers (#1239)Gyula Voros
2016-11-16Fastcgi upstreams (#1264)Mateusz Gajewski
2016-11-04proxy: record request Body for retry (fixes #1229)Benny Ng
2016-11-04Add maxrequestbody directive (#1163)Ngo The Trung
2016-11-03Use http.Header instead of custom type (#1214)Mateusz Gajewski
2016-11-03proxy: make value is optional when removing a headerTw
2016-11-02Move header up above errors in directive order (fix #1183)Matthew Holt
2016-11-02header: Implement Flusher and CloseNotifierMatthew Holt
2016-11-01header: only register deletion operation (#1212)Tw
2016-11-01Add Files action to template context. (closes #1198) (#1226)ericdreeves
2016-10-25Remove dead code, do struct alignment, simplify codeMateusz Gajewski
2016-10-25Log site info output at start. Fix for #1205 (#1210)Toby Allen
2016-10-25Merge pull request #1207 from tw4452852/1206Matt Holt
2016-10-25Use proper Request (#1197)Mateusz Gajewski
2016-10-24proxy: set request's body to nil explicitlyTw
2016-10-20Moving File Manager higher in the directive list (#1199)Henrique Dias
2016-10-18errors: don't join the absolute file pathTw
2016-10-16Fix for fastcgi deletion of Caddy-Rewrite-Original-URI header #1153 (#1184)Toby Allen
2016-10-15Reorder basicauth directive; it should also protect redirectsMatthew Holt
2016-10-15* Added directive "filter" to whitelist for support of github.com/echocat/cad...Gregor Noczinski
2016-10-13Merge branch 'master' into 1173Matt Holt
2016-10-11proxy: preserve path trailing slash if it was thereTw
2016-10-11add more descriptive errorsTw
2016-10-11header: implement http.Hijacker for responseWriterWrapperTw
2016-10-05Add new placeholder for latency in millisecondsAish Raj Dahal
2016-10-02proxy: handle 'without' option in encoded form of URL pathTw
2016-09-28Remove the eager check in the browse middleware (#1144)Peer Beckmann
2016-09-28Merge pull request #1145 from tw4452852/header_placeholderMatt Holt
2016-09-28replacer: evaluate header placeholder when replacingTw
2016-09-28Merge pull request #1143 from mholt/1136-fixMatt Holt
2016-09-281136 fixKris Hamoud
2016-09-27Merge pull request #1140 from tw4452852/defer_headerMatt Holt
2016-09-27Add fix and tests for FastCGI persistent connections (#1134)Sebastian Schmittner
2016-09-27Merge pull request #1135 from mholt/proxyerrsMatt Holt
2016-09-27proxy: Only wait 250ms between backend triesMatthew Holt
2016-09-27header: defer header operationsTw