- 08 Jun, 2015 3 commits
-
-
Henry authored
also splits api, gw and fuse bring up into helper functions
-
Juan Batiz-Benet authored
Better symmetric NAT avoidance.
-
Juan Batiz-Benet authored
Different mutliaddrs is not enough. Nodes may share transports. NAT port mappings will likely only work on the base IP/TCP port pair. We go one step further, and require different root (IP) addrs. Just in case some NATs group by IP. In practice, this is what we want: use addresses only if hosts that are on different parts of the network have seen this address.
-
- 07 Jun, 2015 5 commits
-
-
Juan Batiz-Benet authored
If the same peer observed the same address twice, it would be double counted as different observations. This change adds a map to make sure we're counting each observer once. This is easily extended to require more than two observations, but i have not yet encountered NATs for whom this is relevant.
-
Juan Batiz-Benet authored
Use github.com/chriscool/go-sleep
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
fix typo
-
- 06 Jun, 2015 3 commits
-
-
Juan Batiz-Benet authored
Godeps: update cheggaaa/pb to the latest version
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Harlan T Wood authored
-
- 05 Jun, 2015 1 commit
-
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 03 Jun, 2015 17 commits
-
-
Juan Batiz-Benet authored
make the default repo for corebuilder work
-
Jeromy authored
-
Juan Batiz-Benet authored
implement patch command
-
Jeromy authored
WIP: object creator command better docs move patch command into object namespace dont ignore cancel funcs addressing comment from CR add two new subcommands to object patch and clean up main Run func cancel contexts in early returns switch to util.Key
-
Juan Batiz-Benet authored
Swap all 'crypto/rand' rng in tests with 'math/rand'
-
Juan Batiz-Benet authored
ipfs-test-lib: implement test_seq()
-
Juan Batiz-Benet authored
fix up some dependencies to avoid circular record deps
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Jeromy authored
-
Juan Batiz-Benet authored
Revert "godeps: update everything to master"
-
Jeromy authored
-
rht authored
-
rht authored
-
Juan Batiz-Benet authored
Test repeat in 10 sec: increase check frequency tenfold
-
rht authored
-
rht authored
-
- 02 Jun, 2015 5 commits
-
-
Juan Batiz-Benet authored
Text under `ipfs name --help` incorrect
-
Travis Person authored
Change help text to display proper results from an `ipfs name resolve`.
-
Juan Batiz-Benet authored
fix rampant memory leak in providers records storage
-
Jeromy authored
address comments from CR use map and array combo for better perf
- 01 Jun, 2015 5 commits
-
-
Juan Batiz-Benet authored
move util.Key into its own package under blocks
-
Jeromy authored
-
Juan Batiz-Benet authored
updated webui to 0.2.0
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
disable constantly failing iptb tests
-
- 31 May, 2015 1 commit
-
-
Juan Batiz-Benet authored
the iptb tests are failing all the time on travis. It's possible this is still a port problem, and it may be something else. Regardless, right now they're just adding noise.
-