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
3eee7d03920afbbc57bf3790e2840531b522ec84
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
23
Mar
22
20
19
17
16
13
5
4
24
Feb
22
21
17
16
12
11
7
3
2
1
31
Jan
30
28
27
26
25
23
22
21
19
18
16
14
13
12
11
7
6
5
4
3
2
1
31
Dec
30
29
28
27
26
24
23
22
21
20
19
18
17
16
10
9
8
3
2
1
27
Nov
26
24
23
22
21
20
14
12
8
9
6
3
4
3
4
3
2
30
Oct
29
30
29
30
29
28
29
28
27
24
23
21
18
14
13
14
13
12
10
9
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
Merge pull request #544 from private-octopus/fix-corrupt-retrans2
Accomodate linux warning.
Add test cases for retransmit packet copy
Merge branch 'master' into win-app-async
Merge branch 'master' into fix-corrupt-retrans2
Merge pull request #541 from private-octopus/fix-null-sni-crash
Fix null deref in H3 request format
Prepare unit test for copy retransmit
Isolate retransmit copy in separate function
Merge pull request #539 from private-octopus/corrupt-retransmit-mtu
Make sure that retransmissions do not exceed the coalesced packet size.
Merge branch 'master' into win-app-async
Merge pull request #538 from private-octopus/Fix-usage-text
Fix the "usage" menu in picoquicdemo
Support H3 and H09, proper stream close
Load documents.
Enable start/stop connections.
Adding prototype dialogs
Merge branch 'master' into win-app-async
Merge pull request #535 from private-octopus/qpack-huff-request
Fix huffman decoding bug in request headers
Merge pull request #534 from private-octopus/enforce-min-ini-cid
Ignore initial frame with short CID
Merge branch 'master' into win-app-async
Merge pull request #533 from private-octopus/interop-20190301
Ensure all H3 streams sent in 0-RTT packet
Use session tickets only once.
Stored tokens are used only once.
Ensure that demo client properly manages token store.
Merge pull request #531 from private-octopus/demo-to-cubic
Set CC algo to Cubic in demo
Merge branch 'master' into win-app-async
Merge pull request #530 from private-octopus/repeat-max-data
Checks status oof MAX DATA frames, etc, before retransmit
Merge pull request #528 from private-octopus/h3-ats-interop
Verify HTTP3 interop with ATS. Fix QPACK decoding. Add "authority" header in requests.
Merge branch 'master' into win-app-async
Merge pull request #527 from private-octopus/fix-server-preferred-address
Update server preferred address test
Only process server preferred address if ready and if different than default.