Commit graph

111 commits

Author SHA1 Message Date
Marten Seemann
345e6e0ac9 use a pkg.go.dev instead of a GoDoc badge 2021-01-04 15:57:51 +08:00
Marten Seemann
a0d6b28046 update text about QUIC versions in the README 2021-01-01 11:57:20 +08:00
Marten Seemann
6684aded0c add version constants for draft-29 and draft-32 2020-10-22 20:33:16 +07:00
Marten Seemann
3e696250ae
Merge pull request #2715 from lucas-clemente/update-draft-version-information
update QUIC draft version information in README
2020-08-18 05:56:45 +07:00
Marten Seemann
a2b21be779
update QUIC draft version information in README 2020-08-13 09:13:22 +07:00
Marten Seemann
f780aee4f1
remove Fuzzit badge from README 2020-08-13 09:11:47 +07:00
Marten Seemann
012e62112d drop support for Go 1.13 2020-06-25 15:44:50 +07:00
Marten Seemann
3ac2fb3161 make quic-go build with both Go 1.13 and 1.14 2020-04-09 07:51:18 +07:00
Marten Seemann
c88a69034d use Go 1.14's embedded interfaces, update CIs 2020-02-28 15:25:53 +07:00
Marten Seemann
56e6f1adca remove outdated install instructions in README 2020-01-28 14:45:52 +07:00
Marten Seemann
6fc2dac432 deprecate gQUIC support 2019-10-23 09:49:09 +07:00
Lucas Clemente
08ab7fb0df
Make Go 1.13 requirement more explicit in README 2019-10-01 09:45:47 +02:00
Marten Seemann
9d37e2a79f use updated qtls based on Go's 1.13 crypto/tls 2019-09-06 11:14:34 +07:00
Marten Seemann
0d7c6b9d72 run fuzzit 2019-08-17 08:59:59 +07:00
Marten Seemann
a06bc25055 mention Go mod as a requirement in the README 2019-07-01 07:39:46 +07:00
Marten Seemann
4f6d0e651a implement HTTP/3 2019-04-11 09:06:10 +09:00
Marten Seemann
2aa5e61cc9 update README with the new Go version requirement 2019-02-22 13:34:04 +08:00
Marten Seemann
3266e36811 drop support for gQUIC 2018-10-30 10:20:39 +07:00
Marten Seemann
f1b49c2280 add a CircleCI badge to the README 2018-06-02 20:26:06 +08:00
Marten Seemann
30730d3195 rename want-help Github label to help wanted
Github seems to make this a standard now.
2017-10-13 23:17:46 -07:00
Marten Seemann
3c4a10a5e4 use type aliases to export types declared in the protocols package
Type aliases were introduced with Go 1.9, so we must drop support for
older Go versions now.
2017-08-31 16:36:52 +07:00
Marten Seemann
ac63554791 drop support for Go 1.7 2017-07-12 18:43:18 +07:00
Marten Seemann
9df3380bc6
rename the h2quic.QuicRoundTripper to h2quic.RoundTripper 2017-06-26 19:14:41 +02:00
Marten Seemann
6f5c84b1da
fix go get command in README
fixes #590
2017-05-05 16:23:31 +08:00
Lucas Clemente
8cd1deba54 Add an echo example
Fixes #557.
2017-04-24 15:57:22 +02:00
Lucas Clemente
61173cc2cb Update readme and add a contributing section 2017-04-11 17:35:34 +02:00
Marten Seemann
dea154d4bf
add Go version to README 2017-04-11 15:47:38 +07:00
Marten Seemann
d73e99624d
drop support for Go 1.6 2017-04-11 15:38:36 +07:00
Lucas Clemente
016ae607a5 Change client example to point to clemente.io
This caused confusion in #486.
2017-03-20 10:01:19 +01:00
Marten Seemann
622e856e3f
update README 2017-03-08 10:31:39 +07:00
Marten Seemann
68c8bb27b9
update README 2017-01-18 13:07:21 +07:00
Marten Seemann
5fa4ea73e5
fix typo 2016-10-28 12:30:52 +07:00
Lucas Clemente
5ffc2f539d add support for version 36
fixes #312
2016-09-04 23:33:31 +02:00
Lucas Clemente
8184ce050f remove v33 from supported versions 2016-09-01 20:26:31 +02:00
Lucas Clemente
888a35c2fd enable support for version 35
fixes #281
2016-08-23 17:09:53 +02:00
Lucas Clemente
9de08f8913
use master branch for appveyor badge 2016-08-19 22:42:29 +02:00
Lucas Clemente
18f08c310d use master branch for travis badge 2016-08-19 15:58:56 +02:00
Lucas Clemente
d6d6cfa1e4 fix codecov badge in readme 2016-08-02 14:20:03 +02:00
Lucas Clemente
348c5ae8e8 minor readme updates 2016-08-02 10:44:12 +02:00
Lucas Clemente
fab3acdf31 update readme with version support 2016-07-29 15:22:56 +02:00
Marten Seemann
8aad920aa9 enable support for QUIC 34
fixes #55
2016-07-29 19:00:20 +07:00
Lucas Clemente
0412926b3d update crypto and caddy links in readme 2016-07-14 01:42:05 +02:00
Lucas Clemente
c76d438808 fix codecov badge in readme 2016-06-16 22:42:02 +09:00
Marten Seemann
0d46cc1dd4 use flat badges 2016-06-09 16:21:33 +07:00
Marten Seemann
bb7fb42e3f add AppVeyor badge
fixes #174
2016-06-09 12:56:53 +07:00
Marten Seemann
e2d2a43a7f add note about Windows timer resolution with Go 1.6 2016-06-09 12:46:25 +07:00
Marten Seemann
b1e12531bc add code coverage badge 2016-06-07 00:11:39 +07:00
Lucas Clemente
dbaae7fc2b improve readme 2016-06-01 10:35:21 +02:00
Lucas Clemente
6b1669c116 add ListenAndServeQUIC convenience function 2016-05-30 14:41:21 +02:00
Lucas Clemente
6f3d7f5987 enable version 33
fixes #51
2016-05-21 00:05:08 +02:00