- 27 Jul, 2017 5 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
Matthew Holt authored
Also clarified a comment in SiteConfig
-
Matt Holt authored
Move fallbackHosts to vhostTrie
-
Sergey Frolov authored
-
- 26 Jul, 2017 1 commit
-
-
Matt Holt authored
httpserver: Add global FallbackHosts for vhost matching
-
- 25 Jul, 2017 8 commits
-
-
Matt Holt authored
mitm: Fix out of bounds error when checking software version in UA
-
Sergey Frolov authored
-
Matt Holt authored
httpserver: Encapsulate WriteSiteNotFound error
-
Sergey Frolov authored
-
Matthew Holt authored
-
Matt Holt authored
proxy: fix hang on chunked websocket server
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
Matthew Holt authored
-
- 24 Jul, 2017 2 commits
-
-
Matt Holt authored
Pushes for /index.html work when surfing to /
-
Thomas De Keulenaer authored
Use httpserver.IndexFile() to determine index files Test if middleware pushes indexfile when requesting directory Fix codereview issues Serve original request first, push later Revert "Serve original request first, push later" This reverts commit 2c66f01115747e5665ba7f2d33e2fd551dc31877.
-
- 20 Jul, 2017 2 commits
-
-
Matt Holt authored
log,error: fix roller parser issue
-
Tw authored
Signed-off-by: Tw <tw19881113@gmail.com>
-
- 19 Jul, 2017 1 commit
-
-
Matthew Holt authored
Include test for iOS 11 beta
-
- 18 Jul, 2017 1 commit
-
-
Abiola Ibrahim authored
* Revert fastcgi to emove persistent connections. * Fix linting errors * reintroduce timeout tests * check for non-zero timeout * ensure resp is not nil
-
- 17 Jul, 2017 1 commit
-
-
Jaume Martin authored
* Adding nobots directive * Moving nobots directive behind log one. * Move nobots directive to a better position
-
- 14 Jul, 2017 2 commits
-
-
Matt Holt authored
gzip: change ETag to weak etag after gzip
-
spacewander authored
According to https://tools.ietf.org/html/rfc7232#section-2.1 > Likewise, a validator is weak if it is shared by two or more representations of a given resource at the same time, unless those representations have identical representation data. For example, if the origin server sends the same validator for a representation with a gzip content coding applied as it does for a representation with no content coding, then that validator is weak. Therefore, after gzip, we should change the original etag to weak etag.
-
- 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>
-