Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
picoquic
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
picoquic
Graph
e0597d03ab975e0dff5a92a384e55ba21b771d8f
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
9
Oct
8
5
4
3
2
1
30
Sep
29
28
27
26
25
19
18
17
15
14
13
12
11
10
9
8
7
6
4
2
24
Aug
23
21
20
19
17
16
13
12
11
10
9
8
7
4
3
2
1
27
Jul
26
25
17
16
15
14
13
12
11
10
9
8
7
6
5
4
1
28
Jun
26
25
23
22
21
20
19
16
15
14
12
11
10
9
8
7
6
5
4
3
2
1
31
May
30
29
21
19
18
17
16
15
14
30
Apr
27
26
22
21
18
17
16
15
14
13
10
9
8
7
6
4
3
1
2
29
Mar
28
25
23
21
19
18
17
16
15
14
9
10
9
8
7
6
5
4
3
2
Implement key rotation and test
Parse key_phase in packet header
Compute new rotated keys and test
Update for draft 15 support.
Fix gcc warning on operator precedence
Merge pull request #345 from private-octopus/draft-15-nits
Fix static analyzer warning.
VN only sent for large enough packets
Always use initial CID for 0-RTT packets.
Protocol violation if empty payload
At most one retry per connection
Add fuzz initial test to test issues in the initial packet
server receives connection close in initial
Handling server busy flag and test
retire cnxid frame includes sequence number
Manage sequence number for connection ID
Merge pull request #338 from private-octopus/omit-end-of-early-data
Remove unused variable.
Disabling asn1 fuzzer in picotls builds
Update picotls commit for windows build.
Update picotls commit reference
Do not propose draft-14 if unsupported
Add support for version 0xff00000f and "hq-15"
Align to "omit-eoed" commit of picotls
Remove unused variable
Add version parameter and draft-14 mode for demo server.
Do not negotiate versions incompatible with TLS omit EOED flag
Set the "omit EOED" flag in picotls.
Merge pull request #336 from private-octopus/retire-cid
Add tests of the retire CID and migration variants
Remove "sequence" in new CID frame for draft 15
Delete paths after 3*RTO if cnxid retired
Post "retire cnxid" on delete path, probe
Add code to skip and parse retire conection ID frames.
Merge pull request #335 from private-octopus/ack-ecn-15
Fix compile issues
Use new ACK frame numbers if draft 15
Use new ACK ECN format if draft 15
Merge pull request #334 from private-octopus/icid-in-retry
Manage the transport parameters defined in draft-15