summaryrefslogtreecommitdiff
path: root/crates/tor-rpcbase
Commit message (Expand)AuthorAgeFilesLines
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-3/+3
* rpc: Remove downgrade_owned for nowNick Mathewson2023-05-242-15/+0
* rpc: Implement functionality to remove objects from a sessionNick Mathewson2023-05-242-0/+36
* rpc: fix documentation for methods in Context.Nick Mathewson2023-05-241-6/+4
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+3
* RPC: Add "register" methods to RequestContext.Nick Mathewson2023-05-042-0/+30
* Increment crate versions.Nick Mathewson2023-05-031-3/+3
* RPC: Log all internal errors.Nick Mathewson2023-04-191-3/+7
* rpc: Simplify and clarify SendUpdateError.Nick Mathewson2023-04-191-7/+13
* Arti: Add ability to remember the list of methods names.Nick Mathewson2023-04-192-2/+39
* rpc: New syntax for method declarationNick Mathewson2023-04-191-9/+46
* rpc: impl From<SendUpdateError> for RpcError.Nick Mathewson2023-04-191-0/+14
* rpcbase: Use with_fn.Nick Mathewson2023-04-193-8/+14
* rpc: Minor tweaks to get a sink to compile.Nick Mathewson2023-04-191-4/+5
* rpc: Use Method types to determine type of method outputs, updates.Nick Mathewson2023-04-191-64/+103
* rpc: Split Method into DynMethod and MethodNick Mathewson2023-04-193-23/+60
* rpc: simplify API by always providing a sink.Nick Mathewson2023-04-161-19/+12
* rpc: Wire updates into rpc invoke functions again.Nick Mathewson2023-04-161-12/+43
* rpc: Move update sink out of context.Nick Mathewson2023-04-162-46/+26
* rpc, spec: Document current ObjectError, RequestError behavior as correct.Nick Mathewson2023-04-131-10/+2
* rpcbase: Use correct error codes, and add tests.Nick Mathewson2023-04-122-7/+183
* tor-rpcbase: Create error kinds properly.Nick Mathewson2023-04-121-14/+16
* tor-rpcbase: rename cmd to method everywhere.Nick Mathewson2023-04-121-31/+31
* tor-rpcbase: Rename cmd.rs to method.rs.Nick Mathewson2023-04-122-2/+2
* tor-rpcbase: Rename and rephrase "command" to "method"Nick Mathewson2023-04-125-47/+47
* rpc: Try to fix rustdoc errors.Nick Mathewson2023-04-122-2/+2
* rpc: Use empty structs in test code.Nick Mathewson2023-04-121-12/+12
* Rename tor-rpccmd to tor-rpcbase.Nick Mathewson2023-04-128-0/+840