caddy/caddyhttp
Issac Trotts 1991083322 Fix tests to not make long unix domain socketpaths
Some tests were running into this issue:
https://github.com/golang/go/issues/6895

Putting the sockets into temp dirs fixes the problem.
2016-08-29 18:09:46 -07:00
..
basicauth Add default "Restricted" realm to HTTP Basic auth (#1007) 2016-08-07 07:50:36 -06:00
bind Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
browse Export staticfiles.Redirect for convenience in preserving query string 2016-08-06 14:40:58 -06:00
errors Fix error which lead to skipping tests in 'errors.TestErrorsParse' 2016-08-15 16:44:34 +03:00
expvar Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
extensions Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
fastcgi Support for placeholders in fastcgi env vars. 2016-06-29 13:41:52 +01:00
gzip Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
header Allow multiple values for an HTTP header and 2016-07-20 22:17:13 -07:00
httpserver Add 'status' middleware instead of 'status' directive for 'rewrite' middleware 2016-08-29 17:17:23 +03:00
internalsrv Enable downloading of protected content. See issue #979 (#980) 2016-08-07 23:16:33 -06:00
log log: add multiple log entry test 2016-08-25 11:21:08 +08:00
markdown Use naoina/toml instead of BurntSushi/toml 2016-08-29 17:55:44 -07:00
mime Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
pprof Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
proxy Fix tests to not make long unix domain socketpaths 2016-08-29 18:09:46 -07:00
redirect Minor text fixes ;) 2016-08-23 15:47:23 -06:00
rewrite Add 'status' middleware instead of 'status' directive for 'rewrite' middleware 2016-08-29 17:17:23 +03:00
root Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
staticfiles Export staticfiles.Redirect for convenience in preserving query string 2016-08-06 14:40:58 -06:00
status Add 'status' middleware instead of 'status' directive for 'rewrite' middleware 2016-08-29 17:17:23 +03:00
templates Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
websocket Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
caddyhttp_test.go Add 'status' middleware instead of 'status' directive for 'rewrite' middleware 2016-08-29 17:17:23 +03:00
caddyhttp.go Add 'status' middleware instead of 'status' directive for 'rewrite' middleware 2016-08-29 17:17:23 +03:00