- 05 2月, 2015 13 次提交
-
-
Gateway Changes
由 Juan Batiz-Benet 提交于 -
由 Matt Bell 提交于
-
Add ipfs-test-lib.sh
由 Juan Batiz-Benet 提交于 -
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
add blocklist to gateway executable
由 Brian Tiger Chow 提交于 -
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
log fix main
由 Brian Tiger Chow 提交于 -
use pointer use func comment on decider to clarify whether it allows or denies fix set conf gstw
由 Brian Tiger Chow 提交于
-
- 04 2月, 2015 21 次提交
-
-
This reverts commit bbcc86b7. humanize is required for sharness. doh!
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
implement metadata node for unixfs and other
由 Jeromy Johnson 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
implement trickledag for faster unixfs operations
由 Jeromy Johnson 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
It has been replaced with test_fsh(). License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
The new ipfs-test-lib.sh file contains generic test functions. We also start replacing fsh with a shell function named test_fsh() in ipfs-test-lib.sh. And we move our custom test_cmp in ipfs-test-lib.sh. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
gc query queues
由 Juan Batiz-Benet 提交于 -
when setting config keys, validate against struct before writing to disk
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
When setting config keys, the program doesn't know whether the key-to-be-modified exists on the Config struct. (Perhaps, with reflection, it is possible to find the field). To allow callers to write non-existent keys, the program would... Before: 1) converts the in-memory *Config to a map 2) sets the key on the map, and 3) writes this map to disk. 4) Then, it converts this map back into an in-memory struct. This commit swaps 3 and 4 so the map can be validated against the struct before being written to disk. This prevents the bug identified in #740.
由 Brian Tiger Chow 提交于
-
- 03 2月, 2015 6 次提交
-
-
We are leaking peer queues: http://gateway.ipfs.io/ipfs/QmQxVA48CzVwwNYExUiFe56VrUBn8u368ZfchnCLoc7fSC/moriarty
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
cmd fixes -- fix id + swarm bugs
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
from irc: <jbenet> Any idea why this job isn't finding Go? https://travis-ci.org/jbenet/go-ipfs/jobs/49296465 -- we havent had problems for a while and now lots of builds fail like this. <•meatballhat> jbenet: still around? <•meatballhat> jbenet: the `release` name was something specific to gvm. As there is no `release` tag in the go repo, it's no longer a valid target. What you probably want is `1.4.1` or `master`. <jbenet> meatballhat: ah thank you <•meatballhat> jbenet: np, sorry about the switchup! gvm had been woefully undermaintained since August, so we were long overdue in replacing it.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-