summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-080.9.00.9.0Gravatar Alessandro Ghedini 1-1/+1
2021-06-08h3: close QUIC connection when unable to initialize HTTP/3Gravatar lucas 1-1/+15
2021-06-03h3: don't use UTF-8 strings to represent headersGravatar Alessandro Ghedini 13-425/+450
2021-06-03lib: alternate DATAGRAM and STREAM frame packingGravatar lucas 1-2/+164
2021-06-03lib: expose functions to read DATAGRAM frame queue length and sizeGravatar lucas 4-0/+85
2021-06-03lib: add stream ID to InvalidStreamState errorGravatar lucas 2-13/+15
2021-05-28cubic: fix cwnd growth during congestion avoidanceGravatar Junho Choi 1-4/+1
2021-05-28don't try to send HANDSHAKE_DONE on the clientGravatar Junho Choi 1-1/+36
2021-05-28apps/examples/http3_test: use connectionless UDP socket on clientsGravatar Junho Choi 6-14/+0
2021-05-27recovery: remove ABC_L constant and its logicGravatar Junho Choi 4-82/+30
2021-05-27recovery: fixup Debug implGravatar lucas 1-2/+2
2021-05-26doc: the default CC value is cubicGravatar Junho Choi 1-1/+1
2021-05-26process post-handshake data only when receiving CRYPTO framesGravatar Alessandro Ghedini 1-3/+6
2021-05-24recovery: pacing of egress QUIC packetsGravatar Lohith Bellad 6-1/+252
2021-05-24network path awarenessGravatar Alessandro Ghedini 19-313/+717
2021-05-21ci: enable examples and all features for all test buildsGravatar Alessandro Ghedini 1-4/+4
2021-05-21stream: undo consistent RangeBuf allocation on sendGravatar Alessandro Ghedini 2-109/+25
2021-05-18calculate max CRYPTO frame length more accuratelyGravatar Alessandro Ghedini 1-27/+32
2021-05-17ffi: expose source / destination connection IDsGravatar Norman Maurer 2-0/+27
2021-05-12stop sending packets if drainingGravatar Alessandro Ghedini 1-0/+11
2021-05-12add PADDING frame to fill up the datagram with Initial packetGravatar Junho Choi 1-9/+58
2021-05-12cubic: fast convergence from the rfc8312bis draftGravatar Junho Choi 1-12/+69
2021-05-12cubic: AIMD approach for TCP friendly windowGravatar Junho Choi 1-25/+47
2021-05-12cubic: redefine K equation according to the rfc8312bis draftGravatar Junho Choi 1-16/+34
2021-05-12h3: make quiche_h3_recv_dgram signature consistentGravatar Lucas Pardue 1-1/+2
2021-05-11use PAYLOAD_LENGTH_LEN constGravatar Junho Choi 1-1/+1
2021-05-10validate protocol version when creating ConfigGravatar Norman Maurer 1-0/+25
2021-05-06apps: fix inconsistent struct constructorGravatar Alessandro Ghedini 1-1/+1
2021-05-06apps: use parse() to convert string to intGravatar Alessandro Ghedini 1-8/+8
2021-05-06qlog: use map() instead of pattern matchingGravatar Alessandro Ghedini 1-15/+3
2021-05-06h3: use parse() to convert string to intGravatar Alessandro Ghedini 1-3/+6
2021-05-06ffi: expose client-side session resumption and 0-RTT APIGravatar Norman Maurer 2-0/+33
2021-05-05check the packet length against the buffer sizeGravatar Junho Choi 1-1/+70
2021-04-30github: upgrade to GitHub-native DependabotGravatar dependabot-preview[bot] 1-0/+55
2021-04-29http3_test: add 0-rtt connection resumptionGravatar Junho Choi 3-5/+83
2021-04-29support for sending 0-RTT packets on the clientGravatar Alessandro Ghedini 6-25/+170
2021-04-28fix processing peer transport parameters during early dataGravatar Alessandro Ghedini 1-100/+122
2021-04-27qns: fix client test runGravatar Alessandro Ghedini 1-3/+1
2021-04-27qns: use 'multiconnect' mode for resumption testGravatar Alessandro Ghedini 1-11/+12
2021-04-27qns: reformatGravatar Alessandro Ghedini 1-34/+41
2021-04-27buffer undecryptable 0-RTT packetsGravatar Alessandro Ghedini 1-27/+235
2021-04-27nginx: add 0-rtt configuration documentationGravatar Junho Choi 1-0/+22
2021-04-26support exporting and importing TLS sessionsGravatar Alessandro Ghedini 5-2/+257
2021-04-19disable the TLS extension for QUIC v1 on the server when downgradingGravatar Alessandro Ghedini 1-0/+22
2021-04-19h3: emit GOAWAY from clientGravatar lucas 1-4/+8
2021-04-19h3: update 0-length DATA frame send behaviorGravatar lucas 1-5/+68
2021-04-19avoid coalescing probes of the same typeGravatar Alessandro Ghedini 1-0/+48
2021-04-16qns: force QUIC v1 on the clientGravatar Alessandro Ghedini 1-1/+1
2021-04-15tls: use new extension codepoint for v1Gravatar Alessandro Ghedini 1-2/+8
2021-04-15packet: update retry key and nonce for v1Gravatar Alessandro Ghedini 1-6/+18