- 12 5月, 2015 1 次提交
-
-
Add option to allow unrestricted API access
由 Juan Batiz-Benet 提交于
-
- 11 5月, 2015 1 次提交
-
-
Refactor/http gateway
由 Juan Batiz-Benet 提交于
-
- 10 5月, 2015 6 次提交
-
-
由 Kristoffer Ström 提交于
-
由 Henry 提交于
-
(I'll add the changelog later today)
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
Refactor/http gateway quickfix (1191)
由 Juan Batiz-Benet 提交于 -
some golinting along the way
由 Henry 提交于
-
- 09 5月, 2015 6 次提交
-
-
由 Henry 提交于
-
- NewDagReader() used the wrong context - Ip?sPathPrefix isn't used anywhere - a little bit of error handling cleanup
由 Henry 提交于 -
由 Henry 提交于
-
由 Henry 提交于
-
path/resolver: Fix recursive path resolution
由 Juan Batiz-Benet 提交于 -
Setup a three-level graph: a -(child)-> b -(grandchild)-> c and then try and resolve: /ipfs/<hash-of-a>/child/grandchild Before 10669e8b (path/resolver: Fix recursive path resolution, 2015-05-08) this failed with: resolver_test.go:71: no link named "grandchild" under QmSomeRandomHash The boilerplate for this test is from pin/pin_test.go, and I make no claims that it's the best way to setup the test graph ;).
由 W. Trevor King 提交于
-
- 08 5月, 2015 6 次提交
-
-
I'm not entirely clear on Go's scoping (there's some text I can't quite parse here [1]), but it seems like the := version (because this is the first time we use 'err') was masking the function-level 'nd' just for this if block. That means that after we get out of the if block and return to the start of the for-loop for the next pass, nd.Links would still be pointing at the original object's links. This commit drops the :=, which fixes the earlier: $ ipfs ls QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R/static/css Error: no link named "css" under QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R so we get the intended: $ ipfs ls QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R/static/css Qme4r3eA4h1revFBgCEv1HF1U7sLL4vvAyzRLWJhCFhwg2 7051 style.css It also means we're probably missing (or are unreliably using) a multi-level-path-resolving test. [1]: https://golang.org/ref/spec#Declarations_and_scope
由 W. Trevor King 提交于 -
core: add context.Context param to core.Resolve()
由 Juan Batiz-Benet 提交于 -
godeps: update metrics (freebsd build fix)
由 Juan Batiz-Benet 提交于 -
add link to community contributing #1088
由 Juan Batiz-Benet 提交于 -
godeps: rewrite import path
由 Juan Batiz-Benet 提交于 -
commands/object: remove objectData() and objectLinks() helpers resolver: added context parameters sharness: $HASH carried the \r from the http protocol with sharness: write curl output to individual files http gw: break PUT handler until PR#1191
由 Henry 提交于
-
- 07 5月, 2015 4 次提交
-
-
由 Henry 提交于
-
由 Chris Grimmett 提交于
-
ipnsfs/system: Fix 'retreive' -> 'retrieve' typo
由 Juan Batiz-Benet 提交于 -
From 93b06f34 (Add timeout to ipns resolution at startup, 2015-04-24, #1133).
由 W. Trevor King 提交于
-
- 06 5月, 2015 8 次提交
-
-
由 Henry 提交于
-
mild refactor of bitswap
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
由 Jeromy Johnson 提交于
-
correct the blocksize calculation for link blocks
由 Juan Batiz-Benet 提交于 -
update hash for bigfile
由 Jeromy Johnson 提交于 -
make comments match the code in secure channel implementation
由 Juan Batiz-Benet 提交于 -
由 Dominic Tarr 提交于
-
- 05 5月, 2015 5 次提交
-
-
quick fix for OOM panic that has been plaguing us
由 Juan Batiz-Benet 提交于 -
try harder to not send duplicate blocks
由 Juan Batiz-Benet 提交于 -
increase iptb test stability
由 Juan Batiz-Benet 提交于 -
fix append bug and overwrite/truncate bug
由 Juan Batiz-Benet 提交于 -
update iptb dependency again, and pick different ports for each iptb cluster try and fix godeps crap
由 Jeromy 提交于
-
- 04 5月, 2015 3 次提交
-
-
Improve parse_test.go
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
core/commands/internal/slice_util: Remove this unused package
由 Jeromy Johnson 提交于
-