Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ring
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Show more breadcrumbs
xx network
ring
Graph
e201e173fd52cbbf43577171d95383df365c4de8
Select Git revision
Branches
20
AceVentura/AccountBackup
Anne/Go1.15
BetaNet
Project/LastMile
XX-3563/DisableTlsCheck
XX-3564/TlsCipherSuite
XX-4441
betanet
dev
fullRateLimit
hotfix/groupNotification
master
protected
notls
perftuning
protoMainNet
quantumSecure
release
default
protected
url-repo-rename
waitingRoundsRewrite
windowSize
Tags
3
v0.0.3
v0.0.2
v0.0.1
23 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Dec
2
Sep
22
Feb
11
9
15
Sep
13
Aug
27
May
25
12
Mar
14
Dec
7
19
Nov
4
Aug
22
Jul
6
5
2
1
12
May
11
27
Apr
11
Mar
29
Feb
Update copyright
v0.0.3 release
v0.0.3 release
go fmt
Update copyright header
XX-4441
XX-4441
Merge remote-tracking branch 'origin/master' into release
master
master
Revert "Update go mod to 1.17"
AceVentura/Acco…
AceVentura/AccountBackup
Update go mod to 1.17
Merge branch 'release' into 'master'
Replace paths
url-repo-rename
url-repo-rename
Merge branch 'hotfix/upgradeError' into 'release'
BetaNet Project…
BetaNet Project/LastMile XX-3563/DisableTlsCheck XX-3564/TlsCipherSuite betanet dev fullRateLimit hotfix/groupNotification notls perftuning protoMainNet quantumSecure waitingRoundsRewrite windowSize
removed count, it is unnessessary
fixed a bug when a newer input would wipe all the entire buffer
Merge branch 'efficencyImprovements' into 'release'
improved the efficency of inserting into the ring buffer
Merge branch 'release' into 'master'
Merge branch 'XX-2908/license-update' into 'release'
Update license to BSD 2-clause
flipped some error messages that were wrong
Update go.mod
v0.0.2 Anne/Go1…
v0.0.2 Anne/Go1.15
Rename ringBuff.go to buff.go
v0.0.1
v0.0.1
Initial move to repo
fixed a lockup due to taking the lock internally
made the mux for the ringbuff not accessable externally
fixed variable names to not collide with go standard and go fmt
rewrote the ring buffer to be far simpler and test edge cases which were previously untested
Merge remote-tracking branch 'origin/master' into release
Update license
Update license information
made node states into current.Activities and addes states as
made the mutex embeeded so it auto intilitalizes
fixed a potential race condition and added GetNewerById
Added getters for oldest and newest id
renamed the creator function
changed the name of the ring buffer package
Loading