Commit graph

6411 commits

Author SHA1 Message Date
Marten Seemann
184890cb4a add implementation for SentPacket in OutgoingPacketAckHandler 2016-04-20 18:46:39 +07:00
Marten Seemann
0164feff8f add Packet class 2016-04-20 18:37:55 +07:00
Lucas Clemente
99ae512c51 add more stream tests 2016-04-20 12:20:30 +02:00
Lucas Clemente
650e9d38d3 move nackrange to frames 2016-04-20 12:15:03 +02:00
Lucas Clemente
80e6569d5d add ack handler interfaces 2016-04-20 12:06:52 +02:00
Marten Seemann
c5d66fe5ff check ACK entropy before further handling of the ACK frame 2016-04-20 16:46:44 +07:00
Marten Seemann
c455ae0a05 add support for NACK ranges when writing ACK frames 2016-04-20 11:57:09 +07:00
Marten Seemann
b084faff88 fix reading of multiple-byte missingPacketSequenceNumberDeltas in AckFrame parsing 2016-04-20 11:50:35 +07:00
Marten Seemann
daa0fe86bd replace AckFrame.HasNack by method 2016-04-20 11:45:00 +07:00
Lucas Clemente
1260faba4a handle stream offset properly when receiving data 2016-04-19 23:23:21 +02:00
Marten Seemann
2ca580e73f add basic AckHandler 2016-04-19 20:47:12 +07:00
Marten Seemann
5381bfe220 implement NACK range parsing in ACK frames 2016-04-19 20:40:41 +07:00
Lucas Clemente
83416ab861 remove ack lock message 2016-04-19 15:23:42 +02:00
Lucas Clemente
fbb89f5467 fix content-length handling and multiple writes in http2 responsewriter 2016-04-19 14:35:02 +02:00
Lucas Clemente
f2db542b3f copy data in Stream.Write 2016-04-19 14:34:11 +02:00
Lucas Clemente
7ac043dab7 increase hpack window size to chrome default value 2016-04-19 13:55:49 +02:00
Lucas Clemente
999b4e7b0a only write response header once 2016-04-19 13:55:31 +02:00
Lucas Clemente
4e1942a76e improve inchoate CHLO recognition 2016-04-19 13:37:59 +02:00
Lucas Clemente
9076990cd7 don't use the h2framer's built-in header decoding, it errors with chrome 2016-04-19 12:09:31 +02:00
Lucas Clemente
d6501dc34c only open streams if we have a response body, fixes problems with 404s 2016-04-19 12:02:31 +02:00
Marten Seemann
90cb792477 create a QuicError type 2016-04-19 15:54:18 +07:00
Marten Seemann
600d3805a2 send ConnectionCloseFrame as a response to unhandled frames 2016-04-19 15:12:02 +07:00
Marten Seemann
ec64be840e introduce an ErrorCode 2016-04-19 12:43:16 +07:00
Marten Seemann
30998cef1f always send ACK frames together with Stream frames 2016-04-19 12:18:13 +07:00
Marten Seemann
b52455c3f7 add method to Write ConnectionClose frames 2016-04-19 10:20:48 +07:00
Lucas Clemente
e0f5deedd5 add very basic http handling using the stlib to example server 2016-04-18 21:08:47 +02:00
Lucas Clemente
ec718ffe99 log new connections 2016-04-18 21:07:22 +02:00
Lucas Clemente
673f91ee63 accept NACKs, WINDOW_UPDATEs and BLOCKEDs, but don't handle them yet 2016-04-18 21:07:00 +02:00
Lucas Clemente
1fb937e7ef protect maps in Stream with mutexes 2016-04-18 17:00:18 +02:00
Lucas Clemente
5b59c2c2b0 serve multiple http requests per connection 2016-04-18 14:54:02 +02:00
Lucas Clemente
9cbeb49d49 change AEAD interface to use byte slices, simplifying its usage 2016-04-18 14:37:34 +02:00
Lucas Clemente
dc4e3c73e4 remove Session.SendFrames 2016-04-18 14:10:22 +02:00
Lucas Clemente
e9967e990a use streams in example server 2016-04-18 14:09:29 +02:00
Lucas Clemente
9757ad62f2 add stream.Close 2016-04-18 14:08:56 +02:00
Lucas Clemente
c7bb7acaf8 add Session.NewStream 2016-04-18 14:01:52 +02:00
Lucas Clemente
07e7708506 change StreamCallback to include the session 2016-04-18 14:01:35 +02:00
Lucas Clemente
57b144bdef fix pending cryptosetup tests 2016-04-18 12:38:41 +02:00
Lucas Clemente
f5ec5262d1 stop crypto thread after handshake is complete or errors 2016-04-18 11:10:00 +02:00
Lucas Clemente
758fdeb3d3 change CryptoSetup to use streams 2016-04-18 11:03:49 +02:00
Lucas Clemente
52268753e9 implement Stream.ReadByte 2016-04-18 11:00:26 +02:00
Lucas Clemente
c430fbd5d4 implement a caching reader needed for crypto streams 2016-04-18 10:59:54 +02:00
Lucas Clemente
bc736feada add an rw mutex to crypto setup in preparation for using the new streams 2016-04-17 19:14:47 +02:00
Lucas Clemente
d32a1b8a2b add tests for crypto escalation 2016-04-17 17:11:54 +02:00
Lucas Clemente
5c6e72303e add more crypto setup tests 2016-04-17 16:46:44 +02:00
Lucas Clemente
4b71b14bd8 fix stream tests 2016-04-17 15:02:12 +02:00
Marten Seemann
a0eac5f160 split large StreamFrames into multiple smaller ones before sending 2016-04-17 17:38:21 +07:00
Marten Seemann
a90c9ba173 add a Write method for Streams 2016-04-17 16:53:04 +07:00
Marten Seemann
1097698c4b send entropy in packets, validate entropy in received ACKs 2016-04-17 14:21:36 +07:00
Marten Seemann
922a2975e8 use PacketNumber type in ACK frame parsing, fix linter warnings 2016-04-17 13:58:38 +07:00
Marten Seemann
c69992cae4 parse RST_STREAM frames 2016-04-17 10:47:03 +07:00