summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver
Commit message (Expand)AuthorAgeFilesLines
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-12/+12
* arti-rpcserver: Require tor-proto/rpc.Nick Mathewson2026-04-281-1/+1
* rpc: Have OneShotClient delegate to ClientDataStreamCtrl.Nick Mathewson2026-04-281-2/+5
* rpc: Propagate and use LookupErrors.Nick Mathewson2026-04-133-12/+43
* rpc: Adjust invoke_rpc_method API and related lookups.Nick Mathewson2026-04-132-15/+6
* rpc: new method for upgrading/downgrading/cloning object IDsNick Mathewson2026-04-131-1/+57
* rpc: Remove caveats wrt rpc::release.Nick Mathewson2026-04-131-10/+0
* rpc: Add context support for adding and removing weak refsNick Mathewson2026-04-132-18/+27
* rpc: Restore some weak-reference tests; remove others.Nick Mathewson2026-04-131-199/+9
* rpc: allow weak references to be created.Nick Mathewson2026-04-131-9/+39
* rpc: rename strong_arena to arena.Nick Mathewson2026-04-131-7/+6
* rpc: collapse GenIdx enum to its single variant.Nick Mathewson2026-04-133-37/+12
* rpc: Remove notion of separate table/idx space for weak referencesNick Mathewson2026-04-134-325/+38
* Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`Ian Jackson2026-04-021-1/+1
* Update to derive-deftly 0.10.0.Ian Jackson2026-03-311-1/+1
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-12/+12
* Force use of standard hasher with weak_tables.Nick Mathewson2026-03-241-1/+5
* Merge branch 'typos' into 'main'opara2026-03-161-1/+1
|\
| * Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* | rpc: Do not allow a connection to be authenticated twiceNick Mathewson2026-03-164-10/+24
* | rpc: Move responsibility for Session creation to ConnectionNick Mathewson2026-03-164-61/+32
* | rpc: Add su capability to RpcSession, and methods to get/drop itNick Mathewson2026-03-161-2/+108
|/
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-12/+12
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-2/+2
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* Set package.metadata.docs.rs.all-features to true for all cratesNiel Duysters2026-02-091-0/+3
* release: Bump `slotmap-careful` to 0.6.0.Wesley Aptekar-Cassels2026-02-021-1/+1
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-12/+12
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Merge branch 'version-bump' into 'main'Clara Engler2026-01-131-12/+12
|\
| * cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-12/+12
* | Remove a spurious debug_assert in arti-rpcserver.Nick Mathewson2026-01-122-1/+1
|/
* Update to derive-deftly 1.6.0Ian Jackson2025-12-031-1/+1
* Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-12/+12
* rpcserver: Add a temporary allow for missing docsGabriela Moldovan2025-12-011-0/+1
* Bump derive-deftly to 1.5.0Ian Jackson2025-11-071-1/+1
* Merge branch 'deftly-1.4' into 'main'opara2025-11-061-1/+1
|\
| * Bump derive-deftly to 1.4.0Ian Jackson2025-11-061-1/+1
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-066-6/+6
|/
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-14/+14
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* release: Bump versions.Wesley Aptekar-Cassels2025-10-021-14/+14
* Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* Update to derive-deftly 1.3.0Ian Jackson2025-09-021-1/+1
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-14/+14
* rpc: Clean up GlobalId decoding API.Nick Mathewson2025-08-273-18/+32
* rpc: Cleanups to GlobalId tag byte handling.Nick Mathewson2025-08-272-7/+15
* Tag byte corrections and don't crashNeel Chauhan2025-08-271-8/+2
* '$' as tag byteNeel Chauhan2025-08-272-2/+2