| Commit message (Expand) | Author | Age | Files |
* | bump version to 0.1.3 | hozan23 | 2024-06-15 | 4 |
* | jsonrpc: separate the RPC errors from the library implementation errors | hozan23 | 2024-06-15 | 1 |
* | jsonrpc: client use unbounded channels as buffer for sending requests & clean... | hozan23 | 2024-06-14 | 1 |
* | p2p: WIP implement rpc server for the p2p monitor | hozan23 | 2024-06-14 | 5 |
* | bump version to 0.1.2 | hozan23 | 2024-06-13 | 2 |
* | jsonrpc: spread out comments and clean up | hozan23 | 2024-06-13 | 4 |
* | p2p: WIP rpc server implementation for the p2p monitor | hozan23 | 2024-05-27 | 8 |
* | p2p: wrap the buckets with mutex in RoutingTable | hozan23 | 2024-05-23 | 1 |
* | p2p: add peer pool logs and discovery logs to example/monitor.rs | hozan23 | 2024-05-23 | 1 |
* | p2p: add rpc server to monitor example | hozan23 | 2024-05-23 | 1 |
* | p2p: add enable_monitor field to Config | hozan23 | 2024-05-22 | 1 |
* | p2p: monitor system use core::EventSys instead of pubsub pattern | hozan23 | 2024-05-22 | 1 |
* | p2p: rexport keypair module from karyon_core | hozan23 | 2024-05-20 | 3 |
* | add tokio examples to p2p, jsonrpc, and net crates | hozan23 | 2024-05-19 | 5 |
* | add support for tokio & improve net crate api | hozan23 | 2024-05-19 | 4 |
* | core: add the option to create a new task group without providing an | hozan23 | 2024-03-20 | 1 |
* | Ensure uniform usage of the name `karyon` across all files | hozan23 | 2023-12-02 | 6 |
* | core: Move `key_pair` to the `crypto` module and make it a Cargo feature. | hozan23 | 2023-11-29 | 3 |
* | p2p/protocol: improve the Protocol API | hozan23 | 2023-11-29 | 1 |
* | implement TLS for inbound and outbound connections | hozan23 | 2023-11-28 | 4 |
* | improve the TaskGroup API | hozan23 | 2023-11-15 | 4 |
* | rename crates | hozan23 | 2023-11-09 | 5 |