- 13 Jul, 2017 3 commits
-
-
Nicolas authored
-
Matthew Holt authored
Not much changed but it's a clean pull now; easier for future reference.
-
Ning Xie authored
-
- 11 Jul, 2017 1 commit
-
-
Henrique Dias authored
-
- 10 Jul, 2017 3 commits
-
-
Richard Bowden authored
* uses more of the builtin functionality for starting and stopping of the process by using command and command_args along with procname * removed -f from daemon as this was hiding error message that were sent to stdout on startup, now writing stdout to the logfile directly for example, this was being hidden: “Activating privacy features.. [www.domain.com] failed to get certificate: Error presenting token: Could not find the start of authority” it now shows up in the log * aded “caddy_env” to allow the setting of environment variables that caddy might need, for example when setting creds for “DNS Challenge” * added a check to ensure caddy_config_path file exists
-
Toby Allen authored
* rename requestid request_id * rename folder * folder name match package name requestid
-
Matt Holt authored
proxy: add Header load balancing policy
-
- 08 Jul, 2017 2 commits
-
-
Matt Holt authored
gzip,mime: show response header instead of the request one in test message
-
spacewander authored
-
- 07 Jul, 2017 1 commit
-
-
Jason Hutchinson authored
-
- 06 Jul, 2017 1 commit
-
-
Abiola Ibrahim authored
adds unix timestamp placeholder
-
- 05 Jul, 2017 4 commits
-
-
bananenmannfrau authored
-
Matthew Holt authored
-
Tw authored
proxy: Fix CI fail from format token in Error call
-
Josh Harmon authored
go vet caused a build fail in https://travis-ci.org/mholt/caddy/jobs/248392875: upstream_test.go:480::error: possible formatting directive in Error call (vet) This patch changes the Error call added in commit 078c9915 to an Errorf call to support the use of the %d token.
-
- 29 Jun, 2017 2 commits
-
-
Matt Holt authored
markdown: fix the real ineffectual assignments in test
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
- 28 Jun, 2017 5 commits
-
-
Matthew Holt authored
-
Martin Redmond authored
-
Fernando Álvarez authored
* vendor: update Lumberjack dep * httpserver/roller: introduce rotate_compress directive This directive will enable gzip compression provided by [Lumberjack](https://github.com/natefinch/lumberjack/pull/43). The directive `rotate_compress` can be `true` or `false`, being `false` by default. * httpserver/roller: remove need to set bool with rotate_compress option
-
Matt Holt authored
markdown: reload template on each request and fix fake tests
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
- 27 Jun, 2017 1 commit
-
-
Matthew Holt authored
See discussion on commit c9b022b5 If we overwrite the Server header, it becomes difficult/impossible to know from the client whether the request was proxied through Caddy.
-
- 25 Jun, 2017 3 commits
-
-
Matt Holt authored
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
- 24 Jun, 2017 8 commits
-
-
Jason Hutchinson authored
-
Shannon Wynter authored
-
Matthew Holt authored
-
elcore authored
-
Toby Allen authored
* Create request_id directive #1590 * Address Comments * Fix TestListenerAddrEqual * requestid: Add some tests * Address Comments by tobya * Address Comments
-
Marcel Ludwig authored
-
George Macon authored
-
Jason Hutchinson authored
-
- 15 Jun, 2017 1 commit
-
-
lbogdan authored
-
- 07 Jun, 2017 4 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
-
- 06 Jun, 2017 1 commit
-
-
bamling authored
* introduced own ChallengeProvider type, based on acme.ChallengeProvider to avoid vendoring/version mismatches in Caddy plugins; see Caddy issue #1697 * fixed up comments for ChallengeProvider * moved ChallengeProvider to caddytls/tls.go
-