caddy/config/setup
Zac Bergquist f7fcd7447a Fix test failure on non-Windows OS.
NewTestController now sets the site root to '.' to accomodate Windows.  This introduced a failure on Linux because we join "." and an absolute path in /tmp/ and end up looking for the temp file in the wrong place.  This change puts the temp file under the current working directory, which should resolve the issue.
2015-10-13 20:16:43 -04:00
..
testdata Added test on markdown static files generation 2015-07-29 16:21:35 +02:00
basicauth.go basicauth: htpasswd path now relative to site root 2015-09-05 16:04:30 -06:00
basicauth_test.go Fix test failure on non-Windows OS. 2015-10-13 20:16:43 -04:00
bindhost.go
browse.go allow consecutive spaces for browse 2015-10-07 19:16:49 +03:00
controller.go Fix test failures on Windows. 2015-10-13 19:49:53 -04:00
errors.go Fix test failures on Windows. 2015-10-13 19:49:53 -04:00
errors_test.go errors: New 'visible' mode to write stack trace to response 2015-09-24 16:21:28 -06:00
ext.go
ext_test.go
fastcgi.go core: Disable TLS for http sites (again) 2015-08-05 11:33:51 -06:00
fastcgi_test.go removed redundant comment lines 2015-08-30 18:57:20 +05:30
gzip.go Fix vet warnings about unkeyed fields 2015-09-10 19:57:23 -07:00
gzip_test.go
headers.go
headers_test.go
internal.go
internal_test.go
log.go Added LogRoller parser and entity. 2015-09-02 15:13:31 +02:00
log_test.go Use localtime for the log roller timestamp 2015-09-04 19:18:01 +02:00
markdown.go Fix test failures on Windows. 2015-10-13 19:49:53 -04:00
markdown_test.go Fix test failures on Windows. 2015-10-13 19:49:53 -04:00
mime.go New core middleware, MIME. 2015-09-30 18:37:10 +01:00
mime_test.go New core middleware, MIME. 2015-09-30 18:37:10 +01:00
proxy.go Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
redir.go redir: Include scheme in redirect rules 2015-09-30 08:38:31 -06:00
rewrite.go
rewrite_test.go Fix vet warnings about unkeyed fields 2015-09-10 19:57:23 -07:00
roller.go Use localtime for the log roller timestamp 2015-09-04 19:18:01 +02:00
root.go
root_test.go Fail the test if the configuration fails. 2015-10-10 04:15:25 +03:00
startupshutdown.go Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
templates.go
templates_test.go
tls.go core: Disable TLS for http sites (again) 2015-08-05 11:33:51 -06:00
tls_test.go
websocket.go
websocket_test.go