1. 15 Nov, 2014 3 commits
  2. 09 Nov, 2014 2 commits
  3. 05 Nov, 2014 1 commit
  4. 04 Nov, 2014 1 commit
  5. 02 Nov, 2014 1 commit
  6. 01 Nov, 2014 2 commits
  7. 31 Oct, 2014 1 commit
  8. 25 Oct, 2014 1 commit
  9. 22 Oct, 2014 3 commits
  10. 21 Oct, 2014 2 commits
  11. 15 Oct, 2014 1 commit
  12. 11 Oct, 2014 2 commits
  13. 10 Oct, 2014 2 commits
  14. 08 Oct, 2014 1 commit
  15. 06 Oct, 2014 1 commit
  16. 05 Oct, 2014 1 commit
  17. 03 Oct, 2014 1 commit
  18. 01 Oct, 2014 1 commit
  19. 30 Sep, 2014 2 commits
  20. 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
  21. 13 Sep, 2014 2 commits
  22. 11 Sep, 2014 1 commit
  23. 10 Sep, 2014 1 commit
    • Brian Tiger Chow's avatar
      vendor dependencies with godep · 7968b45e
      Brian Tiger Chow authored
      dependencies are vendored into Godeps/_workspace and commit versions are
      recorded in Godeps.json
      
      update datastore to e89f0511
      update go.crypto
      7968b45e