aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFiles
* core: use mutex from parking_lot libraryhozan232024-05-232
* p2p: add peer pool logs and discovery logs to example/monitor.rshozan232024-05-231
* jsonrpc: spawn task when handle new requesthozan232024-05-231
* p2p: monitor system use core::EventSys instead of pubsub patternhozan232024-05-221
* add support for tokio & improve net crate apihozan232024-05-1922
* core: cargo clippy fix & clean up commentshozan232024-03-222
* core: minor modification to TaskGroup apihozan232024-03-211
* core: add the option to create a new task group without providing anhozan232024-03-204
* core: use clone_from instead of dereferencing the wakerhozan232024-03-111
* Ensure uniform usage of the name `karyon` across all fileshozan232023-12-0210
* p2p/tls_config: add a small testhozan232023-11-291
* core: Move `key_pair` to the `crypto` module and make it a Cargo feature.hozan232023-11-294
* implement TLS for inbound and outbound connectionshozan232023-11-2816
* update README.mdhozan232023-11-231
* general clean ups for the docshozan232023-11-233
* clean up error module and use `transparent` attributehozan232023-11-181
* improve the TaskGroup APIhozan232023-11-153
* core: enhance the CondWait test coveragehozan232023-11-121
* rename crateshozan232023-11-0915