- 28 Sep, 2016 4 commits
-
-
Matt Holt authored
Fix #1136 - IP hash policy no longer changes host pool
-
Kris Hamoud authored
logic change
-
Matt Holt authored
header: defer header operations
-
Sebastian Schmittner authored
* keep fastcgi connection open * poor mans serialisation to make up for the lack of demuxing * pointing includes to echse's repo * Revert "pointing includes to echse's repo" This reverts commit 281daad8d437ba88fadd65fae5af2da99d449bea. * switch for persistent fcgi connections on/off added * fixing ineffectual assignments * camel case instead of _ * only activate persistent sockets on windows (and some naming conventions/cleanup) * gitfm import sorting * Revert "fixing ineffectual assignments" This reverts commit 79760344e7b1231e59a2867246e7689b05e92e18. # Conflicts: # caddyhttp/staticfiles/fileserver.go * added another mutex and deleting map entries. thx to mholts QA comments! * thinking about it, this RW lock was not a good idea here * thread safety * I keep learning about mutexs in go * some cosmetics * adding persistant fastcgi connections switch to directive * Support for configurable connection pool. * ensure positive integer pool size config * abisofts pool fix + nicer logging for the fastcgi_test * abisoft wants to have dialer comparison in _test instead of next to struct * Do not put dead connections back into pool * Fix fastcgi header error * Do not put dead connections back into pool * some code style improvements from the discussion in https://github.com/mholt/caddy/pull/1134 * abisofts naming convention
-
- 27 Sep, 2016 3 commits
-
-
Matt Holt authored
proxy: Improve failover logic and retries
-
Matthew Holt authored
-
Tw authored
fix issue #1131 Signed-off-by: Tw <tw19881113@gmail.com>
-
- 25 Sep, 2016 4 commits
-
-
Matthew Holt authored
-
Matt Holt authored
Add expires directive
-
Matt Holt authored
proxy: don't append predefined headers
-
Tw authored
fix issue #1086 Signed-off-by: Tw <tw19881113@gmail.com>
-
- 24 Sep, 2016 10 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
We now report the actual error message rather than a generic one
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Hugues Lismonde authored
-
Abiola Ibrahim authored
* Support for configurable connection pool. * ensure positive integer pool size config
-
- 23 Sep, 2016 1 commit
-
-
Josh Aas authored
* Remove unnecessary config options from systemd service so it will work with earlier versions of systemd. Simplify the systemd service instructions and make them more complete. * Minor systemd README improvements. * Add back some of the optional systemd 229 stuff but commented out for compat. * A bunch of updates to the README for linux systemd.
-
- 22 Sep, 2016 1 commit
-
-
Matthew Holt authored
-
- 21 Sep, 2016 1 commit
-
-
Matthew Holt authored
-
- 20 Sep, 2016 3 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Lars Wiegman authored
* Add the multipass plugin to the directives * Fix gofmt
-
- 19 Sep, 2016 3 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Matt Holt authored
parser: fix broken absolute path imports (recursive case)
-
- 18 Sep, 2016 1 commit
-
-
Tw authored
fix issue #1026 Signed-off-by: Tw <tw19881113@gmail.com>
-
- 15 Sep, 2016 1 commit
-
-
Matthew Holt authored
-
- 13 Sep, 2016 1 commit
-
-
Matt Holt authored
awslambda external plugin
-
- 10 Sep, 2016 2 commits
-
-
James Cooper authored
-
Sebastian Schmittner authored
* keep fastcgi connection open * poor mans serialisation to make up for the lack of demuxing * pointing includes to echse's repo * Revert "pointing includes to echse's repo" This reverts commit 281daad8d437ba88fadd65fae5af2da99d449bea. * switch for persistent fcgi connections on/off added * fixing ineffectual assignments * camel case instead of _ * only activate persistent sockets on windows (and some naming conventions/cleanup) * gitfm import sorting * Revert "fixing ineffectual assignments" This reverts commit 79760344e7b1231e59a2867246e7689b05e92e18. # Conflicts: # caddyhttp/staticfiles/fileserver.go * added another mutex and deleting map entries. thx to mholts QA comments! * thinking about it, this RW lock was not a good idea here * thread safety * I keep learning about mutexs in go * some cosmetics
-
- 09 Sep, 2016 5 commits
-
-
David Prandzioch authored
* Updated FreeBSD init script to allow the server to stop properly * Fixed FreeBSD init script permissions * Updated FreeBSD init script to allow the server to stop properly
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
This already happens in the getCertificate function, but doing it here guarantees case insensitivity across the board for this handshake.
-
Matthew Holt authored
We renamed caddytls.ErrStorageNotFound to caddytls.ErrNotExist to more closely mirror the os package. We changed it to an interface wrapper so that the custom error message can be preserved. Returning only "data not found" was useless in debugging because we couldn't know the concrete value of the error (like what it was trying to load). Users can do a type assertion to determine if the error value is a "not found" error instead of doing an equality check.
-