- 05 May, 2015 4 commits
-
-
Matt Holt authored
proxy: Refactor so that other upstream backends can be implemented
-
Matt Holt authored
adding crypto/tls sessioncache
-
Guilherme Rezende authored
-
Nimi Wariboko Jr authored
Refactor proxy middleware so that 1.) From() is exposed 2.) Other upstreams can be implemented/plugged in
-
- 04 May, 2015 7 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
- 03 May, 2015 10 commits
-
-
Matt Holt authored
Proxy Middleware: Add support for multiple backends, load balancing & healthchecks
-
Nimi Wariboko Jr authored
-
Nimi Wariboko Jr authored
-
Nimi Wariboko Jr authored
-
Nimi Wariboko Jr authored
-
Matt Holt authored
config: format string fixes from vet
-
Damian Gryski authored
-
Matt Holt authored
fastcgi: allow more request types.
-
Abiola Ibrahim authored
-
Nimi Wariboko Jr authored
Upgrade proxy middleware. Add support for: multiple backends, load balancing, health checks, and pluggable backends
-
- 02 May, 2015 4 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Matt Holt authored
git: post pull command. retries after pull failure.
-
Abiola Ibrahim authored
-
- 01 May, 2015 12 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matt Holt authored
fastcgi: user defined environment variables
-
Abiola Ibrahim authored
-
Matthew Holt authored
-
Matt Holt authored
Specify Go Version in README
-
Davis Koh authored
-
Matt Holt authored
Implementation of Git middleware
-
Abiola Ibrahim authored
-
Abiola Ibrahim authored
Defaults path to site root.
-
Matthew Holt authored
-
- 30 Apr, 2015 3 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
If we do not use a pointer here, the startup function that opens the log file stores the log file in a copy of the handler, not the same instance of the handler, causing panics during requests, which is bad, especially when the response is gzipped: the next recover() is beyond the gzip handler, so the browser downloads a gz file instead.
-
Matthew Holt authored
-