Commit graph

2922 commits

Author SHA1 Message Date
Marten Seemann
06db39836b move queueing of control frames to the framer 2018-09-28 21:04:57 -06:00
Marten Seemann
9f5bfbe292 handle the transport parameters in the packet packer 2018-09-28 15:21:29 -06:00
Marten Seemann
caf8da9adc
Merge pull request #1531 from lucas-clemente/packet-packer-refactoring
simplify packing of packets
2018-09-28 10:29:12 -06:00
Marten Seemann
7034481d9e get ACK and STOP_WAITING frames in the packet packer 2018-09-28 09:51:05 -06:00
Marten Seemann
c476eaf019 move determining the maximum packet size to a separate function 2018-09-28 09:28:45 -06:00
Marten Seemann
641ab6390f append STREAM frames to the slice of frames when packing a packet 2018-09-28 09:28:45 -06:00
Marten Seemann
2a23a82da6
Merge pull request #1528 from lucas-clemente/fix-1523
merge ACK and ACK_ECN into a single frame
2018-09-28 08:32:43 -06:00
Marten Seemann
5e0dfc4398
Merge pull request #1527 from lucas-clemente/stop-listener-in-server-tests
stop the listener in the server unit tests
2018-09-28 08:31:27 -06:00
Marten Seemann
a519b3dbc5
Merge pull request #1526 from lucas-clemente/dont-send-packets-after-closing
don't try to send packets after closing the session
2018-09-28 07:57:49 -06:00
Marten Seemann
4696564288
Merge pull request #1525 from lucas-clemente/fix-receiving-transport-params
don't send a packet after receiving the transport parameters
2018-09-28 07:56:41 -06:00
Marten Seemann
41808516c8 merge ACK and ACK_ECN into a single frame 2018-09-27 12:11:52 -06:00
Marten Seemann
2d10796bc2 stop the listener in the server unit tests 2018-09-27 11:55:39 -06:00
Marten Seemann
fdb9d2d495 don't try to send packets after closing the session 2018-09-27 09:18:02 -06:00
Marten Seemann
87c22187a9 don't send a packet after receiving the transport parameters 2018-09-27 09:16:51 -06:00
Marten Seemann
d227c4edf7
Merge pull request #1524 from lucas-clemente/fix-ack-after-congestion-limited
don't try to send an ACK immediately after becoming congestion limited
2018-09-25 22:55:43 -06:00
Marten Seemann
7b9d3a6217 don't try to send an ACK immediately after becoming congestion limited 2018-09-24 18:54:47 -06:00
Marten Seemann
1f9b59693c
Merge pull request #1522 from lucas-clemente/hkdf
remove dependency on mint for HKDF
2018-09-20 14:13:51 -04:00
Marten Seemann
a1bea2c3af implement HKDF expansion 2018-09-20 13:54:16 -04:00
Marten Seemann
c3ac8acab5
Merge pull request #1521 from lucas-clemente/fix-1520
make the idle_timeout transport parameter optional
2018-09-20 07:56:46 -04:00
Marten Seemann
3eea16ce93 implement HKDF extraction 2018-09-19 21:54:20 -04:00
Marten Seemann
d0bc89fb74 make the idle_timeout transport parameter optional 2018-09-19 13:28:10 -04:00
Marten Seemann
ec04ea8756
Merge pull request #1519 from lucas-clemente/no-crypto-stream-window-updates
never increase the flow control limit for the crypto stream
2018-09-19 09:26:12 -04:00
Marten Seemann
8bd6168511 never increase the flow control limit for the crypto stream 2018-09-19 09:00:23 -04:00
Marten Seemann
f78c0035b9
Merge pull request #1516 from lucas-clemente/remove-stray-appveyor-command
remove stray AppVeyor command
2018-09-10 17:30:09 +08:00
Marten Seemann
09ae414811 remove stray AppVeyor command 2018-09-10 17:10:43 +08:00
Marten Seemann
fee4c38930
Merge pull request #1513 from lucas-clemente/circleci-integration-tests
activate gQUIC 44 in the Chrome integration tests
2018-09-10 16:42:27 +08:00
Marten Seemann
772e9e8e25
Merge pull request #1515 from lucas-clemente/appveyor-hosts
add quic.clemente.io to the AppVeyor hosts file
2018-09-10 16:41:56 +08:00
Marten Seemann
c9fe7456e8 activate gQUIC 44 in the Chrome integration tests 2018-09-10 13:09:54 +08:00
Marten Seemann
f0a9d10c37 add quic.clemente.io to the AppVeyor hosts file 2018-09-10 12:35:40 +08:00
Marten Seemann
5e9ac151db
Merge pull request #1512 from lucas-clemente/fix-1510
fix incorrect type assertion in h2quic server
2018-09-10 11:17:15 +07:00
Marten Seemann
9252e12da5 fix incorrect type assertion in h2quic server 2018-09-10 11:01:16 +08:00
Lucas Clemente
796c7d6b47
Merge pull request #1514 from lucas-clemente/certs
Update certs
2018-09-08 11:23:50 +02:00
Lucas Clemente
70360241da Update certs 2018-09-08 11:22:03 +02:00
Marten Seemann
ffdfa1f676
Merge pull request #1508 from lucas-clemente/fix-1507
fix flaky session test
2018-08-28 15:02:33 +07:00
Marten Seemann
999516f8a9 fix comment for VersionGQUIC44 2018-08-28 11:45:30 +07:00
Marten Seemann
cf6a22d872
Merge pull request #1506 from lucas-clemente/release-0.10
release 0.10
2018-08-28 11:40:56 +07:00
Marten Seemann
a8c7003776 fix flaky session test 2018-08-28 10:12:33 +07:00
Marten Seemann
b91cad436c
Merge pull request #1496 from lucas-clemente/update-cis
update Go to 1.10.4 and 1.11 on the CIs
2018-08-28 10:03:50 +07:00
Marten Seemann
bbe8c64cb7 release 0.10 2018-08-28 09:12:35 +07:00
Marten Seemann
3e8d87bd6a
Merge pull request #1504 from lucas-clemente/quic-44
add support for gQUIC 44
2018-08-28 09:10:15 +07:00
Marten Seemann
0f36f94b41 update Go to 1.10.4 and 1.11 on the CIs 2018-08-28 08:53:05 +07:00
Marten Seemann
91d65baf1b add gQUIC 44 to the supported versions 2018-08-28 08:49:29 +07:00
Marten Seemann
c0d4f00b20 implement gQUIC 44 2018-08-28 08:49:29 +07:00
Marten Seemann
01100c56df implement packing of packets for gQUIC 44 2018-08-28 08:49:29 +07:00
Marten Seemann
73a1a0e509 implement writing of the gQUIC 44 header 2018-08-28 08:49:29 +07:00
Marten Seemann
a98fd88a1b implement parsing of the gQUIC 44 header 2018-08-28 08:49:29 +07:00
Marten Seemann
88505b79a7 disable sending and receiving of STOP_WAITING frames in QUIC 44 2018-08-28 08:49:13 +07:00
Marten Seemann
2584eded15
Merge pull request #1503 from lucas-clemente/drop-quic-42
drop support for gQUIC 42
2018-08-27 19:39:04 +07:00
Marten Seemann
afbd2e1962 drop support for gQUIC 42 2018-08-27 19:13:06 +07:00
Marten Seemann
a4efb6e368
Merge pull request #1498 from lucas-clemente/frame-sorter
remove wire dependency in the frame sorter
2018-08-27 17:05:23 +07:00