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