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