- 16 11月, 2014 27 次提交
-
-
@jbenet @chriscool (not to be merged into master) This is a hack to run sharness tests on th ipfs2 binary. Instead of compiling cmd/ipfs, it compiles cmd/ipfs2 and copies this into test/bin/ipfs. I thought this would be enough to pass the `basic-commands` test, but it's not. Although the output is fairly similar, the `ipfs version` test fails. ``` test (feat/test2) λ. diff version1 version2 1c1 < ipfs version 0.1.7 --- > ipfs version 0.1.5 ``` I'm not very experienced with `sh` scripting, so perhaps I'm missing a key ingredient or maybe misunderstanding the the tests are meant to work. Would like to get input on this. Thanks, @maybebtc
由 Brian Tiger Chow 提交于 -
Ipns Consistency
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
test(time) expose time format var License: MIT Signed-off-by:Brian Tiger Chow <brian@perfmode.com>
由 Brian Tiger Chow 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
Mount, Daemon, and Signal Handler Fixes
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
This is because if the user specifies that they want to mount multiple times, something must be wrong. try unmounting to reset things and then proceed.
由 Juan Batiz-Benet 提交于 -
This commit changes the signal handler to be added once the command is executing. this is because the daemon has its own signal handler, that must try to shut down the node gracefully first. You know, just in case.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
This commit adds a Mount abstraction (which is really just a wrapped context closer). It makes sure to bind the mount to the fate of the Node (i.e. close it if the node ends). This fixes #350
由 Juan Batiz-Benet 提交于 -
add in a default file hash and cleaned up init function a bit
由 Juan Batiz-Benet 提交于 -
@maybebtc fixed it. cc @whyrusleeping
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
sorry everyone.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
- 15 11月, 2014 13 次提交
-
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
windows mount fix
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
miscellaneous fixes
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Brian Tiger Chow <brian@perfmode.com>
由 Brian Tiger Chow 提交于 -
vanilla: 21.57 real 45.14 user 8.51 sys short: 14.40 real 31.13 user 5.56 sys License: MIT Signed-off-by:Brian Tiger Chow <brian@perfmode.com>
由 Brian Tiger Chow 提交于 -
License: MIT Signed-off-by:Brian Tiger Chow <brian@perfmode.com>
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
@jbenet
由 Brian Tiger Chow 提交于 -
remove 'adapter' concept instead, describe the component as the bitswap network it's still an adapter, but it's just not necessary to describe it as such
由 Brian Tiger Chow 提交于
-