1. 30 Jan, 2015 5 commits
  2. 29 Jan, 2015 4 commits
  3. 24 Jan, 2015 4 commits
  4. 22 Jan, 2015 5 commits
  5. 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
  6. 18 Jan, 2015 7 commits
  7. 16 Jan, 2015 1 commit
  8. 15 Jan, 2015 2 commits
  9. 11 Jan, 2015 1 commit
  10. 05 Jan, 2015 9 commits