1. 30 May, 2015 1 commit
  2. 29 May, 2015 1 commit
    • Henry's avatar
      godeps: update bazil.org/fuse · e9074beb
      Henry authored
      fuse: Attr() now has a Context parameter and error return value
      
      ~GOPATH/src/bazil.org/fuse:master$ git shortlog 48c34fb7780b88aca1696bf865508f6703aa47f1..e4fcc9a2c7567d1c42861deebeb483315d222262
      Tommi Virtanen (8):
            Remove dead code
            Make saveLookup take Context, return error
            Make serveNode.attr take Context, return error
            Make nodeAttr take Context, return error
            API change: Move attribute validity time inside Attr
            Set attribute validity default time in one place
            API change: Attr method takes Context, returns error
            Set LookupResponse validity times up front, instead of after the handler
      e9074beb
  3. 28 May, 2015 1 commit
  4. 20 May, 2015 1 commit
  5. 18 May, 2015 1 commit
  6. 13 May, 2015 1 commit
  7. 10 May, 2015 1 commit
  8. 07 May, 2015 1 commit
  9. 06 May, 2015 1 commit
  10. 05 May, 2015 1 commit
  11. 03 May, 2015 1 commit
  12. 01 May, 2015 2 commits
  13. 30 Apr, 2015 1 commit
  14. 29 Apr, 2015 1 commit
  15. 28 Apr, 2015 7 commits
  16. 27 Apr, 2015 1 commit
  17. 26 Apr, 2015 1 commit
  18. 23 Apr, 2015 3 commits
  19. 22 Apr, 2015 3 commits
  20. 20 Apr, 2015 4 commits
  21. 19 Apr, 2015 1 commit
  22. 15 Apr, 2015 1 commit
  23. 12 Apr, 2015 1 commit
  24. 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
  25. 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
  26. 31 Mar, 2015 1 commit