Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngtcp2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kashyap Thimmaraju
ngtcp2
Graph
49a96fc018d8f0271fdc07bc254cba886f0c35c1
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
19
Apr
18
16
15
11
6
5
4
2
31
Mar
29
28
27
24
23
22
21
18
16
14
12
8
4
3
1
28
Feb
16
12
11
9
8
6
4
3
31
Jan
30
29
28
26
25
23
22
21
19
18
14
12
11
9
5
4
28
Dec
21
19
18
11
12
9
8
1
29
Nov
28
22
21
20
16
14
11
10
9
8
7
8
6
5
4
2
1
31
Oct
30
29
28
27
25
24
23
22
21
20
16
15
14
13
12
11
10
8
3
2
23
Sep
22
21
16
14
12
9
8
7
5
31
Aug
29
28
27
26
25
24
23
22
19
18
17
12
10
7
1
27
Jul
21
20
19
17
16
15
14
13
11
10
3
22
Jun
21
20
15
14
10
8
6
3
23
May
21
19
18
16
15
14
13
12
7
2
30
Apr
26
25
21
18
16
14
13
9
8
6
4
3
1
30
Mar
Refactor the function to get earliest packet number space
Reset PTO count when packet number space is discarded
Log that lost packet is pure probe packet
Send Short probe only after handshake has been confirmed
Don't send Handshake probe which does nothing useful
Revert "Don't send Short probe if handshake has not completed yet"
Don't send Short probe if handshake has not completed yet
Merge pull request #229 from JunqiWang/master
Fix coalesced 0-RTT ACK packet with short header packet
interop: Don't overwrite resumption log
interop: Output qlog
client: Add --qlog-dir option
server: Override priority with u and i query parameters
Revert "server: Override priority with u and i query parameters"
server: Override priority with u and i query parameters
Make ngtcp2_ksl_it_next macro
client: Send streams in 0RTT as much as possible
Refactor handling of packet buffer length
Clarify the behaviour of ngtcp2_conn_writev_stream (again)
Don't return NGTCP2_ERR_STREAM_DATA_BLOCKED if max data is full
s/NULL/nullptr/ in cc file
Round up cwnd left to the maximum UDP packet size
travis: Disable gnutls for now to make macos builds succeed
cmake: Add options to disable OpenSSL and GNUTLS
Merge probe packet transmission into conn_write_pkt
Call ngtcp2_conn_writev_stream again to ensure that complete packet is written
Add configure options to enable or disable OpenSSL and GNUTLS
Fix crash when Retry is received after in_pktns is discarded
Fix 'overlapping comparisons always evaluate to true' compile error with clang-10
Reset pto_count when ACK-eliciting, non pure probe packet is received
Add missing disconnect
Fix compile error
Install rx and tx keys separately
make clang-format
Add ngtcp2_conn_is_server function
Merge pull request #227 from ueno/wip/dueno/fix-typo
Merge pull request #225 from ueno/wip/dueno/crypto-gnutls
interop: Enable 0RTT in zerortt test
crypto: add GnuTLS backend
crypto: fix a couple of typos in the documentation