1. 21 Jan, 2021 1 commit
    • Hannah Howard's avatar
      Fix bugs identified in integration with go-data-transfer (#143) · 2d101fff
      Hannah Howard authored
      * fix(allocator): don't let allocs dip below zero
      
      * refactor(allocator): move to top level
      
      move allocator to top level dir since it's used only in messagequeue now
      
      * fix(responsemanager): cleanup requests after network error
      
      * fix(messagequeue): release memory synchronously
      
      refactor messagequeue so that memory is released synchronously as soon as a message is sent or
      errors
      
      * refactor(allocator): respond to PR comments
      
      clarify intent via addressing comments on PR
      2d101fff
  2. 19 Jan, 2021 1 commit
  3. 23 Dec, 2020 1 commit
    • Alex Cruikshank's avatar
      Response Assembler Refactor (#138) · 319ab7e6
      Alex Cruikshank authored
      * WIP
      
      * WIP
      
      * network tests passing
      
      * fix peermanager test
      
      * requestmanager passes
      
      * responsemanager test passing
      
      * peerresponsebuilder test passing
      
      * network and messagequeue tests are passing
      
      * fix imports
      
      * refactor(responsemanager): test cleanup
      
      cleanup response manager test and continue cleaning up names
      
      * refactor(graphsync): add more code documentation
      
      * refactor(responsemanager): finish rename cleanup
      
      remove references to old peerresponsemanager, peerresponsesender
      
      * fix(messagequeue): don't miss queued messages
      
      move large blocks test to message queue where it belongs, make sure we properly handle queued
      messages
      
      * Apply suggestions from code review
      Co-authored-by: default avatarAlex Cruikshank <169613+acruikshank@users.noreply.github.com>
      
      * refactor(responseassembler): rename transaction builder
      
      rename transaction builder to response builder
      Co-authored-by: default avatarhannahhoward <hannah@hannahhoward.net>
      Co-authored-by: default avataracruikshank <acruikshank@example.com>
      319ab7e6
  4. 22 Dec, 2020 2 commits
  5. 17 Dec, 2020 2 commits
  6. 11 Dec, 2020 3 commits
  7. 10 Dec, 2020 1 commit
  8. 25 Nov, 2020 2 commits
  9. 12 Nov, 2020 4 commits
  10. 11 Nov, 2020 4 commits
  11. 06 Nov, 2020 1 commit
  12. 29 Oct, 2020 3 commits
  13. 27 Oct, 2020 6 commits
  14. 26 Oct, 2020 1 commit
    • Hannah Howard's avatar
      Shutdown notifications go routines (#109) · ea899f5d
      Hannah Howard authored
      * test(benchmarks): add benchmark for go routine leak
      
      * fix(notifications): shutdown notification queues
      
      make sure all notification publishers are actually shut down, and don't start them automatically
      ea899f5d
  15. 20 Oct, 2020 1 commit
  16. 16 Oct, 2020 1 commit
    • Hannah Howard's avatar
      Switch to google protobuf generator (#105) · 536970d8
      Hannah Howard authored
      * feat(message): switch to google protobuf
      
      after tracking down an error in Unmarshal code generate by gogoprotobuf, and verifying this is a
      bug in the library, which appears unmaintained, try switching to google's own golang protobuf tools
      
      * fix(message): upgrade msgio
      
      resolve bad message strings
      
      * feat(message): initialize empty extensions
      
      Initialize extensions to map if nil
      536970d8
  17. 14 Oct, 2020 3 commits
  18. 13 Oct, 2020 1 commit
    • Hannah Howard's avatar
      Track actual network operations in a response (#102) · dd6fa459
      Hannah Howard authored
      * feat(notifications): build notifications architecture
      
      build an architecture via which we can pass on notifications
      
      * feat(peerresponsesender): add notifications
      
      pass notifications on from peer response sender based on message queue notifications
      
      * feat(responsemanager): handle network errors
      
      Pass on network errors through the response manager, pass block sent errors as well
      
      * fix(notifications): send unique notifications by peer
      
      * feat(responsemanager): subscriber per request
      
      * Revert "fix(notifications): send unique notifications by peer"
      
      This reverts commit 7bf368a05d14229b7523cb25068681d9c7e48246.
      dd6fa459
  19. 12 Oct, 2020 1 commit
  20. 24 Sep, 2020 1 commit