- 18 6月, 2015 18 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
Cleanup logging 1
由 Juan Batiz-Benet 提交于 -
update goprocess godep
由 Juan Batiz-Benet 提交于 -
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 提交于 -
and exchange/bitswap/testutils.go License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
And substitute the lines using Notice{,f} with Info{,f} License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
Except when there is an explicit os.Exit(1) after the Critical line, then replace with Fatal{,f}. golang's log and logrus already call os.Exit(1) by default with Fatal. License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于
-
- 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 1 次提交
-
-
'key' objects dont marshal to json well
由 Juan Batiz-Benet 提交于
-