Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Beyond Protocol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Maintenance moved to Monday 17.3. at 13:00. ETA 60 - 90 minutes.
Show more breadcrumbs
Beyond AKA
Beyond Protocol
Graph
a743c471d9b74f3af7172827276990e49638a4e6
Select Git revision
Branches
8
bug/buffer-reset
bug/buffering
bug/sockets
debug/websocket-crash
feature/profiler
feature/quic-websocket
feature/windows-arm64-uwp
main
default
protected
Tags
20
0.7.0
0.6.19
0.6.18
0.6.17
0.6.16
0.6.15
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
28 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Oct
12
Sep
27
Aug
3
Jul
2
26
Jun
14
Mar
13
7
5
28
Feb
20
19
16
15
14
13
9
24
Jan
12
11
10
30
Nov
13
3
2
16
Oct
11
22
Sep
20
7
Jun
12
May
28
Apr
17
Mar
16
10
8
31
Jan
4
24
Nov
23
21
19
18
17
16
11
10
8
28
Oct
26
5
1
30
Sep
28
26
8
7
19
Aug
18
17
10
9
8
4
18
Jul
22
Jun
16
14
13
10
9
8
6
4
3
20
May
19
18
17
16
15
13
12
11
10
9
8
7
6
document fixme
bug/buffer-reset
bug/buffer-reset
increase reset threshold
move the check to end
sign
reset net buffer if it grows too large, disable broken adaptive buffering code
add option to disable buffering for certain channel
main
main
include buffering delay in total processing delay
Merge branch 'bug/net-buffering' into 'main'
fix partial websocket frame decoding and add unit test for websocket encoding/decoding
refactor websocket frame reads for unit test (implementation can be tested separately)
fix incorrect condition variable predicate
inline net callback
Merge branch 'bug/net-buffer-delay' into 'main'
Fix incorrect buffering delay on buffer underrun
Disable automatic buffer size adjustment
Merge branch 'bug/out-of-order-send' into 'main'
remove incorrect buffer adjustment from net buffer
fix possible use-after-free in quic peer
Document a deadlock
Add TSAN option. Fix (some) data races.
fix use-after-frees
fix a crash on exit, fix incorrect packet order for kEndFrame, add unit tests for new buffering, better error messages, do not assert on inccorect order, just print an error
allow out of order receives for end of frame (buffering)
Replace triggerAsync() calls with inline call
Merge branch 'feature/buffering' into 'main'
Replace network buffering
for test
debug/websocket…
debug/websocket-crash
class headers added
more debugging/profiler info
more generic worker queue
fix incorrect partial buffer processing
Merge branch 'main' into feature/buffering
WIP
replace buffering
sketch changes to buffering
add time synchronization
Another bug in netstream buffering
disable netstream buffering, remove completely once implemented in node
HTTP websocket upgrade over quic (requires a proxy)
feature/quic-we…
feature/quic-websocket
Merge branch 'bug/out-of-order-decode' into 'main'
Loading