1. 13 May, 2015 1 commit
  2. 10 May, 2015 1 commit
  3. 07 May, 2015 1 commit
  4. 06 May, 2015 1 commit
  5. 05 May, 2015 1 commit
  6. 03 May, 2015 1 commit
  7. 01 May, 2015 2 commits
  8. 30 Apr, 2015 1 commit
  9. 29 Apr, 2015 1 commit
  10. 28 Apr, 2015 7 commits
  11. 27 Apr, 2015 1 commit
  12. 26 Apr, 2015 1 commit
  13. 23 Apr, 2015 3 commits
  14. 22 Apr, 2015 3 commits
  15. 20 Apr, 2015 4 commits
  16. 19 Apr, 2015 1 commit
  17. 15 Apr, 2015 1 commit
  18. 12 Apr, 2015 1 commit
  19. 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
  20. 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
  21. 31 Mar, 2015 1 commit
  22. 23 Mar, 2015 1 commit
  23. 18 Mar, 2015 1 commit
  24. 04 Mar, 2015 1 commit
  25. 01 Mar, 2015 2 commits