| Commit message (Expand) | Author | Age | Files |
* | jsonrpc: add comments & remove debugging code | hozan23 | 2024-05-28 | 5 |
* | jsonrpc: move `SubscriptionID` to message.rs | hozan23 | 2024-05-28 | 6 |
* | jsonrpc: enable concurrent requests in `Client` | hozan23 | 2024-05-28 | 6 |
* | p2p: WIP rpc server implementation for the p2p monitor | hozan23 | 2024-05-27 | 4 |
* | p2p: rename connection.rs to conn_queue.rs | hozan23 | 2024-05-25 | 1 |
* | jsonrpc: remove subscriber field from Request & clean up | hozan23 | 2024-05-23 | 3 |
* | jsonrpc: spawn task when handle new request | hozan23 | 2024-05-23 | 11 |
* | jsonrpc: cargo fmt | hozan23 | 2024-05-22 | 1 |
* | jsonrpc: main example clean up | hozan23 | 2024-05-22 | 2 |
* | jsonrpc: support pubsub | hozan23 | 2024-05-22 | 18 |
* | jsonrpc: minor change in Cargo.toml | hozan23 | 2024-05-21 | 1 |
* | jsonrpc: minor cleanup to the main example | hozan23 | 2024-05-20 | 2 |
* | add metadata to Cargo.toml files | hozan23 | 2024-05-20 | 2 |
* | jsonrpc: add ws cargo features | hozan23 | 2024-05-20 | 5 |
* | use cargo features to enable/disable protocols for net crate | hozan23 | 2024-05-19 | 2 |
* | add tokio examples to p2p, jsonrpc, and net crates | hozan23 | 2024-05-19 | 4 |
* | jsonrpc: remove jsonrpc_internal crate | hozan23 | 2024-05-19 | 7 |
* | update READMEs | hozan23 | 2024-05-19 | 2 |
* | add support for tokio & improve net crate api | hozan23 | 2024-05-19 | 17 |
* | core: minor modification to TaskGroup api | hozan23 | 2024-03-21 | 1 |
* | core: add the option to create a new task group without providing an | hozan23 | 2024-03-20 | 2 |
* | update dependencies | hozan23 | 2024-03-13 | 1 |
* | jsonrpc: extend the example in the library | hozan23 | 2024-03-13 | 3 |
* | jsonrpc: Handle client connection failures & perform general cleanup | hozan23 | 2024-03-11 | 3 |
* | Ensure uniform usage of the name `karyon` across all files | hozan23 | 2023-12-02 | 10 |
* | net: Use ToConn and ToListener traits for objects that can be converted | hozan23 | 2023-11-30 | 6 |
* | net: rename `Listener` trait to `ConnListener` | hozan23 | 2023-11-30 | 1 |
* | jsonrpc: Enhance the API and add support for TCP, Unix, and TLS protocols. | hozan23 | 2023-11-30 | 6 |
* | implement TLS for inbound and outbound connections | hozan23 | 2023-11-28 | 3 |
* | update README.md | hozan23 | 2023-11-23 | 1 |
* | general clean ups for the docs | hozan23 | 2023-11-23 | 2 |
* | jsonrpc: switch to LF delimiter for reading json, replacing the dummy delimiter | hozan23 | 2023-11-21 | 4 |
* | jsonrpc/codec: rename `max_allowed_msg_size` to `max_allowed_buffer_size` | hozan23 | 2023-11-20 | 2 |
* | jsonrpc: add Codec struct for reading from and writing to the connection | hozan23 | 2023-11-20 | 8 |
* | jsonrpc: move RPCService to separate module | hozan23 | 2023-11-20 | 3 |
* | jsonrpc: minor changes to the README file | hozan | 2023-11-19 | 1 |
* | karyons p2p: add README.md | hozan23 | 2023-11-19 | 1 |
* | karyons jsonrpc implementation | hozan23 | 2023-11-19 | 11 |