Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-bitswap
Repository
c233956cc9f9f0f7142235a9f15850cca730d043
Switch branch/tag
go-bitswap
History
Find file
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
Clone
Clone with SSH
Clone with HTTPS
Open in your IDE
Visual Studio Code
Copy HTTPS clone URL
Copy SSH clone URL
git@gitlab.dms3.io:dms3/go-bitswap.git
Copy HTTPS clone URL
https://gitlab.dms3.io/dms3/go-bitswap.git
fix: remove extraneous map writes in connectionEventManager
Dirk McCormick authored
4 years ago
c233956c
Name
Last commit
Last update
.circleci
ci: test with the race detector (#277)
4 years ago
.gx
gx publish 1.1.31
5 years ago
decision
fix: expose decision.Receipt externally (#268)
5 years ago
docs
fix: path to architecture diagram (#338)
4 years ago
internal
fix: shutdown message queue when there's a send error
4 years ago
message
fix: avoid allocating cids (#348)
4 years ago
network
fix: remove extraneous map writes in connectionEventManager
4 years ago
testinstance
fix: re-export testinstance/testnet
4 years ago
testnet
refactor: move connection management into networking layer
4 years ago
wantlist
feat: micro-optimize priority (#304)
4 years ago
.gitignore
test(benchmarks): improve output
6 years ago
LICENSE
Extract from go-ipfs
6 years ago
Makefile
ci: add travis
6 years ago
README.md
Add separate how bitswap works doc (#294)
4 years ago
benchmarks_test.go
fix: re-export testinstance/testnet
4 years ago
bitswap.go
fix: avoid copying messages multiple times on send
4 years ago
bitswap_test.go
fix: re-export testinstance/testnet
4 years ago
bitswap_with_sessions_test.go
fix: re-export testinstance/testnet
4 years ago
go.mod
chore(deps): bump go.uber.org/zap from 1.10.0 to 1.14.1 (#311)
4 years ago
go.sum
feat: optimize message sending (#350)
4 years ago
stat.go
refactor(bitswap): add comments and extract testutils.go
5 years ago
workers.go
feat: normalize message logging
4 years ago
README.md