- 01 Oct, 2015 3 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Matt Holt authored
New core middleware, MIME.
-
- 30 Sep, 2015 2 commits
-
-
Abiola Ibrahim authored
-
Matthew Holt authored
And added tests for status code and scheme
-
- 29 Sep, 2015 1 commit
-
-
Matthew Holt authored
Turns out the stuff in the test file needs to be exported so external add-ons can use them
-
- 28 Sep, 2015 5 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Matt Holt authored
fastcgi: Stripping PATH_INFO from SCRIPT_NAME
-
Mathias Beke authored
Conflicts: middleware/fastcgi/fastcgi.go
-
Matthew Holt authored
-
- 25 Sep, 2015 3 commits
-
-
Matt Holt authored
core: change to new http2 repo
-
Tobias Breitwieser authored
The golang.org/x/net/http2 is now the official http2 repo. It is advised to change the imports to it.
-
Mathias Beke authored
-
- 24 Sep, 2015 3 commits
-
-
Matthew Holt authored
Also updated change list and added/improved tests
-
Matthew Holt authored
-
Matthew Holt authored
-
- 23 Sep, 2015 1 commit
-
-
Matt Holt authored
rewrite: Use middleware.Replacer
-
- 22 Sep, 2015 1 commit
-
-
Matthew Holt authored
-
- 20 Sep, 2015 5 commits
-
-
Abiola Ibrahim authored
-
Matthew Holt authored
-
Abiola Ibrahim authored
Bug fix for regexps starting with '/'.
-
Matthew Holt authored
-
Matt Holt authored
browse: User defined variables (for templates)
-
- 19 Sep, 2015 1 commit
-
-
Matthew Holt authored
-
- 18 Sep, 2015 3 commits
-
-
Henrique Dias authored
-
Henrique Dias authored
Update
-
Matt Holt authored
browse: Option to ignore indexes
-
- 17 Sep, 2015 5 commits
-
-
Matthew Holt authored
-
Henrique Dias authored
-
Henrique Dias authored
-
Matthew Holt authored
-
Matthew Holt authored
-
- 16 Sep, 2015 1 commit
-
-
Mathias Beke authored
-
- 14 Sep, 2015 2 commits
-
-
Matt Holt authored
Use latest Go minor versions for testing
-
Alexander Morozov authored
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
-
- 11 Sep, 2015 4 commits
-
-
Matt Holt authored
markdown: Use less strict condition to avoid problems with concurrency
-
Alexander Morozov authored
In latest go versions TestWatcher fails pretty often, because it is "more concurrent" now. Reproducible with go master: while go test github.com/mholt/caddy/middleware/markdown; do :; done Signed-off-by: Alexander Morozov <lk4d4@docker.com>
-
Matt Holt authored
Fix all vet warnings and add vet check to CI
-
Abiola Ibrahim authored
markdown: fix race in accessing map
-