1. 11 Oct, 2014 1 commit
  2. 09 Oct, 2014 1 commit
    • Juan Batiz-Benet's avatar
      u.DOut -> log.Debug · 866f2538
      Juan Batiz-Benet authored
      and other logging switches. I kept the u.PErr and u.POut in cli
      commands, as those do need to write raw output directly.
      866f2538
  3. 08 Oct, 2014 1 commit
    • Juan Batiz-Benet's avatar
      bugfix: use consistent interface · 23c3ca51
      Juan Batiz-Benet authored
      We'll want a `type blocks.Block interface {}` later, but
      for now, make sure Blockstore uses ptrs for both Get and Put.
      
      + fix NewBlock output compile error
      23c3ca51
  4. 06 Oct, 2014 1 commit
  5. 25 Sep, 2014 1 commit
    • Brian Tiger Chow's avatar
      feat(bitswap:network) propagate errors up the stack · 7b1cda70
      Brian Tiger Chow authored
      Rather than pushing errors back down to lower layers, propagate the
      errors upward.
      
      This commit adds a `ReceiveError` method to BitSwap's network receiver.
      
      Still TODO: rm the error return value from:
      
          net.service.handler.HandleMessage
      
      This is inspired by delegation patterns in found in the wild.
      7b1cda70
  6. 22 Sep, 2014 32 commits