- 03 May, 2015 1 commit
-
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 02 May, 2015 4 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>
-
- 29 Apr, 2015 6 commits
-
-
Juan Batiz-Benet authored
Godeps maintenance
-
Juan Batiz-Benet authored
use forked lumberjack (buffers writes)
-
Henry authored
-
Juan Batiz-Benet authored
Change ipfs root path volume mount to /data/ipfs
-
Stephan Seidt authored
-
Juan Batiz-Benet authored
add a benchmark for our hash function
-
- 28 Apr, 2015 20 commits
-
-
Juan Batiz-Benet authored
Fix docker $ipfs_data mount path in README
-
Juan Batiz-Benet authored
blocks: Don't re-Put blocks we already have
-
Tommi Virtanen authored
-
Tommi Virtanen authored
-
Tommi Virtanen authored
Commit 1192be19 tried to do this, but had a simple mistake. Functions returning `bool, error` pretty much never return `true, anError`, so that branch was never taken. Also fix the partial sentence in the
-
Juan Batiz-Benet authored
core/commands: pin ls: display types by default
-
Vitor Baptista authored
If you want to get only the hashes (i.e. the previous behaviour), you can use the `--quiet` flag.
-
Stephan Seidt authored
-
Henry authored
the godep tool is toying with me...
-
Henry authored
-
Henry authored
I want to follow this up with a thorough execution of my x/tool/cmd/eg experiments (https://github.com/ipfs/go-ipfs/compare/errRampage)
-
Henry authored
-
Henry authored
-
Juan Batiz-Benet authored
let wantlist command show other peers wantlists
-
Juan Batiz-Benet authored
only warn about io.EOF from mux.ReaderHeaders (fixes #1143)
-
Juan Batiz-Benet authored
This patch update fixes various issues, in particular: - windows support (0.3.0 had broken it) - commandline parses spaces correctly. * much improved commandline parsing by @AtnNn * improved dockerfile by @luzifer * add cmd cleanup by @wking * fix flatfs windows support by @tv42 and @gatesvp * test case improvements by @chriscool * ipns resolution timeout bug fix by @whyrusleeping * new cluster tests with iptb by @whyrusleeping * fix log callstack printing bug by @whyrusleeping * document bash completiong by @dylanPowers
-
Jeromy authored
-
Henry authored
-
Henry authored
-
Jeromy authored
-
- 27 Apr, 2015 9 commits
-
-
Juan Batiz-Benet authored
Improve command line parsing
-
Juan Batiz-Benet authored
Improve Dockerfile
-
Etienne Laurin authored
-
Juan Batiz-Benet authored
core/commands/add: Change add() to only accept a single reader
-
Juan Batiz-Benet authored
Fix flatfs on Windows
-
Juan Batiz-Benet authored
refactored ipns records to point to paths
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-