summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-10/+10
* arti-rpcserver: Reformat Cargo.toml.Gabriela Moldovan2024-06-051-1/+2
* Run fixup-features in preparation for release.Gabriela Moldovan2024-06-051-1/+1
* RPC: Expose dispatch table from ContextNick Mathewson2024-05-161-0/+4
* RPC: Require an Error type in methods.Nick Mathewson2024-05-164-0/+7
* rpc: Move typetag onto subtrait of DynMethodNick Mathewson2024-05-162-7/+8
* RPC: Give error from RpcMgr::new if method name is sufficiently bad.Nick Mathewson2024-05-141-4/+22
* RPC: Enforce method name format.Nick Mathewson2024-05-141-0/+6
* RPC: Use RPC method names in a consistent format.Nick Mathewson2024-05-142-3/+3
* RPC: Require DynClone for ClientConnectionError.Nick Mathewson2024-05-141-1/+1
* RPC: Document RpcDataSTream state transitions.Nick Mathewson2024-05-141-1/+19
* RPC: Rename RpcDataStream::{Waiting => Launching}Nick Mathewson2024-05-141-5/+9
* RPC: RpcDataStream type to act as a "stream-shaped hole"Nick Mathewson2024-05-143-0/+229
* RPC: Add a trait that can be the target of SOCKS requestsNick Mathewson2024-05-122-6/+56
* RPC: Un-parameterize RpcSession.Nick Mathewson2024-05-091-29/+43
* rpcserver: rename streams.rs to codecs.rs.Nick Mathewson2024-05-093-2/+2
* rpc: Teach RpcSession to expose and isolate clients.Nick Mathewson2024-05-091-1/+39
* Make RpcSession parameterized.Nick Mathewson2024-05-092-22/+22
* Merge branch 'new_ci_cfg_strategy' into 'main'Nick Mathewson2024-05-071-2/+2
|\
| * Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* | TorClient: Slightly cleaner (?) interface for registering RPC methods.Nick Mathewson2024-05-061-0/+19
* | RPC: Implement methods to get and watch client bootstrap status.Nick Mathewson2024-05-062-3/+11
|/
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-9/+9
* Add a dead code allow in RPC codeIan Jackson2024-04-251-0/+1
* RPC: Remove method and object type from macros.Nick Mathewson2024-04-222-4/+4
* Upgrade derive-deftly requirement to 0.10.3Nick Mathewson2024-04-111-1/+1
* rpc: Move deftly attributes into an `rpc` namespace.Nick Mathewson2024-04-113-6/+6
* Globally rename rpc_invoke_fn to static_rpc_invoke_fnNick Mathewson2024-04-082-5/+5
* Refactor: remove existence of HasConstTypeId_ as a traitNick Mathewson2024-04-084-7/+7
* Port many of the macros in tor-rpcbase to use derive-deftly.Nick Mathewson2024-04-046-18/+39
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-9/+9
* Run maint/add_warning.Nick Mathewson2024-03-135-0/+5
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | arti-rpcserver: Bump patchlevel.Gabriela Moldovan2024-03-041-1/+1
* | Bump patchlevel of pre-1.0.0 crates with new APIs.Gabriela Moldovan2024-03-041-1/+1
|/
* Bump minor versionsIan Jackson2024-02-051-6/+6
* clippy: Use Result::cloned in several placesIan Jackson2024-01-311-1/+1
* arti-rpcserver: Add an allowIan Jackson2024-01-311-0/+1
* Bump to latest erased-serde.Nick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-2/+2
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-5/+5
* Two more patchlevel bumpsNick Mathewson2023-12-041-1/+1
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-4/+4
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-2/+2
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-2/+2
* Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-2/+2
* Upgrade to latest asynchronous_codec (0.7.0)Nick Mathewson2023-10-172-3/+3
* oneshot: Use veneer in arti-rpcserverIan Jackson2023-10-111-1/+2