- 03 Apr, 2016 7 commits
-
-
Matt Holt authored
Add Etag header
-
Matt Holt authored
https: Faster tests
-
Matt Holt authored
proxy: Allow mixed case Upgrade headers (WebSocket fix)
-
Pieter Raubenheimer authored
-
Pieter Raubenheimer authored
-
elcore authored
-
Ruben Callewaert authored
Caddy expects websocket to be completely lowercase. Some applications send websocket upgrade headers like the following: `Upgrade: WebSocket` This change allows all variations of websocket.
-
- 02 Apr, 2016 3 commits
-
-
Matt Holt authored
tls: Customize key type with key_type
-
elcore authored
-
Pieter Raubenheimer authored
-
- 31 Mar, 2016 2 commits
- 29 Mar, 2016 2 commits
-
-
Matt Holt authored
templates: Adding some useful utility functions
-
Craig Peterson authored
-
- 28 Mar, 2016 3 commits
-
-
Matt Holt authored
proxy: fix req.URL.Path for unix sockets
-
eiszfuchs authored
-
Matthew Holt authored
-
- 26 Mar, 2016 7 commits
-
-
Matt Holt authored
Correct unused assignments
-
buddhamagnet authored
-
buddhamagnet authored
-
buddhamagnet authored
-
Matthew Holt authored
golint is not part of the tests since our Markdown dependency defines an interface that is not lint-compliant (unfortunately). See https://github.com/russross/blackfriday/issues/240
-
Matthew Holt authored
-
Matthew Holt authored
-
- 22 Mar, 2016 6 commits
-
-
Matt Holt authored
Only bypass "bandwidth limit exceeded" errors on pushes
-
María de Antón authored
-
María de Antón authored
-
Matthew Holt authored
-
Matt Holt authored
Add expvar middleware
-
Marcelo E. Magallon authored
Right now it has a very simple configuration: expvar /debug/vars It will return a JSON object with memory statistics and the command line used to start caddy, which are the two expvars that expvar registers by default.
-
- 21 Mar, 2016 5 commits
-
-
Matthew Holt authored
-
Matt Holt authored
Add -restart=inproc option for in-process restart
-
Benny Ng authored
-
Matthew Holt authored
cf. golang/go#12933
-
Matthew Holt authored
Middlewares can now make their own placeholders that may be useful in logging, on a per-request basis. Proxy is the first one to do this.
-
- 20 Mar, 2016 5 commits
-
-
Matthew Holt authored
-
Matt Holt authored
Reflow all bash scripts
-
Matt Holt authored
fastcgi: Add `except` to FastCGI. Minor refactor in proxy.
-
Abiola Ibrahim authored
-
Matthew Holt authored
-