- 28 4月, 2015 12 次提交
-
-
blocks: Don't re-Put blocks we already have
由 Juan Batiz-Benet 提交于 -
由 Tommi Virtanen 提交于
-
由 Tommi Virtanen 提交于
-
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
由 Tommi Virtanen 提交于 -
core/commands: pin ls: display types by default
由 Juan Batiz-Benet 提交于 -
If you want to get only the hashes (i.e. the previous behaviour), you can use the `--quiet` flag.
由 Vitor Baptista 提交于 -
let wantlist command show other peers wantlists
由 Juan Batiz-Benet 提交于 -
only warn about io.EOF from mux.ReaderHeaders (fixes #1143)
由 Juan Batiz-Benet 提交于 -
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
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
由 Henry 提交于
-
由 Henry 提交于
-
- 27 4月, 2015 11 次提交
-
-
Improve command line parsing
由 Juan Batiz-Benet 提交于 -
Improve Dockerfile
由 Juan Batiz-Benet 提交于 -
由 Etienne Laurin 提交于
-
core/commands/add: Change add() to only accept a single reader
由 Juan Batiz-Benet 提交于 -
Fix flatfs on Windows
由 Juan Batiz-Benet 提交于 -
refactored ipns records to point to paths
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
Also changed the ipns dns resolution to use the "dnslink" format
由 Jeromy 提交于
-
- 26 4月, 2015 5 次提交
-
-
Fix iptb tests
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
fixes #1108
由 Tommi Virtanen 提交于 -
由 Tommi Virtanen 提交于
-
- 25 4月, 2015 3 次提交
-
-
Mention correct key size in help for init
由 Juan Batiz-Benet 提交于 -
由 Etienne Laurin 提交于
-
Add timeout to ipns resolution at startup
由 Juan Batiz-Benet 提交于
-
- 24 4月, 2015 1 次提交
-
-
由 Jeromy 提交于
-
- 23 4月, 2015 8 次提交
-
-
* Added VOLUME to enable users to keep a state of the repo outside the container * Added ipfs user to let ipfs run as a normal user and not as root * Set IPFS_PATH to push IPFS to use the exposed dir * Improved start script to be more verbose about errors
由 Knut Ahlers 提交于 -
I'm so sick of this absolute crap. It goes wrong all the time. I want to get off godeps soon. But for now, let's **please** setup a test on travis that exercises all sorts of godep things to avoid merging anything that will break. Maybe we can fail the build if any library is NOT vendored.
由 Juan Batiz-Benet 提交于 -
Catch up with core/commands/add.go.
由 W. Trevor King 提交于 -
The change to an array of readers comes from e096060b (refactor(core/commands2/add) split loop, 2014-11-06), where it's used to setup readers for each path in the argument list. However, since 6faeee83 (cmds2/add: temp fix for -r. horrible hack, 2014-11-11) the argument looping moved outside of add() and into Run(), so we can drop the multiple-reader support from add(). Adding a file can create multiple nodes (e.g. the splitter can chunk the file into several blocks), but: 1. we were only appending a single node per reader to our returned list, and 2. we are only using the final node in that returned list, so this commit also adjusts add() to return a single node reference instead on an array of nodes.
由 W. Trevor King 提交于 -
add clone of 3node test using iptb instead of docker
由 Jeromy Johnson 提交于 -
rename directory and update vendored dep cleanup
由 Jeromy 提交于 -
fix log callstack for log messages
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-