1. 02 Feb, 2015 4 commits
  2. 31 Jan, 2015 1 commit
    • Juan Batiz-Benet's avatar
      p2p/net: notify on listens · 2027fbe0
      Juan Batiz-Benet authored
      Network now signals when it successfully listens on some address
      or when an address shuts down. This will be used to establish and
      close nat port mappings. It could also be used to notify peers
      of address changes.
      2027fbe0
  3. 30 Jan, 2015 5 commits
  4. 29 Jan, 2015 4 commits
  5. 24 Jan, 2015 4 commits
  6. 22 Jan, 2015 5 commits
  7. 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
  8. 18 Jan, 2015 7 commits
  9. 16 Jan, 2015 1 commit
  10. 15 Jan, 2015 2 commits
  11. 11 Jan, 2015 1 commit
  12. 05 Jan, 2015 4 commits