1. 20 Feb, 2015 1 commit
  2. 19 Feb, 2015 1 commit
  3. 12 Feb, 2015 1 commit
  4. 03 Feb, 2015 1 commit
  5. 02 Feb, 2015 6 commits
  6. 30 Jan, 2015 4 commits
  7. 24 Jan, 2015 4 commits
  8. 22 Jan, 2015 4 commits
  9. 19 Jan, 2015 2 commits
    • Brian Tiger Chow's avatar
      fix: return pointer · 02c7adcf
      Brian Tiger Chow authored
      @whyrusleeping
      02c7adcf
    • Brian Tiger Chow's avatar
      fix(bitswap.decision.Engine) enqueue only the freshest messages · e82011a8
      Brian Tiger Chow authored
      Before, the engine worker would pop a task and block on send to the
      bitswap worker even if the bitswap worker wasn't to receive. Since the
      task could have been invalidated during this blocking send, a small
      number of stale (already acquired) blocks would be send to partners.
      
      Now, tasks are only popped off of the queue when bitswap is ready to
      send them over the wire. This is accomplished by removing the
      outboxChanBuffer and implementing a two-phase communication sequence.
      e82011a8
  10. 18 Jan, 2015 2 commits
  11. 15 Jan, 2015 2 commits
  12. 11 Jan, 2015 1 commit
  13. 05 Jan, 2015 5 commits
  14. 02 Jan, 2015 1 commit
    • Juan Batiz-Benet's avatar
      introducing p2p pkg · 0636625d
      Juan Batiz-Benet authored
      I think it's time to move a lot of the peer-to-peer networking
      but-not-ipfs-specific things into its own package: p2p.
      This could in the future be split off into its own library.
      The first thing to go is the peer.
      0636625d
  15. 24 Dec, 2014 1 commit
  16. 23 Dec, 2014 4 commits