- 11 Aug, 2016 1 commit
-
-
Carter authored
-
- 10 Aug, 2016 4 commits
-
-
Carter authored
-
Carter authored
-
Carter authored
Logging the request body if the Content-Type is application/json or application/xml
-
Daniel van Dorp authored
* dist/init/linux-sysvinit: use kill -0 to test process status * dist/init/linux-sysvinit: use service (as root) instead of /etc/init.d/
-
- 09 Aug, 2016 4 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Abiola Ibrahim authored
fix typo
-
Shawn Smith authored
-
- 08 Aug, 2016 4 commits
-
-
Matthew Holt authored
-
elcore authored
-
Carter authored
* Rounding the latency in certain scenarios * run gofmt
-
Simon Lightfoot authored
* Fix for stripping of 'Content-Disposition' and other headers from 'X-Accel-Redirect' redirect scripts. * Added test case for header manipulation of redirect response.
-
- 07 Aug, 2016 1 commit
-
-
Stavros Korokithakis authored
* Add default "Restricted" realm to HTTP Basic auth * Add tests for the Basic auth realm
-
- 06 Aug, 2016 5 commits
-
-
elcore authored
* Allow just one TLS Protocol * Fix typo
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
- 05 Aug, 2016 11 commits
-
-
Nimi Wariboko Jr authored
Proxy: Single WebSocket connection
-
Nimi Wariboko Jr authored
-
Nimi Wariboko Jr authored
Proxy: Add keepalive directive to proxy to set MaxIdleConnsPerHost on transport
-
Nimi Wariboko Jr authored
-
Nimi Wariboko Jr authored
-
Matt Holt authored
proxy: add Host header checking
-
Daniel van Dorp authored
dist/init/linux-sysvinit: execute setcap directly
-
Daniel van Dorp authored
`$(which setcap)` might evaluate to nothing, and this way the error thrown will be more clear. If setcap is not available on Debian/Ubuntu, you can install the package `libcap2-bin`
-
Daniel van Dorp authored
* dist/init/linux-sysvinit: pass --oknodo for --start as well * dist/init/linux-sysvinit: manually rm PIDFILE Since start-stop-daemon --remove-pidfile is new and not present everywhere.
-
Daniel van Dorp authored
dist/init/linux-sysvinit: fix minor typo in DAEMONOPTS
-
Daniel van Dorp authored
-
- 04 Aug, 2016 1 commit
-
-
Tw authored
fix issue #993 Signed-off-by: Tw <tw19881113@gmail.com>
-
- 03 Aug, 2016 1 commit
-
-
s7v7nislands authored
* improve rlimit usage * fix windows build * fix code style
-
- 02 Aug, 2016 8 commits
-
-
Nimi Wariboko Jr authored
-
Nimi Wariboko Jr authored
-
Matt Holt authored
added ip_hash load balancing
-
Matthew Holt authored
-
Matthew Holt authored
-
elcore authored
tls: fix TestStandaloneTLSTicketKeyRotation data race
-
Tw authored
================== WARNING: DATA RACE Write at 0x00c42049d300 by goroutine 26: github.com/mholt/caddy/caddytls.standaloneTLSTicketKeyRotation() /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto.go:230 +0x698 Previous read at 0x00c42049d300 by goroutine 25: github.com/mholt/caddy/caddytls.TestStandaloneTLSTicketKeyRotation() /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto_test.go:113 +0x413 testing.tRunner() /home/tw/goroot/src/testing/testing.go:610 +0xc9 Goroutine 26 (running) created at: github.com/mholt/caddy/caddytls.TestStandaloneTLSTicketKeyRotation() /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto_test.go:101 +0x2a4 testing.tRunner() /home/tw/goroot/src/testing/testing.go:610 +0xc9 Goroutine 25 (running) created at: testing.(*T).Run() /home/tw/goroot/src/testing/testing.go:646 +0x52f testing.RunTests.func1() /home/tw/goroot/src/testing/testing.go:793 +0xb9 testing.tRunner() /home/tw/goroot/src/testing/testing.go:610 +0xc9 testing.RunTests() /home/tw/goroot/src/testing/testing.go:799 +0x4b5 testing.(*M).Run() /home/tw/goroot/src/testing/testing.go:743 +0x12f github.com/mholt/caddy/caddytls.TestMain() /home/tw/golib/src/github.com/mholt/caddy/caddytls/setup_test.go:27 +0x133 main.main() github.com/mholt/caddy/caddytls/_test/_testmain.go:116 +0x1b1 ================== ================== WARNING: DATA RACE Write at 0x00c4204aa6c0 by goroutine 26: github.com/mholt/caddy/caddytls.TestStandaloneTLSTicketKeyRotation.func2() /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto_test.go:93 +0x56 github.com/mholt/caddy/caddytls.standaloneTLSTicketKeyRotation() /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto.go:233 +0x638 Previous read at 0x00c4204aa6c0 by goroutine 25: github.com/mholt/caddy/caddytls.TestStandaloneTLSTicketKeyRotation() /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto_test.go:108 +0x391 testing.tRunner() /home/tw/goroot/src/testing/testing.go:610 +0xc9 Goroutine 26 (running) created at: github.com/mholt/caddy/caddytls.TestStandaloneTLSTicketKeyRotation() /home/tw/golib/src/github.com/mholt/caddy/caddytls/crypto_test.go:101 +0x2a4 testing.tRunner() /home/tw/goroot/src/testing/testing.go:610 +0xc9 Goroutine 25 (running) created at: testing.(*T).Run() /home/tw/goroot/src/testing/testing.go:646 +0x52f testing.RunTests.func1() /home/tw/goroot/src/testing/testing.go:793 +0xb9 testing.tRunner() /home/tw/goroot/src/testing/testing.go:610 +0xc9 testing.RunTests() /home/tw/goroot/src/testing/testing.go:799 +0x4b5 testing.(*M).Run() /home/tw/goroot/src/testing/testing.go:743 +0x12f github.com/mholt/caddy/caddytls.TestMain() /home/tw/golib/src/github.com/mholt/caddy/caddytls/setup_test.go:27 +0x133 main.main() github.com/mholt/caddy/caddytls/_test/_testmain.go:116 +0x1b1 ================== Signed-off-by: Tw <tw19881113@gmail.com>
-
Nimi Wariboko Jr authored
-