index
:
quiche
1155.cubic_rfc8312bis_aimd_with_reno
719.bbr.pre-cm
719.bbr.tmp
829.update_flow_control
add_freebsd_x86_64
android_add_soname
ansg191/macos-root-certs
bssl-no-vendor
cc_pass_pkt_to_congestion_event
certificate-compression-brotli
cid-arc
cmake-pin-test
crypto-no-dup
delayed_ack_draft
dependabot/cargo/ring-0.17
document-internal-errors
dont-elicit-ack-when-closing
drop-ring
ecn_reporting
edition2021
errors-epoch
gh-pages
h3-body-capacity
h3-push
initial_rtt
lohith/avoid_over_buffering
lohith/test
lohith/tune_bbr
lucas/informational-and-trailing-headers
lucas/internal-error-subtypes
lucas/json-seq-simpler
lucas/priority-update-frame
lucas/qlog-serialize-h3-events
master
min_version
mtu-updated-fixup
nginx-sync
openssl
pace-1ms
pacing-send-time
pmtud
priorities_intrusive_with_key_ord
qlog-async
qlog-cc-status
quic-v2
quiche_server_gso
quiche_server_sendmmsg
quiche_server_sw_pacing
recvinfo-at
scatter_full
sendbuf-btree
stream-priority-key
streamiter-drain
tx-cap-multiplier
use_jemalloc
win_c_example
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-08
0.9.0
0.9.0
Alessandro Ghedini
1
-1
/
+1
2021-06-08
h3: close QUIC connection when unable to initialize HTTP/3
lucas
1
-1
/
+15
2021-06-03
h3: don't use UTF-8 strings to represent headers
Alessandro Ghedini
13
-425
/
+450
2021-06-03
lib: alternate DATAGRAM and STREAM frame packing
lucas
1
-2
/
+164
2021-06-03
lib: expose functions to read DATAGRAM frame queue length and size
lucas
4
-0
/
+85
2021-06-03
lib: add stream ID to InvalidStreamState error
lucas
2
-13
/
+15
2021-05-28
cubic: fix cwnd growth during congestion avoidance
Junho Choi
1
-4
/
+1
2021-05-28
don't try to send HANDSHAKE_DONE on the client
Junho Choi
1
-1
/
+36
2021-05-28
apps/examples/http3_test: use connectionless UDP socket on clients
Junho Choi
6
-14
/
+0
2021-05-27
recovery: remove ABC_L constant and its logic
Junho Choi
4
-82
/
+30
2021-05-27
recovery: fixup Debug impl
lucas
1
-2
/
+2
2021-05-26
doc: the default CC value is cubic
Junho Choi
1
-1
/
+1
2021-05-26
process post-handshake data only when receiving CRYPTO frames
Alessandro Ghedini
1
-3
/
+6
2021-05-24
recovery: pacing of egress QUIC packets
Lohith Bellad
6
-1
/
+252
2021-05-24
network path awareness
Alessandro Ghedini
19
-313
/
+717
2021-05-21
ci: enable examples and all features for all test builds
Alessandro Ghedini
1
-4
/
+4
2021-05-21
stream: undo consistent RangeBuf allocation on send
Alessandro Ghedini
2
-109
/
+25
2021-05-18
calculate max CRYPTO frame length more accurately
Alessandro Ghedini
1
-27
/
+32
2021-05-17
ffi: expose source / destination connection IDs
Norman Maurer
2
-0
/
+27
2021-05-12
stop sending packets if draining
Alessandro Ghedini
1
-0
/
+11
2021-05-12
add PADDING frame to fill up the datagram with Initial packet
Junho Choi
1
-9
/
+58
2021-05-12
cubic: fast convergence from the rfc8312bis draft
Junho Choi
1
-12
/
+69
2021-05-12
cubic: AIMD approach for TCP friendly window
Junho Choi
1
-25
/
+47
2021-05-12
cubic: redefine K equation according to the rfc8312bis draft
Junho Choi
1
-16
/
+34
2021-05-12
h3: make quiche_h3_recv_dgram signature consistent
Lucas Pardue
1
-1
/
+2
2021-05-11
use PAYLOAD_LENGTH_LEN const
Junho Choi
1
-1
/
+1
2021-05-10
validate protocol version when creating Config
Norman Maurer
1
-0
/
+25
2021-05-06
apps: fix inconsistent struct constructor
Alessandro Ghedini
1
-1
/
+1
2021-05-06
apps: use parse() to convert string to int
Alessandro Ghedini
1
-8
/
+8
2021-05-06
qlog: use map() instead of pattern matching
Alessandro Ghedini
1
-15
/
+3
2021-05-06
h3: use parse() to convert string to int
Alessandro Ghedini
1
-3
/
+6
2021-05-06
ffi: expose client-side session resumption and 0-RTT API
Norman Maurer
2
-0
/
+33
2021-05-05
check the packet length against the buffer size
Junho Choi
1
-1
/
+70
2021-04-30
github: upgrade to GitHub-native Dependabot
dependabot-preview[bot]
1
-0
/
+55
2021-04-29
http3_test: add 0-rtt connection resumption
Junho Choi
3
-5
/
+83
2021-04-29
support for sending 0-RTT packets on the client
Alessandro Ghedini
6
-25
/
+170
2021-04-28
fix processing peer transport parameters during early data
Alessandro Ghedini
1
-100
/
+122
2021-04-27
qns: fix client test run
Alessandro Ghedini
1
-3
/
+1
2021-04-27
qns: use 'multiconnect' mode for resumption test
Alessandro Ghedini
1
-11
/
+12
2021-04-27
qns: reformat
Alessandro Ghedini
1
-34
/
+41
2021-04-27
buffer undecryptable 0-RTT packets
Alessandro Ghedini
1
-27
/
+235
2021-04-27
nginx: add 0-rtt configuration documentation
Junho Choi
1
-0
/
+22
2021-04-26
support exporting and importing TLS sessions
Alessandro Ghedini
5
-2
/
+257
2021-04-19
disable the TLS extension for QUIC v1 on the server when downgrading
Alessandro Ghedini
1
-0
/
+22
2021-04-19
h3: emit GOAWAY from client
lucas
1
-4
/
+8
2021-04-19
h3: update 0-length DATA frame send behavior
lucas
1
-5
/
+68
2021-04-19
avoid coalescing probes of the same type
Alessandro Ghedini
1
-0
/
+48
2021-04-16
qns: force QUIC v1 on the client
Alessandro Ghedini
1
-1
/
+1
2021-04-15
tls: use new extension codepoint for v1
Alessandro Ghedini
1
-2
/
+8
2021-04-15
packet: update retry key and nonce for v1
Alessandro Ghedini
1
-6
/
+18
[next]