1. 23 Jun, 2015 1 commit
  2. 15 Jun, 2015 1 commit
  3. 26 May, 2015 1 commit
  4. 10 May, 2015 1 commit
  5. 28 Apr, 2015 1 commit
    • Juan Batiz-Benet's avatar
      0.3.3 version · 931a2db8
      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
      931a2db8
  6. 22 Apr, 2015 2 commits
  7. 21 Apr, 2015 1 commit
    • Juan Batiz-Benet's avatar
      version bump to 0.3.1 · b1adeef8
      Juan Batiz-Benet authored
      This patch update fixes a few bugs:
      
      * harden shutdown logic by @torarnv
      * daemon locking fixes by @travisperson
      * don't re-add entire dirs by @whyrusleeping
      * tests now wait for graceful shutdown by @jbenet
      * default key size is now 2048 by @jbenet
      
      (experimenting with using semver)
      b1adeef8
  8. 20 Apr, 2015 3 commits
    • Juan Batiz-Benet's avatar
      version bump to 0.3.0 · b948bd65
      Juan Batiz-Benet authored
      This commit includes a poor attempt at a changelog.
      b948bd65
    • Christian Couder's avatar
      config: change default config dir name to .ipfs · 96a22c5b
      Christian Couder authored
      This changes .go-ipfs to .ipfs everywhere.
      And by the way this defines a DefaultPathName const
      for this name.
      
      License: MIT
      Signed-off-by: default avatarChristian Couder <chriscool@tuxfamily.org>
      96a22c5b
    • Juan Batiz-Benet's avatar
      remove debugerrors · 140cd1fd
      Juan Batiz-Benet authored
      We now consider debugerrors harmful: we've run into cases where
      debugerror.Wrap() hid valuable error information (err == io.EOF?).
      I've removed them from the main code, but left them in some tests.
      Go errors are lacking, but unfortunately, this isn't the solution.
      
      It is possible that debugerros.New or debugerrors.Errorf should
      remain still (i.e. only remove debugerrors.Wrap) but we don't use
      these errors often enough to keep.
      140cd1fd
  9. 02 Apr, 2015 1 commit
  10. 31 Mar, 2015 1 commit
  11. 27 Feb, 2015 2 commits
  12. 21 Feb, 2015 1 commit
  13. 20 Feb, 2015 1 commit
  14. 15 Feb, 2015 8 commits
  15. 05 Feb, 2015 1 commit
  16. 04 Feb, 2015 2 commits
  17. 03 Feb, 2015 3 commits
  18. 01 Feb, 2015 1 commit
    • Juan Batiz-Benet's avatar
      bootstrap: use ipfsaddr for boostrap peers · 29bf59dd
      Juan Batiz-Benet authored
       this commit makes your current configs unusable, as the
      default bootstrap peers. You may need to edit your config.
      
      Go from:
      
      ```js
      Bootstrap: [
        {
          "Address": "/ip4/104.131.131.82/tcp/4001",
          "PeerID": "QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ"
        }
      ]
      ```
      
      To:
      ```js
      Bootstrap: [
        "/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ"
      ]
      ```
      29bf59dd
  19. 31 Jan, 2015 2 commits
  20. 29 Jan, 2015 2 commits
  21. 28 Jan, 2015 1 commit
  22. 27 Jan, 2015 1 commit
  23. 24 Jan, 2015 1 commit
  24. 22 Jan, 2015 1 commit