- 03 Nov, 2015 1 commit
-
-
Matthew Holt authored
-
- 31 Oct, 2015 8 commits
-
-
Matt Holt authored
Windows Build: Remove PATH from output.
-
Abiola Ibrahim authored
-
Matt Holt authored
startup/shutdown: test file Also modified NewTestController to include a value for OncePerServerBlock
-
Dipen Patel authored
-
Dipen Patel authored
wrote startupshutdown tests and added OncePerServerBlock value in the NewTestController function of the controller.go file
-
Abiola Ibrahim authored
Fix for issues #297 and #298
-
Abiola Ibrahim authored
Add option to change delims in templates
-
Abiola Ibrahim authored
-
- 29 Oct, 2015 6 commits
-
-
Guilherme Rezende authored
-
Guilherme Rezende authored
-
Matthew Holt authored
-
Matt Holt authored
markdown, templates: Add Last-Modified header
-
Matthew Holt authored
-
makpoc authored
-
- 28 Oct, 2015 2 commits
-
-
Matt Holt authored
Fix windows command parsing
-
Matthew Holt authored
-
- 24 Oct, 2015 1 commit
-
-
Makpoc authored
Two quotes next to each other result in one escaped quote; Add Split Example, add/refactor tests for every platform.
-
- 23 Oct, 2015 1 commit
-
-
makpoc authored
-
- 21 Oct, 2015 4 commits
-
-
Matthew Holt authored
We're not trying to test the shlex library; just our wrapper function
-
Matthew Holt authored
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.
-
Matthew Holt authored
Stinkin' backslashes
-
Matt Holt authored
core: fileServer tests
-
- 20 Oct, 2015 11 commits
-
-
Makpoc authored
-
Makpoc authored
-
Makpoc authored
-
Matt Holt authored
Add TestNewDefault to config tests
-
Marcelo Magallon authored
-
Marcelo E. Magallon authored
Very simple test to make sure that NewDefault is populating the correct fields with the correct values.
-
Matt Holt authored
Test app.SetCPU, config.makeOnces, config.makeStorages
-
Paulo L F Casaretto authored
-
Paulo L F Casaretto authored
-
Paulo L F Casaretto authored
-
Paulo L F Casaretto authored
-
- 19 Oct, 2015 6 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
Also added ServerBlockHostIndex
-
Matthew Holt authored
-
Matthew Holt authored
This way, Setup functions have access to the list of hosts that share the server block, and also, if needed for some reason, the index of the server block in the input
-
Matthew Holt authored
-
Matthew Holt authored
startup and shutdown commands should only be executed once per appearance in the Caddyfile (naturally meaning once per server block). Notice that we support multiple occurrences of startup and shutdown in the same server block by building the callback array incrementally as we parse the Caddyfile, then we append all the callbacks all at once. Quite literally, the OncePerServerBlock function executes only once per server block!
-