- 28 Apr, 2015 1 commit
-
-
Jeromy authored
-
- 27 Apr, 2015 9 commits
-
-
Juan Batiz-Benet authored
Improve Dockerfile
-
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
-
Jeromy authored
-
Jeromy authored
Also changed the ipns dns resolution to use the "dnslink" format
-
- 26 Apr, 2015 5 commits
-
-
Jeromy Johnson authored
Fix iptb tests
-
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>
-
Tommi Virtanen authored
fixes #1108
-
Tommi Virtanen authored
-
- 25 Apr, 2015 3 commits
-
-
Juan Batiz-Benet authored
Mention correct key size in help for init
-
Etienne Laurin authored
-
Juan Batiz-Benet authored
Add timeout to ipns resolution at startup
-
- 24 Apr, 2015 1 commit
-
-
Jeromy authored
-
- 23 Apr, 2015 8 commits
-
-
Knut Ahlers authored
* 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
-
Juan Batiz-Benet authored
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.
-
W. Trevor King authored
Catch up with core/commands/add.go.
-
W. Trevor King authored
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.
-
Jeromy Johnson authored
add clone of 3node test using iptb instead of docker
-
Jeromy authored
rename directory and update vendored dep cleanup
-
Juan Batiz-Benet authored
fix log callstack for log messages
-
Jeromy authored
-
- 22 Apr, 2015 13 commits
-
-
Jeromy Johnson authored
Instructions for installing command completion
-
Dylan Powers authored
-
Dylan Powers authored
-
Dylan Powers authored
-
Dylan Powers authored
-
Dylan Powers authored
-
Jeromy authored
-
Jeromy Johnson authored
implement basic peer discovery using mdns
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-