- 14 Jun, 2015 3 commits
-
-
Knut Ahlers authored
This configuration is supported since GoBuilder 1.16.0 so now we should be able to build windows binaries in GoBuilder License: MIT Signed-off-by: Knut Ahlers <knut@ahlers.me>
-
Juan Batiz-Benet authored
ipfs-test-lib: use test_seq from sharness
-
Christian Couder authored
As Sharness now includes test_seq we can remove our implementation. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 13 Jun, 2015 4 commits
-
-
Juan Batiz-Benet authored
Update sharness
-
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>
-
Christian Couder authored
We want to be able to update Sharness to benefit from new features. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 12 Jun, 2015 4 commits
-
-
Juan Batiz-Benet authored
select with context when sending on channels
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Juan Batiz-Benet authored
prevent wantmanager from leaking goroutines (and memory)
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 11 Jun, 2015 2 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 08 Jun, 2015 8 commits
-
-
Juan Batiz-Benet authored
'key' objects dont marshal to json well
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
httpGw: make /tcp/0 work
-
Henry authored
-
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 10 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
-