- 05 Apr, 2019 1 commit
-
-
hannahhoward authored
Make sure rebroadcast timer doesn't get reset if it's nil
-
- 04 Apr, 2019 1 commit
-
-
hannahhoward authored
Provide a failsafe to losing wants on other end by rebroadcasting a wantlist every thirty seconds fix #99, fix #65
-
- 12 Mar, 2019 1 commit
-
-
hannahhoward authored
Remove code that should have been cleaned up in last message queue fix
-
- 04 Mar, 2019 1 commit
-
-
hannahhoward authored
Revert to the old go-routine architecture for the messagequeue, which I believe is still compatible w/ wantlist w/o mutex fix #92
-
- 21 Feb, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 20 Feb, 2019 6 commits
-
-
hannahhoward authored
Seperate want list into differentiated types - session tracking and regular fix #13
-
hannahhoward authored
Move refcnt tracking from the messagequeue to the peermanager, where it's relevant
-
hannahhoward authored
repace get/set with getOrCreate to keep operations atomic
-
hannahhoward authored
Breakup Startup function so that wantlists are not sent with each call to SendMessage
-
hannahhoward authored
If wantlist changes are present, send them immediately on startup, rather than as a seperate message
-
hannahhoward authored
Limit retrying sending of a message even when a successful reconnect occurs
-
- 11 Dec, 2018 3 commits
-
-
-
hannahhoward authored
-
hannahhoward authored
-
- 04 Dec, 2018 1 commit
-
-
hannahhoward authored
Extract session manager from bitswap Extract session manager & want manager to package Move want manager message queue to seperate file Move Message Queue to subpackage Respond to PR Comments
-