aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFiles
* net: improve Conn APIhozan232023-11-197
|
* github/workflows: remove `--all` flaghozan232023-11-181
|
* clean up error module and use `transparent` attributehozan232023-11-183
|
* p2p/peer_pool: minor changehozan232023-11-171
|
* p2p: avoid doing too much locking and unlocking for the routing table mutexhozan232023-11-172
|
* Remove matrix link from README.mdhozan2023-11-171
|
* Update discord linkhozan2023-11-171
|
* Update README.mdhozan2023-11-161
|
* improve the TaskGroup APIhozan232023-11-1523
| | | | | | | | | | | the TaskGroup now holds an Executor instead of passing it when calling its spawn method also, define a global executor `Executor<'static>` and use static lifetime instead of a lifetime placeholder This improvement simplify the code for spawning a new task. There is no need to pass the executor around.
* p2p/message: minor change to get_msg_payload macrohozan232023-11-131
|
* core: enhance the CondWait test coveragehozan232023-11-121
|
* p2p: remove net directoryhozan232023-11-1211
|
* p2p: use VecDeque for connection queuehozan232023-11-101
|
* fix a broken link in READMEhozan2023-11-091
|
* delete unused dependencies from net cratehozan232023-11-092
|
* rename crateshozan232023-11-0960
|
* karyons_p2p/examples: disable panes synchronisation when running peers in tmuxhozan232023-11-081
|
* Update README.mdhozan2023-11-081
|
* Create LICENSEhozan2023-11-081
|
* first commithozan232023-11-0863