0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/caddyhttp/httpserver
Matthew Holt 6fde3632ef
Vendor all dependencies (Warning: Huge changeset.)
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.
2017-05-27 13:30:11 -06:00
..
condition.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
condition_test.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
error.go proxy: recognize client's cancellation 2017-04-30 10:14:19 +08:00
https.go httpserver: Proper HTTP->HTTPS for wildcard sites (fixes #1625) 2017-04-26 12:32:15 -06:00
https_test.go httpserver: Proper HTTP->HTTPS for wildcard sites (fixes #1625) 2017-04-26 12:32:15 -06:00
logger.go httpserver: Don't close stdout or stderr when closing logs (fix #1471) 2017-04-18 16:01:11 -06:00
logger_test.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
middleware.go httpserver/all: Clean up and standardize request URL handling (#1633) 2017-05-01 23:11:10 -06:00
middleware_test.go
mitm.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
mitm_test.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
path.go httpserver: Base path of "/" matches all paths, even empty ones 2017-05-02 09:43:43 -06:00
path_test.go fastcgi: Prepend missing leading slash when matching paths (see #1645) 2017-05-02 11:20:50 -06:00
plugin.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
plugin_test.go Bugfix for issue #1628 where Caddyfile is not being hidden correctly on windows. 2017-05-01 14:21:49 +01:00
recorder.go ResponseWriterWrapper and HTTPInterfaces (#1644) 2017-05-05 09:42:06 -06:00
recorder_test.go
replacer.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
replacer_test.go httpserver/all: Clean up and standardize request URL handling (#1633) 2017-05-01 23:11:10 -06:00
responsewriterwrapper.go ResponseWriterWrapper and HTTPInterfaces (#1644) 2017-05-05 09:42:06 -06:00
roller.go Roll all logs by default (#1379) 2017-02-08 09:23:33 -07:00
server.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
server_test.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
siteconfig.go Vendor all dependencies (Warning: Huge changeset.) 2017-05-27 13:30:11 -06:00
tplcontext.go httpserver: rename context Push action for more general use (#1641) 2017-05-05 17:36:20 -06:00
tplcontext_test.go httpserver: rename context Push action for more general use (#1641) 2017-05-05 17:36:20 -06:00
vhosttrie.go Don't treat localhost specially when assigning bind address 2016-06-27 13:14:28 -06:00
vhosttrie_test.go