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
4ecd51ed2282daff1cd58722d72eb3847a722846
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
3
Dec
30
Nov
29
28
23
17
15
12
11
8
4
28
Oct
24
23
22
19
18
14
13
12
6
5
4
3
1
30
Sep
27
26
24
22
21
20
19
17
16
15
14
13
11
10
9
6
4
1
31
Aug
29
27
26
25
24
23
22
21
20
19
18
17
16
15
13
12
10
9
8
7
6
5
4
2
1
30
Jul
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
11
9
8
6
5
4
3
30
Jun
29
28
27
28
26
25
24
23
22
21
20
19
18
16
Send CONNECTION_CLOSE in Handshake packet if alert is generated
Allow CONNECTION_CLOSE in Handshake packet
Swap version and pkt_num in long header
Maximum initial packet number is now 2**32 - 1025
Discard VN if conn ID does not match
initial_max_stream_id_bidi and initial_max_stream_id_uni
Omit Connection ID Flag
Renumber packet types
Fix handshake secret HKDF labels
Compact output for stream ID
clang-format-5.0
Update .clang-format with clang-format-5.0
Use hq-08, and draft-08 version to distinguish it from -07
Merge branch 'draft-08'
travis: Upgrade compilers
Send PONG in response to PING
Print PING and PONG data
Add PONG frame
Update PING frame
examples: Fix compiler warnings
Replace cleartext remnants
Rename handshake callback functions
lib: Replace "cleartext" with "handshake"
examples: Replace "cleartext" with "handshake"
Remove trailing comma
Update HDKF label for handshake packets
Rename unprotected packets
Streams are created in sequential order
Tweak condition of MAX_DATA transmission
Add missing source file to tests/CMakeLists.txt
Fix compile error
Drop connection if unidirectional stream is received for now
Open stream 0 with ngtcp2_idtr_open
Fix bug that wrong fin is passed to recv_stream_data callback
Fix STREAM flags
Adjust max ack blocks
Remove unnecessary cast
Don't change {remote,local}_settings.max_stream_id
Stream ID is now unsigned 62 bits integer
Support bidirectional stream IDs