caddy/middleware
Matthew Holt 794d271152 Remove extra tests that were Linux-specific
These tests with the backslash seem to assert that shlex (our Unix shell parsing library) is working properly, not our wrapper function (that parses commands for both Windows and non-Windows). These tests break on Windows so I have removed them.
2015-10-21 14:11:30 -06:00
..
basicauth Removed my debug prints 2015-10-13 20:04:34 -04:00
browse Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
errors Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
extensions extensions: Initial tests 2015-07-10 12:05:06 -06:00
fastcgi Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
gzip Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
headers headers: Initial test for Headers 2015-05-09 21:47:02 +02:00
inner rename middleware's name from internal to inner 2015-06-10 15:48:41 +08:00
log Added LogRoller parser and entity. 2015-09-02 15:13:31 +02:00
markdown Fix test failures on Windows. 2015-10-13 19:49:53 -04:00
mime New core middleware, MIME. 2015-09-30 18:37:10 +01:00
proxy Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
redirect Commenting on the need for additional redirect tests 2015-10-01 09:58:07 -07:00
rewrite Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
templates Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
websocket Simplify websocket ticker shutdown code 2015-10-14 18:48:43 -06:00
commands_test.go Remove extra tests that were Linux-specific 2015-10-21 14:11:30 -06:00
commands.go Parse Windows commands differently than Unix commands 2015-10-21 14:03:33 -06:00
context_test.go Cover the rest of the (not one-liner) functions in context 2015-10-19 13:51:49 +03:00
context.go middleware: Added StripHTML to Context type 2015-09-17 16:23:30 -06:00
fileserver_test.go fix go vet error 2015-10-21 02:18:33 +03:00
fileserver.go Check and return the correct error if Stat method fails (see golang issue #12991) 2015-10-21 01:25:38 +03:00
middleware_test.go Removed my debug prints 2015-10-13 20:04:34 -04:00
middleware.go Fix test failures on Windows. 2015-10-13 19:49:53 -04:00
path.go Fix more lint warnings 2015-05-24 22:52:34 -04:00
recorder_test.go Fix formatting directives in tests 2015-09-04 08:34:58 -07:00
recorder.go let middleware.responseRecorder be a http.Hijacker 2015-06-12 11:42:28 +08:00
replacer_test.go Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00
replacer.go Rewrite: Use only fragment, remove frag. 2015-09-20 18:13:53 +01:00
roller.go Address various lint and gocyclo warnings. Fixes #253 2015-10-11 16:28:02 -04:00