1. 20 May, 2015 1 commit
  2. 18 May, 2015 1 commit
  3. 13 May, 2015 1 commit
  4. 10 May, 2015 1 commit
  5. 07 May, 2015 1 commit
  6. 06 May, 2015 1 commit
  7. 05 May, 2015 1 commit
  8. 03 May, 2015 1 commit
  9. 01 May, 2015 2 commits
  10. 30 Apr, 2015 1 commit
  11. 29 Apr, 2015 1 commit
  12. 28 Apr, 2015 7 commits
  13. 27 Apr, 2015 1 commit
  14. 26 Apr, 2015 1 commit
  15. 23 Apr, 2015 3 commits
  16. 22 Apr, 2015 3 commits
  17. 20 Apr, 2015 4 commits
  18. 19 Apr, 2015 1 commit
  19. 15 Apr, 2015 1 commit
  20. 12 Apr, 2015 1 commit
  21. 07 Apr, 2015 1 commit
    • Kristoffer Ström's avatar
      Make bloom filters simpler · 3d8e96a2
      Kristoffer Ström authored
      These did not work before, and had some unnecessary complexity.
      
      Now the filters use only one hashing function, no bignum arithmetic, and gets the additional bit positions by repeatedly hashing the result of prior hash.
      
      Since we're not concerned about crypto hashing here, this should be a win.
      
      External interfaces unchanged.
      3d8e96a2
  22. 01 Apr, 2015 1 commit
    • Jeromy's avatar
      bandwidth metering on streams · 2c8cb9fc
      Jeromy authored
      humanize bandwidth output
      
      instrument conn.Conn for bandwidth metrics
      
      add poll command for continuous bandwidth reporting
      
      move bandwidth tracking onto multiaddr net connections
      
      another mild refactor of recording locations
      
      address concerns from PR
      
      lower mock nodes in race test due to increased goroutines per connection
      2c8cb9fc
  23. 31 Mar, 2015 1 commit
  24. 23 Mar, 2015 2 commits
  25. 18 Mar, 2015 1 commit