- 18 6月, 2015 4 次提交
-
-
Learned proc.SetTeardown() License: MIT Signed-off-by:Juan Batiz-Benet <juan@benet.ai>
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Juan Batiz-Benet <juan@benet.ai>
由 Juan Batiz-Benet 提交于 -
fix fuse mount error in linux
由 Juan Batiz-Benet 提交于 -
There has been a regression such that ./t0030-mount.sh fails on 'ipfs mount' fails when there is no mount dir The issue was a change in how fuse errors are reported to the client process. We have introduced an optimistic categorization that hides the obscure fusermount error and replaces it with something a bit more helpful. License: MIT Signed-off-by:Juan Batiz-Benet <juan@benet.ai>
由 Juan Batiz-Benet 提交于
-
- 17 6月, 2015 1 次提交
-
-
Wired up the trickle dag flag for the add command
由 Jeromy Johnson 提交于
-
- 16 6月, 2015 2 次提交
-
-
core/commands/ls: Remove trailing tabs
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Dylan Powers <dylan.kyle.powers@gmail.com>
由 Dylan Powers 提交于
-
- 15 6月, 2015 3 次提交
-
-
由 Jeromy 提交于
-
cmd: remove dead ipfs_routingd and ipfs_bootstrapd
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 14 6月, 2015 4 次提交
-
-
Added nofuse tag for windows builds
由 Juan Batiz-Benet 提交于 -
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>
由 Knut Ahlers 提交于 -
ipfs-test-lib: use test_seq from sharness
由 Juan Batiz-Benet 提交于 -
As Sharness now includes test_seq we can remove our implementation. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 13 6月, 2015 4 次提交
-
-
Update sharness
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
We want to be able to update Sharness to benefit from new features. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 12 6月, 2015 4 次提交
-
-
select with context when sending on channels
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
prevent wantmanager from leaking goroutines (and memory)
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 11 6月, 2015 2 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 09 6月, 2015 1 次提交
-
-
Since 607468a9 (beautify 'ipfs ls' and 'ipfs object links', #833) we've had these. That pull request was about text/tabwriter [1] and elastic tabstops [2], but we don't need a column separator at the end of each line. [1]: https://golang.org/pkg/text/tabwriter/ [2]: http://nickgravgaard.com/elastic-tabstops/index.html Licence: MIT Signed-off-by:
W. Trevor King <wking@tremily.us>
由 W. Trevor King 提交于
-
- 08 6月, 2015 8 次提交
-
-
'key' objects dont marshal to json well
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
httpGw: make /tcp/0 work
由 Juan Batiz-Benet 提交于 -
由 Henry 提交于
-
also splits api, gw and fuse bring up into helper functions
由 Henry 提交于 -
Better symmetric NAT avoidance.
由 Juan Batiz-Benet 提交于 -
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.
由 Juan Batiz-Benet 提交于
-
- 07 6月, 2015 5 次提交
-
-
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 提交于 -
Use github.com/chriscool/go-sleep
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
fix typo
由 Juan Batiz-Benet 提交于
-
- 06 6月, 2015 2 次提交
-
-
Godeps: update cheggaaa/pb to the latest version
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-