Commit Graph

  • b87b9899b5 Don't return error on onRestartFail. Only log it. Eugen Kleiner 2018-10-23 08:24:36 -0700
  • 1b08eba9b5
    Merge branch 'master' into OnRestartFailed Eugen Kleiner 2018-10-22 09:09:01 -0700
  • 95efa3dfd9 templates: TLSVersion (#2323) Kris Kwiatkowski 2018-10-19 18:51:10 +0100
  • 6469325189 ci: get golint tool from `golang.org/x/lint/golint` (#2324) Zoe 2018-10-17 01:56:41 +0800
  • 2abf6b359c proxy: Use DualStack=true in defaultDialer (#2305) Jake Lucas 2018-09-30 23:17:04 +0900
  • fbf0858ee4 Fix deadlock, ensure instances mutex unlocked (#2296) yyqbuct 2018-09-18 23:00:10 +0800
  • 4ff479be6b Fix broken link to sourcegraph in README (#2285) Zachary J Miller 2018-09-07 17:24:07 -0400
  • 5c37ee7780 Addressed the comments Eugen Kleiner 2018-09-11 14:53:24 +0300
  • 8e9f3f09d9 Fix AppVeyor builds (#2289) Matt Holt 2018-09-07 15:11:25 -0600
  • c172232b0a fastcgi: Add default timeouts (#2265) Alexander Danilov 2018-09-03 00:28:10 +0300
  • 48dddf3e39 update to quic-go v0.10.0 (#2288) Marten Seemann 2018-09-03 04:18:54 +0700
  • 243a1adcdd Adding {when_unix_ms} requests placeholder (unix timestamp with a milliseconds precision) (#2260) Makeev Ivan 2018-08-28 14:08:55 +0400
  • 0141b31d87 Ensure assets path exists before writing UUID file Matthew Holt 2018-08-26 09:13:59 -0600
  • 7e3af0ff3e caddytls: gofmt (Go 1.11) (#2241) elcore 2018-08-25 00:43:56 +0200
  • 36694aa74b Update CI to use Go 1.11 Matthew Holt 2018-08-24 16:41:15 -0600
  • ddde7f5014 Bump required version of golang to 1.10 in README.md (#2267) Brad Beveridge 2018-08-24 12:09:49 -0500
  • 7dd93ef6c1 httpserver: update minify ordering (#2273) Henrique Dias 2018-08-22 16:19:37 +0100
  • d5f27077c1 Update paths for filebrowser plugins cmulk 2018-08-21 10:30:42 -0500
  • c3a64a9e24 Addressed the comments Eugen Kleiner 2018-09-03 14:19:47 +0300
  • c74039011d markdown: Fix 500 error (#2266) Alexander Danilov 2018-08-16 08:35:06 +0300
  • efd81e7a4d Add callback OnRestartFailed to caddy.Controller Eugen Kleiner 2018-08-09 19:36:48 +0300
  • 97533b02d3 templates: TLSVersion (#2323) Kris Kwiatkowski 2018-10-19 18:51:10 +0100
  • 31c64935d5 ci: get golint tool from `golang.org/x/lint/golint` (#2324) Zoe 2018-10-17 01:56:41 +0800
  • 4398b79298 proxy: Use DualStack=true in defaultDialer (#2305) Jake Lucas 2018-09-30 23:17:04 +0900
  • d3e3fc533f templates: TLSVersion (#2323) Kris Kwiatkowski 2018-10-19 18:51:10 +0100
  • e61cba08a9 reverse the order of instance.Stop() and onShutdown() calls Ruslan Drozhdzh 2018-10-18 17:20:46 +0300
  • e66d09b674 new template action: use caddytls.GetSupportedProtocolName Kris Kwiatkowski 2018-10-18 09:08:13 +0100
  • 782bf87bb4 pushing ctmonitor after cleaning history. cgatrell 2018-10-17 23:05:20 -0600
  • 83c832e497 new template action: TLS protocol version Kris Kwiatkowski 2018-10-14 20:52:00 +0100
  • 03b10f9c8e ci: get golint tool from `golang.org/x/lint/golint` (#2324) Zoe 2018-10-17 01:56:41 +0800
  • 8d39738c13 ci: get golint tool from `golang.org/x/lint/golint` Zoe 2018-10-15 12:15:42 +0100
  • 6217819757 Improve flaky test 16yuki0702 2018-10-12 16:26:30 +0900
  • e131572d68 fix goimports reports. Zoe 2018-10-12 07:52:20 +0100
  • ba20c5e1f8 tls: Add root CA to obtain certificates. Zoe 2018-10-11 14:53:39 +0100
  • d0ddabc3dd
    Merge branch 'master' into fix-environment-variable-replacement Billie Cleek 2018-10-09 21:18:26 -0700
  • f4dfa4a23b
    Merge pull request #6 from mholt/master L3DLP 2018-10-02 17:24:16 +0200
  • 051a9fd61d Adds a new fallback_delay sub-directive to the proxy directive and uses it in the creation of single host reverse proxies Jake Lucas 2018-10-02 12:18:02 +0900
  • a3777ce52f Updates the existing proxy and reverse proxy tests to include a new fallback delay value Jake Lucas 2018-10-02 12:16:59 +0900
  • f7757da7ed proxy: Use DualStack=true in defaultDialer (#2305) Jake Lucas 2018-09-30 23:17:04 +0900
  • b63429025a Sets the `DualStack` field in the `defaultDialer` instance to `true` in the reverseproxy.go file Jake Lucas 2018-09-30 11:27:48 +0900
  • 27aba2fa8c fix environment variable substitution after Go template Billie Cleek 2018-09-29 16:46:14 -0700
  • 2677ba88ab
    Merge 594ed1703f into 13f9c34d16 tiger102010 2018-09-27 03:07:57 +0000
  • 594ed1703f
    Create caddy tiger102010 2018-09-27 11:07:44 +0800
  • 2e5814e2ea gofmted caddyhttp_test.go cgatrell 2018-09-20 09:26:27 -0600
  • 21cc0aef61 Removed extra comment in caddyhttp/caddyhttps_test.go cgatrell 2018-09-19 17:51:35 -0600
  • 839cc2ab69 Changed caddyhttp/caddyhttp_test to have the blank lines changed to a variable and incremented expected count by 1 cgatrell 2018-09-19 17:40:49 -0600
  • 9b89ee4e83 Initial commit of integrated CT monitor Joseph Summerhays 2018-09-19 15:59:34 -0600
  • 6c0d536400 Write header status when statuscode over 200 (#2202) u5surf 2018-09-19 23:34:51 +0900
  • 8051003434
    Merge branch 'master' into master Makeev Ivan 2018-09-19 14:42:30 +0400
  • 13f9c34d16 Fix deadlock, ensure instances mutex unlocked (#2296) yyqbuct 2018-09-18 23:00:10 +0800
  • 1ae71e4cad Add an 499 HTTP status code on user's cancel request as NGINX doing (instead of 502 Bad Gateway status with 'Context canceled' message) RangerX 2018-09-18 18:19:21 +0400
  • a4e6f50d25
    fix a bug of deadlock yyqbuct 2018-09-18 17:24:29 +0800
  • 9897dd65cd Merge remote-tracking branch 'upstream/master' RangerX 2018-09-18 10:27:59 +0400
  • 3a73334706
    Merge 13a54dbdda into 89c20f9a55 cgatrell 2018-09-16 01:22:21 +0000
  • 2d61cd3f57
    Merge pull request #5 from mholt/master L3DLP 2018-09-15 19:42:35 +0200
  • 13a54dbdda Fix broken link to sourcegraph in README (#2285) Zachary J Miller 2018-09-07 17:24:07 -0400
  • 42a561de9d
    Merge branch 'master' into templates Matt Holt 2018-09-07 15:23:38 -0600
  • 79b01ef941
    Merge branch 'master' into issue-2202 Matt Holt 2018-09-07 15:22:47 -0600
  • 64ac824323
    Merge branch 'master' into envvars Matt Holt 2018-09-07 15:13:09 -0600
  • 02f9bda7cc
    Merge branch 'master' into master Matt Holt 2018-09-07 15:11:40 -0600
  • 7ed7a95524
    Fix AppVeyor builds (#2289) Matt Holt 2018-09-07 15:11:25 -0600
  • feccf048f4 Add gcc to path manually Matthew Holt 2018-09-07 15:01:23 -0600
  • 871fad58f2 Restore GOPATH\bin to PATH and delete old image config Matthew Holt 2018-09-07 14:55:55 -0600
  • d5429ceadc Use Appveyor's Go 1.11 stack Matthew Holt 2018-09-07 14:53:43 -0600
  • 5e256564d1
    Trying again, 2015 image this time Matthew Holt 2018-09-06 11:33:57 -0600
  • fd2014c2c7
    Attempting to fix AppVeyor builds Matthew Holt 2018-09-06 11:25:54 -0600
  • d47b041923 fastcgi: Add default timeouts (#2265) Alexander Danilov 2018-09-03 00:28:10 +0300
  • dfbc2e81e3 update to quic-go v0.10.0 (#2288) Marten Seemann 2018-09-03 04:18:54 +0700
  • bebc160625
    Merge pull request #4 from mholt/master L3DLP 2018-09-02 01:45:05 +0200
  • 6ffbf27563 Add fastcgi timeouts Alexander Danilov 2018-08-15 03:26:06 +0300
  • 9a7c083b57 update to quic-go v0.10.0 Marten Seemann 2018-08-31 11:15:45 +0700
  • da9920fb62
    Merge branch 'master' into master Zachary J Miller 2018-08-28 17:55:24 -0400
  • 9edc16e4d6 Adding {when_unix_ms} requests placeholder (unix timestamp with a milliseconds precision) (#2260) Makeev Ivan 2018-08-28 14:08:55 +0400
  • 4fc30670f0
    Merge branch 'master' into master Toby Allen 2018-08-28 11:08:18 +0100
  • 5027ce6449 Fix broken link to sourcegraph in README zak 2018-08-27 23:30:34 -0400
  • 73273c5bf8
    Ensure assets path exists before writing UUID file Matthew Holt 2018-08-26 09:13:59 -0600
  • c8d82a77f5
    Merge branch 'master' into master Makeev Ivan 2018-08-26 17:54:24 +0400
  • 93c5256318 caddytls: gofmt (Go 1.11) (#2241) elcore 2018-08-25 00:43:56 +0200
  • 3ccad1814e
    Update CI to use Go 1.11 Matthew Holt 2018-08-24 16:41:15 -0600
  • c77589f7a9
    Merge 23e724d5aa into 35269572d7 Henrik 2018-08-24 17:10:46 +0000
  • 831f0d051a
    Merge 2d3880fbf7 into 35269572d7 Toby Allen 2018-08-24 17:09:55 +0000
  • 35269572d7 Bump required version of golang to 1.10 in README.md (#2267) Brad Beveridge 2018-08-24 12:09:49 -0500
  • 2d3880fbf7
    Update Build instructions to use Go 1.10 Toby Allen 2018-08-24 09:08:58 +0100
  • 23e724d5aa
    Delete public_header.go Henrik 2018-08-24 09:39:21 +0200
  • 65428f4dcb
    Delete ietf_header.go Henrik 2018-08-24 09:37:31 +0200
  • 72373753e7
    Delete connection_id.go Henrik 2018-08-24 09:34:19 +0200
  • 7eb2574869
    Rel. 0.9.0 quic-go QUIC v43 Henrik 2018-08-24 09:31:15 +0200
  • aa7a3bb71d
    Rel. 0.9.0 quic-go QUIC v43 Henrik 2018-08-24 09:28:59 +0200
  • d29396b9d2
    Rel. 0.9.0 quic-go QUIC v43 Henrik 2018-08-24 09:26:59 +0200
  • 7ecb7f2c5b
    Rel. 0.9.0 quic-go QUIC v43 Henrik 2018-08-24 09:24:53 +0200
  • ebec38fdb6
    Rel. 0.9.0 quic-go QUIC v43 Henrik 2018-08-24 09:23:57 +0200
  • 0f8e092845
    Rel. 0.9.0 quic-go QUIC v43 Henrik 2018-08-24 09:22:49 +0200
  • 67cc337ba7
    Rel. 0.9.0 quic-go QUIC v43 Henrik 2018-08-24 09:18:55 +0200
  • 2f0c8d49ed
    Delete httplex.go Henrik 2018-08-24 09:07:54 +0200
  • 92ba0d02de
    Delete LICENSE Henrik 2018-08-24 09:07:44 +0200
  • 10afbd7d77
    lex/httplex => http/httpguts QUIC v43 Henrik 2018-08-24 09:03:29 +0200
  • 835e9ebcf7
    net update for QUIC v43 Henrik 2018-08-24 09:01:08 +0200
  • dbafcc9f50
    #8 quic-go update for QUIC v43 Henrik 2018-08-24 08:49:45 +0200
  • 90a809e921
    #7 quic-go update for QUIC v43 Henrik 2018-08-24 08:48:44 +0200
  • f48a538c83
    #6 quic-go update for QUIC v43 Henrik 2018-08-24 08:46:47 +0200