1. 20 Nov, 2014 1 commit
    • Juan Batiz-Benet's avatar
      updated multiaddr + multiaddr-net · 43452fde
      Juan Batiz-Benet authored
      I broke out multiaddr/net to its own package so
      that multiaddr parsing could remain lean. multiaddr-net
      will vendor special implementations of protocols (like utp)
      43452fde
  2. 17 Nov, 2014 2 commits
  3. 16 Nov, 2014 5 commits
  4. 15 Nov, 2014 3 commits
  5. 09 Nov, 2014 2 commits
  6. 05 Nov, 2014 1 commit
  7. 04 Nov, 2014 1 commit
  8. 02 Nov, 2014 1 commit
  9. 01 Nov, 2014 2 commits
  10. 31 Oct, 2014 1 commit
  11. 25 Oct, 2014 1 commit
  12. 22 Oct, 2014 3 commits
  13. 21 Oct, 2014 2 commits
  14. 15 Oct, 2014 1 commit
  15. 11 Oct, 2014 2 commits
  16. 10 Oct, 2014 2 commits
  17. 08 Oct, 2014 1 commit
  18. 06 Oct, 2014 1 commit
  19. 05 Oct, 2014 1 commit
  20. 03 Oct, 2014 1 commit
  21. 01 Oct, 2014 1 commit
  22. 30 Sep, 2014 2 commits
  23. 22 Sep, 2014 3 commits
    • Juan Batiz-Benet's avatar
      godep multiaddr update · 34a0580e
      Juan Batiz-Benet authored
      34a0580e
    • Brian Tiger Chow's avatar
      refactor(bitswap) leverage third-party pubsub lib · 455c6582
      Brian Tiger Chow authored
      use a third-party pubsub library for internal communications
      
      Insights:
      * Within bitswap, the actors don't need anything more than simple pubsub
      behavior. Wrapping and unwrapping messages proves unneccessary.
      
      Changes:
      * Simplifies the interface for both actors calling GetBlock and actors
      receiving blocks on the network
      * Leverages a well-tested third-party pubsub library
      
      Design Goals:
      * reduce complexity
      * extract implementation details (wrapping and unwrapping data, etc)
      from bitswap and let bitswap focus on composition of core algorithms
      operations
      455c6582
    • Juan Batiz-Benet's avatar
      Godeps: use in net + new multiaddr · 035d600f
      Juan Batiz-Benet authored
      035d600f