Matthew Holt
269a8b5fce
Merge branch 'master' into diagnostics
...
# Conflicts:
# plugins.go
# vendor/manifest
2018-02-16 22:42:14 -07:00
Amos Ng
1201492222
vendor: Updated quic-go for QUIC 39+ ( #1968 )
...
* Updated lucas-clemente/quic-go for QUIC 39+ support
* Update quic-go to latest
2018-02-16 22:29:53 -07:00
elcore
703cf7bf8b
vendor: delete github.com/codahale/aesnicheck in favor of cpuid ( #2020 )
2018-02-09 10:39:21 -07:00
Matthew Holt
388ff6bc0a
diagnostics: Implemented collection functions and create first metrics
...
- Also implemented robust error handling and failovers
- Vendored klauspost/cpuid
2018-02-08 19:55:44 -07:00
Matthew Holt
8f0b44b8a4
Create diagnostics package; persist UUID
2018-02-02 19:15:28 -07:00
elcore
118cf5f240
Implement 'http.on' plugin and replace UUID lib ( #1864 )
...
* Implement 'command' plugin
* Rename 'command' to 'on'
* Split this PR
2017-10-01 11:24:50 -06:00
Matthew Holt
129efde9b0
Support nacl compilation
2017-08-29 16:21:26 -06:00
Matthew Holt
be36fec7ea
vendor: Update quic-go
2017-08-23 10:32:08 -06:00
Matthew Holt
a48e4ecb5a
vendor: Update dependencies
2017-07-27 16:11:56 -06:00
Matthew Holt
b987c7893c
vendor: Update lego/acme to v0.4.0
...
Not much changed but it's a clean pull now; easier for future reference.
2017-07-12 20:34:10 -06:00
Toby Allen
133ed18374
Create request_id directive #1590 ( #1711 )
...
* Create request_id directive #1590
* Address Comments
* Fix TestListenerAddrEqual
* requestid: Add some tests
* Address Comments by tobya
* Address Comments
2017-06-24 13:54:35 -07:00
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