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. 28 Apr, 2015 7 commits
  9. 27 Apr, 2015 1 commit
  10. 26 Apr, 2015 1 commit
  11. 23 Apr, 2015 3 commits
  12. 22 Apr, 2015 3 commits
  13. 20 Apr, 2015 4 commits
  14. 19 Apr, 2015 1 commit
  15. 15 Apr, 2015 1 commit
  16. 12 Apr, 2015 1 commit
  17. 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
  18. 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
  19. 31 Mar, 2015 1 commit
  20. 23 Mar, 2015 1 commit
  21. 18 Mar, 2015 1 commit
  22. 04 Mar, 2015 1 commit
  23. 01 Mar, 2015 1 commit
  24. 28 Feb, 2015 2 commits
  25. 27 Feb, 2015 1 commit