1. 01 5月, 2015 1 次提交
  2. 28 4月, 2015 12 次提交
  3. 27 4月, 2015 11 次提交
  4. 26 4月, 2015 5 次提交
  5. 25 4月, 2015 3 次提交
  6. 24 4月, 2015 1 次提交
  7. 23 4月, 2015 7 次提交
    • Improve Dockerfile · 3534b039
      * 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 提交于
    • godep: vendor correctly. · 1d5f68cd
      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 提交于
    • core/coreunixs/add: Change add() to only accept a single reader · 641c20b9
      Catch up with core/commands/add.go.
      W. Trevor King 提交于
    • core/commands/add: Change add() to only accept a single reader · c322a4eb
      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 提交于
    • Merge pull request #1114 from ipfs/test/3node-sharness · 83ca0154
      add clone of 3node test using iptb instead of docker
      Jeromy Johnson 提交于
    • add clone of 3node test using iptb instead of docker · 89ff6dfd
      rename directory and update vendored dep
      
      cleanup
      Jeromy 提交于
    • Merge pull request #1124 from ipfs/fix/logging-stack · 0c4da2d5
      fix log callstack for log messages
      Juan Batiz-Benet 提交于