aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/src
Commit message (Collapse)AuthorAgeFiles
* Ensure uniform usage of the name `karyon` across all fileshozan232023-12-026
|
* net: Use ToConn and ToListener traits for objects that can be convertedhozan232023-11-303
| | | | to Conn and Listener.
* net: rename `Listener` trait to `ConnListener`hozan232023-11-301
|
* jsonrpc: Enhance the API and add support for TCP, Unix, and TLS protocols.hozan232023-11-303
|
* implement TLS for inbound and outbound connectionshozan232023-11-283
|
* update README.mdhozan232023-11-231
|
* general clean ups for the docshozan232023-11-232
|
* jsonrpc: switch to LF delimiter for reading json, replacing the dummy delimiterhozan232023-11-213
|
* jsonrpc/codec: rename `max_allowed_msg_size` to `max_allowed_buffer_size`hozan232023-11-202
|
* jsonrpc: add Codec struct for reading from and writing to the connectionhozan232023-11-205
|
* jsonrpc: move RPCService to separate modulehozan232023-11-203
|
* karyons jsonrpc implementationhozan232023-11-196