1. 18 Nov, 2014 1 commit
  2. 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
  3. 16 Nov, 2014 8 commits
  4. 15 Nov, 2014 4 commits
  5. 14 Nov, 2014 26 commits