summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump patchlevel (not dependents) on crates with trivial changesNick Mathewson2023-09-051-1/+1
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-5/+5
* Bump patchlevel versions of crates with trivial changesNick Mathewson2023-08-011-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-2/+2
* Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-1/+1
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-5/+5
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-1/+1
* Run "fixup-features".Nick Mathewson2023-06-291-1/+1
* rpc: switch GlobalId mac to KMAC.Nick Mathewson2023-06-141-1/+1
* RPC: Implement a "global identifier" for non-session-bound IDsNick Mathewson2023-06-051-1/+11
* rpc: Give RpcMgr a registry of connections.Nick Mathewson2023-06-051-0/+2
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-8/+8
* Run fixup-features script and resolve its complaints.Nick Mathewson2023-05-311-1/+1
* rpc: Remove fake_generational_arenaNick Mathewson2023-05-231-3/+1
* Merge branch 'rpc-objectmap' into 'main'Nick Mathewson2023-05-161-0/+4
|\
| * rpc: Change the formatting of object IDsNick Mathewson2023-05-151-0/+4
* | Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-1/+1
|/
* Temporarily replace generational-arena with a fake version.Nick Mathewson2023-05-041-1/+3
* RPC: make arti-rpcserver require the arti-client/rpc featureNick Mathewson2023-05-041-1/+1
* Add a generational arena for object mapping for RPC.Nick Mathewson2023-05-041-0/+1
* RPC: Move the "listen" part of the RPC listener code to `arti`.Nick Mathewson2023-05-041-5/+0
* rpc: Make an RpcMgr type to own the DispatchTable.Nick Mathewson2023-05-041-1/+0
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-6/+6
* rpcserver: Use with_fn.Nick Mathewson2023-04-191-0/+1
* Rename tor-rpccmd to tor-rpcbase.Nick Mathewson2023-04-121-1/+1
* rpc: Reify and expose DispatchTable.Nick Mathewson2023-04-121-0/+1
* rpc: Remove anyhow dependencyNick Mathewson2023-04-121-1/+0
* rpc: Add an authentication step.Nick Mathewson2023-04-121-0/+1
* RPC: add a temporary "listen" function.Nick Mathewson2023-04-121-1/+11
* Start on a lower-level tor-rpccmd crate.Nick Mathewson2023-04-121-0/+1
* rpc: Add asynchronous_codec wrapper for jsonlines.Nick Mathewson2023-04-121-0/+1
* rpc: Add a cancellable future type.Nick Mathewson2023-04-121-0/+2
* rpc: Implement json message types for serde.Nick Mathewson2023-04-121-0/+26