summaryrefslogtreecommitdiffstats
path: root/src/router/workers.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wake workers when submitting workMathias Hall-Andersen2019-09-021-106/+127
|
* Reconsider inorder queueingMathias Hall-Andersen2019-09-021-2/+6
|
* Outbound cryptkey routingMathias Hall-Andersen2019-09-011-13/+18
|
* Added Bind trait to routerMathias Hall-Andersen2019-08-311-12/+12
|
* Reduce number of type parameters in routerMathias Hall-Andersen2019-08-311-14/+16
| | | | | Merge multiple related type parameters into trait, allowing for easier refactoring and better maintainability.
* Join with worker threads on device dropMathias Hall-Andersen2019-08-281-2/+1
|
* Renamed confirmed -> initator on keypairMathias Hall-Andersen2019-08-281-0/+2
| | | | | Done to reflect that the property is immutable, unlike the "confirmed" field on the decryption state.
* Start worker threads for deviceMathias Hall-Andersen2019-08-281-14/+12
|
* Add confirm_key stubMathias Hall-Andersen2019-08-271-6/+6
|
* Work on inbound/outbound consume codeMathias Hall-Andersen2019-08-271-8/+67
|
* Added sealing/opening to the router workerMathias Hall-Andersen2019-08-271-18/+52
|
* Unbox callback closuresMathias Hall-Andersen2019-08-271-9/+9
| | | | | Accepted the more verbose type signatures and added a callback to request new key-material.
* Work on callback structure for cryptkey routerMathias Hall-Andersen2019-08-261-8/+10
|
* Initial version of timer frameworkMathias Hall-Andersen2019-08-221-1/+1
|
* Ensure peer threads are stopped on dropMathias Hall-Andersen2019-08-201-49/+72
|
* Restructure and job stealing work queueMathias Hall-Andersen2019-08-201-0/+153