summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-10/+10
* Update to derive-deftly 0.13.0Ian Jackson2024-06-251-1/+1
* Update to derive-deftly 0.12.1Ian Jackson2024-06-171-1/+1
* 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: RpcDataStream type to act as a "stream-shaped hole"Nick Mathewson2024-05-141-0/+1
* RPC: Add a trait that can be the target of SOCKS requestsNick Mathewson2024-05-121-0/+1
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-9/+9
* Upgrade derive-deftly requirement to 0.10.3Nick Mathewson2024-04-111-1/+1
* Port many of the macros in tor-rpcbase to use derive-deftly.Nick Mathewson2024-04-041-1/+3
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-9/+9
* 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
* 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-171-1/+1
* Patchlevel bumps to crates whose dependencies just changed.Nick Mathewson2023-10-021-1/+1
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-4/+4
* 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