summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove echo structsNeel Chauhan2024-10-251-14/+0
* arti-rpcserver: Remove echo_on_sessionNeel Chauhan2024-10-251-12/+0
* rpc: Tweak release_owned to give an error on second removal of "connection".Nick Mathewson2024-10-231-16/+20
* rpc: Use a const for the "connection" object ID.Nick Mathewson2024-10-231-2/+9
* rpc: Simplify method-dispatch-bypass logic a bitNick Mathewson2024-10-232-9/+2
* rpc: Add support for dropping the special "connection" object ID.Nick Mathewson2024-10-231-9/+19
* rpc: Move "rpc:release" to be a method on the rpc object.Nick Mathewson2024-10-231-24/+24
* rpcserver: detect and use methods that bypass method dispatch.Nick Mathewson2024-10-231-3/+8
* rpc: Remove unimplemented rpc:downgrade method for now.Nick Mathewson2024-10-231-9/+0
* rpc: Move some object-id-manipulation methods to a new module.Nick Mathewson2024-10-233-50/+63
* Merge branch 'arti-rpcserver-comment' into 'main'wesleyac2024-10-211-1/+1
|\
| * Fix typo in arti-rpcserver auth.rs commentNeel Chauhan2024-10-181-1/+1
* | rpc: List missing required features in error dataNick Mathewson2024-10-171-5/+7
* | Remove Rpc* variants from tor_error::ErrorKindNick Mathewson2024-10-173-21/+27
* | rpcserver: Wrap InvokeError as internal errorNick Mathewson2024-10-172-6/+8
|/
* Merge branch 'mq-prevent' into 'main'Ian Jackson2024-10-151-2/+5
|\
| * Use mpsc_channel_no_memquota in the RPC system (adding a TODO)Ian Jackson2024-10-151-2/+5
* | Replace _ => panic!() elsewhereIan Jackson2024-10-151-1/+1
|/
* arti-rpcserver: minimal handling for request.meta.requireNick Mathewson2024-10-072-2/+30
* arti-rpcserver: Correctly handle rpc.meta without `updates`Nick Mathewson2024-10-071-0/+1
* rpcserver: Remove TODO about optionality of paramsNick Mathewson2024-10-071-3/+0
* rpc: clarify documentation and fix typosNick Mathewson2024-10-022-3/+6
* Revise RPC documentation to be more informative.Nick Mathewson2024-10-024-13/+73
* rpc: Rename SingletonId to SingleIdResponseNick Mathewson2024-09-242-8/+8
* rpcserver: Split a few long lines.Nick Mathewson2024-09-161-5/+10
* rpcserver: move is_connection_close detection into run_loop.Nick Mathewson2024-09-161-6/+10
* rpcserver: Add an extra level of braces.Nick Mathewson2024-09-161-50/+52
* rpcserver: Apply documentation suggestion.Nick Mathewson2024-09-161-0/+2
* rpcserver: Use a struct to enforce explicit ContinueNick Mathewson2024-09-161-2/+10
* rpc: Simplify simplified close logic even furtherNick Mathewson2024-09-162-35/+38
* rpc: Simplify close logic even further.Nick Mathewson2024-09-161-6/+4
* rpc: Simplify handling of fatal Json read errors.Nick Mathewson2024-09-163-44/+33
* rpc: More specificity surrounding SOCKS-rpc integrationNick Mathewson2024-09-091-1/+8
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+1
* rpcserver: Fix a trivial doc typo.Nick Mathewson2024-08-281-1/+1
* rpcserver: Use slotmap-careful instead of generational-arena.Nick Mathewson2024-08-142-34/+37
* Merge branch 'rpc-connection-error' into 'main'Nick Mathewson2024-08-131-16/+66
|\
| * rpcserver: use more sophisticated handling for ConnectionError.Nick Mathewson2024-08-121-16/+66
* | Unstable RPC method to dump method information.Nick Mathewson2024-08-121-1/+41
|/
* Mark a struct as allowed-to-be-unused.Nick Mathewson2024-07-281-0/+1
* rpc: Rename the error codes for something like consistency.Nick Mathewson2024-07-253-4/+4
* rpc: Remove RpcError data field and use ReportNick Mathewson2024-07-251-1/+1
* rpc: Refactor errors part 1: a new RpcMethod trait.Nick Mathewson2024-07-254-14/+7
* Several typo fixes from GabiNick Mathewson2024-06-111-2/+1
* Un-indent a block.Nick Mathewson2024-06-111-42/+39
* RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.Nick Mathewson2024-06-112-91/+113
* rpc: Make RpcMgr::lookup_object return context along with object.Nick Mathewson2024-06-101-6/+12
* Implement rpc::Context on Connection directlyNick Mathewson2024-06-101-25/+7
* rpc: allow Connection::lookup_object to take &selfNick Mathewson2024-06-101-7/+16
* rpc: Make the connection type always-Arc.Nick Mathewson2024-06-102-5/+5