- 05 Jul, 2017 1 commit
-
-
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
-
- 04 Jun, 2017 2 commits
-
-
Daniel van Dorp authored
Update Initscripts
-
Messyidea authored
"$(which caddy)" is not work at startup. After this change, I can run "insserv -d caddy" to start caddy automatically on boot.
-
- 03 Jun, 2017 2 commits
-
-
Yang Luo authored
-
Henrique Dias authored
* Update plugins.go * Add extraInfo to eventHook * Add extraInfo to eventHook * Update run.go * Update run.go * Update run.go
-
- 02 Jun, 2017 1 commit
-
-
Matthew Holt authored
Related to #1660 and #1667
-
- 01 Jun, 2017 1 commit
-
-
Jonas Östanbäck authored
* Browse: Show symbolic links and targets type properly * gofmt Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> * Move symbolic link check in to isSymlinkTargetDir Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> * Revert template change and show sym link folders as normal folders * browse: Updated icons including symlink indicators
-
- 31 May, 2017 1 commit
-
-
Andrew Steinborn authored
-
- 30 May, 2017 1 commit
-
-
Pieter Louw authored
* Add grpc plugin directive * Update plugin.go Removed whitespace line * Update plugin.go
-
- 28 May, 2017 1 commit
-
-
Matt Holt authored
Vendor all dependencies
-
- 27 May, 2017 1 commit
-
-
Matthew Holt authored
The vendor/ folder was created with the help of @FiloSottile's gvt and vendorcheck. Any dependencies of Caddy plugins outside this repo are not vendored. We do not remove any unused, vendored packages because vendorcheck -u only checks using the current build configuration; i.e. packages that may be imported by files toggled by build tags of other systems. CI tests have been updated to ignore the vendor/ folder. When Go 1.9 is released, a few of the go commands should be revised to again use ./... as it will ignore the vendor folder by default.
-
- 25 May, 2017 1 commit
-
-
Connor S. Parks authored
* de-duplicates code for 'not' ops and replicates 'not' op for ends_with * fixes incorrect test expectations
-
- 24 May, 2017 1 commit
-
-
Taylor Otwell authored
* Add not_starts_with condition. This adds the opposite of the starts_with condition, to check if a given string does not start with another string. * Correct white space problems
-
- 23 May, 2017 2 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-