1. 07 Nov, 2014 1 commit
  2. 05 Nov, 2014 4 commits
  3. 03 Nov, 2014 1 commit
  4. 01 Nov, 2014 1 commit
  5. 28 Oct, 2014 3 commits
  6. 26 Oct, 2014 1 commit
  7. 25 Oct, 2014 3 commits
  8. 24 Oct, 2014 1 commit
  9. 21 Oct, 2014 1 commit
  10. 20 Oct, 2014 1 commit
  11. 18 Oct, 2014 3 commits
  12. 11 Oct, 2014 1 commit
  13. 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
  14. 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
  15. 06 Oct, 2014 1 commit
  16. 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
  17. 22 Sep, 2014 15 commits