1. 13 Jan, 2015 1 commit
  2. 13 Dec, 2014 1 commit
  3. 18 Nov, 2014 3 commits
  4. 17 Nov, 2014 1 commit
    • Brian Tiger Chow's avatar
      fix(core) tear-down leveldb · f26388e0
      Brian Tiger Chow authored
      @jbenet @whyrusleeping @mappum
      
      If we permit initialization in `ipfs daemon`, then we must ensure that
      the node instantiated in `ipfs init` (to create the welcome file) shuts
      down and releases resources.
      
      Kept running into "resource temporarily unavailable". Discovered that it
      was our cousins Jeff and Sanjay over at LevelDB Ave.
      
      go-datastore doesn't expose Close() so I extended the TsDs interface and
      submitted a patch.
      
      License: MIT
      Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
      Signed-off-by: default avatarBrian Tiger Chow <brian.holderchow@gmail.com>
      f26388e0
  5. 30 Oct, 2014 1 commit
  6. 21 Oct, 2014 2 commits
  7. 08 Oct, 2014 1 commit
  8. 03 Oct, 2014 1 commit
  9. 12 Sep, 2014 1 commit
  10. 10 Sep, 2014 1 commit
    • Brian Tiger Chow's avatar
      vendor dependencies with godep · 7968b45e
      Brian Tiger Chow authored
      dependencies are vendored into Godeps/_workspace and commit versions are
      recorded in Godeps.json
      
      update datastore to e89f0511
      update go.crypto
      7968b45e
  11. 05 Jul, 2014 2 commits