1. 22 Jan, 2015 3 commits
  2. 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
  3. 18 Jan, 2015 7 commits
  4. 16 Jan, 2015 1 commit
  5. 15 Jan, 2015 2 commits
  6. 11 Jan, 2015 1 commit
  7. 05 Jan, 2015 10 commits
  8. 02 Jan, 2015 3 commits
    • Juan Batiz-Benet's avatar
      swap net2 -> net · 4637c322
      Juan Batiz-Benet authored
      4637c322
    • Juan Batiz-Benet's avatar
      net -> p2p/net · 442eb2c9
      Juan Batiz-Benet authored
      The net package is the next to move. It will be massaged
      a bit still to fix the Network / "NetworkBackend" conflict.
      442eb2c9
    • 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
  9. 24 Dec, 2014 11 commits