Jeromy
51fd99e363
extract from 0.4.0
9 years ago
Juan Benet
5a0162c75f
Merge pull request #2 from WeMeetAgain/patch-1
Update README.md
9 years ago
Cayman
9f1acc3551
Update README.md
remove duplicate word: project
9 years ago
Juan Batiz-Benet
339bbdaab9
util metrics
9 years ago
Juan Batiz-Benet
9bf24a5968
rewrote imports to p2p
9 years ago
Juan Batiz-Benet
68f8d27d07
rewrote imports to p2p
9 years ago
Juan Batiz-Benet
2392434b6d
rewrote imports to p2p
9 years ago
Juan Batiz-Benet
5dd1bd5e72
added docs
9 years ago
Juan Batiz-Benet
843a30cb9a
move to p2p dir
9 years ago
Juan Batiz-Benet
4ab021d79b
move to p2p dir
9 years ago
Juan Batiz-Benet
9bb09c1386
move to p2p dir
9 years ago
Juan Batiz-Benet
885d86219e
move to p2p dir
9 years ago
Jeromy
983ed327ce
extract logging
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago
Jeromy
5d1b82954f
cache nat port mappings for a short period of time
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago
Jeromy
78eb217249
WIP: quick fix to the NAT spam too many open fd's bug
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago
Jeromy
72696c9852
fix mock notification test
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago
rht
c3858e87c1
Refactor FullMeshLinked and ConnectAll()
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
9 years ago
Jeromy
0f3e3fe264
replace nodebuilder with a nicer interface
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
use NewNode instead of NewIPFSNode in most of the codebase
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
make mocknet work with node constructor better
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
finish cleanup of old construction method
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
blockservice.New doesnt return an error anymore
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
break up node construction into separate function
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
add error case to default filling on node constructor
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago
rht
fc3c6838fb
Replace context.TODO in test files with context.Background
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
9 years ago
Pavol Rusnak
71ef02797c
remove elliptic.P224 usage
Fedora/RedHat distros comply with US patent law and remove this curve,
which makes it impossible to run ipfs with distro provided Golang.
License: MIT
Signed-off-by: Pavol Rusnak <stick@gk2.sk>
9 years ago
Jeromy
c65f633de1
fix same test in swarm
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago
Jeromy
57e6cb40bd
fix race condition in notifications test
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago
Juan Benet
1879bb06e6
Merge pull request #1471 from heems/master
add transport from netsim and bandwidth to mocknet
9 years ago
Jeromy
dff9366ef9
make timing tests actually not run under CI
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago
Karthik Bala
536c183b37
add transport logic to mocknet
License: MIT
Signed-off-by: Karthik Bala <karthikbala444@gmail.com>
9 years ago
Juan Batiz-Benet
034d422d3f
Merge pull request #1473 from ipfs/godep-peerstream
update go-peerstream to newest version
9 years ago
Jeromy
7b6ff6f13c
update go-peerstream to newest version
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago
Jeromy
aae565ae89
making the daemon shutdown quicker
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago
Jeromy
357317776c
update multistream and multiplex
9 years ago
Jeromy
5140ff6ba1
make ping its own protocol
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago
Juan Batiz-Benet
d42b66198c
implement AcceptStream
9 years ago
Juan Batiz-Benet
aab33b0374
implement AcceptStream
9 years ago
Juan Batiz-Benet
49ce9ea2a5
links fix
9 years ago
Juan Batiz-Benet
59832ab002
links fix
9 years ago
Juan Batiz-Benet
73c3d70a08
links fix
9 years ago
Juan Batiz-Benet
5f17d146eb
fixed urls
9 years ago
Juan Batiz-Benet
de05b59cdf
fixed urls
9 years ago
Juan Batiz-Benet
5b2626d369
fixed urls
9 years ago
Juan Batiz-Benet
811f0c7389
extracted from go-peerstream
9 years ago
Juan Batiz-Benet
62cf6119be
extracted from go-peerstream
9 years ago
Juan Batiz-Benet
3023356beb
extracted from go-peerstream
9 years ago
Juan Batiz-Benet
cbbbda109a
expose internal/pb packages.
we shouldn't use internal packages.
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
9 years ago
rht
0c742fd960
Make sure process context is set last
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
9 years ago
rht
2a7f53f790
Use WithContextAndTeardown whenever possible
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
10 years ago
rht
316ba886a9
Change Process interface into object variable
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
10 years ago
rht
e2481a24f3
Replace ctxgroup.ContextGroup -> goprocess.Process
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
10 years ago
Juan Batiz-Benet
8ad672a767
Merge pull request #1433 from ipfs/fix/addr-filter
add filters from config to addr filter in swarm
9 years ago
Lars Gierth
bafe1b04fe
swarm: fix peers_total metric
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
9 years ago
Jeromy
1c1e389d89
add command to manipulate address filters and a sharness test for them
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago
Jeromy
c5cdd981e2
add filters from config to addr filter in swarm
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
9 years ago