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