- 11 Nov, 2020 3 commits
-
-
hannahhoward authored
-
Hannah Howard authored
-
Hannah Howard authored
docs(CHANGELOG): update for 0.4.2
-
- 06 Nov, 2020 1 commit
-
-
Hannah Howard authored
reduce copies of temporary buffers in message write and unverified block store
-
- 29 Oct, 2020 3 commits
-
-
hannahhoward authored
-
Hannah Howard authored
add check if publisher is shutdown to Close method
-
Hannah Howard authored
docs(CHANGELOG): update for v0.4.1
-
- 27 Oct, 2020 6 commits
-
-
hannahhoward authored
-
hannahhoward authored
remove peer from peer status list when deallocing peer memory
-
hannahhoward authored
-
Hannah Howard authored
docs(CHANGELOG): update for 0.3.1
-
Hannah Howard authored
* feat(deps): update ipld-prime to master Update ipld-prime to master with serialization fixes * feat(deps): update to tagged go-ipld-prime-proto
-
Hannah Howard authored
* test(benchmarks): add large file tests add tests of large file processing to benchmarks * feat(allocator): add allocator for memory backpressure add an allocator that manages global memory allocations on responder and blocks peerresponsesenders as needed * feat(allocator): add method to release all peer memory * feat(allocator): refactor w/ mutex refactor allocator to remove go routine and address a few PR comments * Update responsemanager/allocator/allocator.go Co-authored-by: Steven Allen <steven@stebalien.com> * fix(impl): update constants in readable form Co-authored-by: Steven Allen <steven@stebalien.com>
-
- 26 Oct, 2020 1 commit
-
-
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
-
- 20 Oct, 2020 1 commit
-
-
hannahhoward authored
-
- 16 Oct, 2020 1 commit
-
-
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
-
- 14 Oct, 2020 3 commits
-
-
Hannah Howard authored
feat(CHANGELOG): update for 0.3.0
-
hannahhoward authored
update for 0.3.0 + style fixes
-
Hannah Howard authored
docs(CHANGELOG): update for 0.2.1
-
- 13 Oct, 2020 1 commit
-
-
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.
-
- 12 Oct, 2020 1 commit
-
-
Hannah Howard authored
-
- 24 Sep, 2020 3 commits
-
-
hannahhoward authored
-
Hannah Howard authored
Release/0.2.0
-
Hannah Howard authored
-
- 23 Sep, 2020 4 commits
-
-
hannahhoward authored
-
hannahhoward authored
-
Hannah Howard authored
Do not reconstruct a complicated selector on each call to selector validate
-
Eric Myhre authored
* Update go-ipld-prime@v0.5.0 Simultaneously updates go-ipld-prime-proto, which also has changes to match that version of go-ipld-prime. * feat(deps): update ipld-prime near master update to lastest needed sha for filecoin, reinstitute generated node tests * feat(deps): update go-ipld-prime-prot Co-authored-by: hannahhoward <hannah@hannahhoward.net>
-
- 22 Sep, 2020 1 commit
-
-
Hannah Howard authored
Use cbor-gen encoding for speed bump on metadata
-
- 17 Sep, 2020 2 commits
-
-
Hannah Howard authored
Release/v0.1.2
-
Aarsh Shah authored
* request context cancelled error
-
- 10 Sep, 2020 1 commit
-
-
Hannah Howard authored
-
- 29 Aug, 2020 1 commit
-
-
hannahhoward authored
remove potential send on close channel -- only happens when context closes anyway
-
- 28 Aug, 2020 2 commits
-
-
hannahhoward authored
Update changelog for v0.1.2 release, also fix imports
-
Hannah Howard authored
* feat(benchmarks): initial benchmark infrastructure * fix(cidlink): mem allocations around link loading * fix(deps): update to latest deps use latest go-ipld-prime & go-ipld-prime-proto fixes * fix(deps): remove unused badger code
-
- 13 Aug, 2020 4 commits
-
-
Hannah Howard authored
docs(CHANGELOG): update for v0.1.1
-
hannahhoward authored
-
Hannah Howard authored
docs(CHANGELOG): update for v0.1.0 release
-
Hannah Howard authored
* feat(responsemanager): dedup-by-key extension add deduping requests by a given key to the response manager * feat(requestmanager): use dedup extension use dedup extension to not dedup data across stores
-
- 04 Aug, 2020 1 commit
-
-
hannahhoward authored
-