aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/src/server
Commit message (Expand)AuthorAgeFiles
* jsonrpc/server: use weak pointer for Channel in subscriptionshozan232024-06-172
* jsonrpc/server: check for the jsonrpc version in the requesthozan232024-06-151
* jsonrpc: separate the RPC errors from the library implementation errorshozan232024-06-153
* jsonrpc: client use unbounded channels as buffer for sending requests & clean...hozan232024-06-142
* p2p: WIP implement rpc server for the p2p monitorhozan232024-06-141
* jsonrpc: spread out comments and clean uphozan232024-06-134
* jsonrpc/server: use queue with condvar instead of async channelshozan232024-05-302
* jsonrpc: move `SubscriptionID` to message.rshozan232024-05-281
* jsonrpc: enable concurrent requests in `Client`hozan232024-05-282
* p2p: WIP rpc server implementation for the p2p monitorhozan232024-05-271
* jsonrpc: remove subscriber field from Request & clean uphozan232024-05-231
* jsonrpc: spawn task when handle new requesthozan232024-05-233
* jsonrpc: support pubsubhozan232024-05-224