- 07 May, 2015 3 commits
-
-
Henry authored
-
Juan Batiz-Benet authored
ipnsfs/system: Fix 'retreive' -> 'retrieve' typo
-
W. Trevor King authored
From 93b06f34 (Add timeout to ipns resolution at startup, 2015-04-24, #1133).
-
- 06 May, 2015 7 commits
-
-
Juan Batiz-Benet authored
mild refactor of bitswap
-
Jeromy authored
-
Jeromy Johnson authored
-
Juan Batiz-Benet authored
correct the blocksize calculation for link blocks
-
Jeromy Johnson authored
update hash for bigfile
-
Juan Batiz-Benet authored
make comments match the code in secure channel implementation
-
Dominic Tarr authored
-
- 05 May, 2015 5 commits
-
-
Juan Batiz-Benet authored
quick fix for OOM panic that has been plaguing us
-
Juan Batiz-Benet authored
try harder to not send duplicate blocks
-
Juan Batiz-Benet authored
increase iptb test stability
-
Juan Batiz-Benet authored
fix append bug and overwrite/truncate bug
-
Jeromy authored
update iptb dependency again, and pick different ports for each iptb cluster try and fix godeps crap
-
- 04 May, 2015 3 commits
-
-
Juan Batiz-Benet authored
Improve parse_test.go
-
Jeromy authored
-
Jeromy Johnson authored
core/commands/internal/slice_util: Remove this unused package
-
- 03 May, 2015 5 commits
-
-
Juan Batiz-Benet authored
godep: update go-msgio
-
Christian Couder authored
License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Henry authored
-
- 02 May, 2015 16 commits
-
-
Christian Couder authored
Now also check that we get the right arguments from the parsing. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
Let's document how stdin enabled arguments currently work by adding some tests. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
Record Datastore metrics for flatfs and leveldb
-
Juan Batiz-Benet authored
Add package comments to packages that are missing them
-
Juan Batiz-Benet authored
write memory profiles every 30 seconds when enabled
-
Juan Batiz-Benet authored
dont create a new ticker each loop
-
W. Trevor King authored
Currently garbage collection is triggered manually and there are no age-restrictions on the removal. I expect we'll eventually follow Git and auto-launch garbage collection when we hit some threshold of disk consumption (gc.auto). I expect we'll also follow Git and keep unpinned or unreachable objects (gc.pruneexpire, etc.). But we don't seem to do either of those yet.
-
W. Trevor King authored
I'm not entirely clear on the role that this package is filling, but this description seems like a reasonable guess based on a quick skim through it's exported API.
-
W. Trevor King authored
The last references to CastToReaders were commented out in 6faeee83 (cmds2/add: temp fix for -r. horrible hack, 2014-11-11) and then removed completely in 032e9c29 (core/commands2: Updated 'add' command for new file API, 2014-11-16). The last references to CastToStrings was removed in a0bd29d5 (core/commands2: Fixed swarm command for new arguments API, 2014-11-18).
-
W. Trevor King authored
-
W. Trevor King authored
So folks looking in core can figure out how it fits into the repository as a whole.
-
W. Trevor King authored
Based on [1]. [1]: https://github.com/ipfs/go-ipfs/issues/1158
-
Jeromy authored
-
Jeromy authored
-
- 01 May, 2015 1 commit
-
-
Tommi Virtanen authored
-