summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src
Commit message (Expand)AuthorAgeFilesLines
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Remove a spurious debug_assert in arti-rpcserver.Nick Mathewson2026-01-122-1/+1
* rpcserver: Add a temporary allow for missing docsGabriela Moldovan2025-12-011-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-066-6/+6
* 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
* Update docsNeel Chauhan2025-08-271-3/+2
* Use a 'G' prefixNeel Chauhan2025-08-272-5/+7
* arti-rpcserver: Check IDs with a tag byte, not a magic lengthNeel Chauhan2025-08-272-7/+11
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-0710-16/+16
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* rpcserver: Fix another ceil_div warningNick Mathewson2025-04-071-2/+1
* Add some allow(unused)Ian Jackson2025-03-271-0/+3
* rpcserver: Increase coverage in msgs modulevcrn2025-03-241-6/+25
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-183-5/+5
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-185-7/+7
* tor-rtmock: allow-Decorate every use of MockSleepProviderIan Jackson2025-03-061-0/+1
* arti-rpcserver: Fix operator precedence warning.Gabriela Moldovan2025-02-241-1/+1
* Merge branch 'rpc_document_internal_optimism' into 'main'Nick Mathewson2025-01-301-2/+17
|\
| * rpc: Document what is actually going on with stream optimism.Nick Mathewson2025-01-301-2/+17
* | proto: Rename (experimental) DataStream functions for ctrl accessNick Mathewson2025-01-301-1/+5
* | proto: Rename DataStreamCtrl to ClientDataStreamCtrlNick Mathewson2025-01-301-5/+5
* | fix: fix typosDimitris Apostolou2025-01-301-1/+1
|/
* rpcserver: Remove a stale TODO. (RpcMgr works.)Nick Mathewson2025-01-281-2/+0
* rpcserver: Remove stale TODO about authenticationNick Mathewson2025-01-281-3/+0
* rpcserver: Improve conversion of authentication error.Nick Mathewson2025-01-282-7/+14
* rpc: Remove auth:query.Nick Mathewson2025-01-281-53/+0
* rpcserver: Remove a stale TODO about ConnectionId.Nick Mathewson2025-01-281-3/+0
* Merge branch 'rpc-references-cleanup' into 'main'Nick Mathewson2025-01-283-167/+199
|\
| * rpc: Move support for weak references behind an experimental featureNick Mathewson2025-01-273-167/+199
* | Merge branch 'strongrefs_are_not_deduped' into 'main'Nick Mathewson2025-01-282-2/+8
|\ \
| * | rpc: Clean up comments surrounding strong referencesNick Mathewson2025-01-272-2/+8
| |/
* | rpcbase: Enforce validity on error datum keywords.Nick Mathewson2025-01-271-1/+2
* | rpc: Rename InvalidMethodName to InvalidRpcIdentifier.Nick Mathewson2025-01-271-3/+3
|/
* Merge branch 'rpc-todos-1' into 'main'Nick Mathewson2025-01-232-20/+3
|\
| * rpcserver: remove dead code exception in objmap.rsNick Mathewson2025-01-221-3/+1
| * rpcserver: remove dead code in codecs.rsNick Mathewson2025-01-221-17/+2
* | Document more that cancel is uncancellable.Nick Mathewson2025-01-221-0/+2
* | rpc: Correct RPC error code for "RequestNotFound".Nick Mathewson2025-01-221-1/+4
* | cancel: Distinguish the internal-error case for double-cancel.Nick Mathewson2025-01-221-2/+23
* | cancel: Document deadlock/panic issue and how to avoid it.Nick Mathewson2025-01-221-2/+19
* | rpc: Make cancel requests uncancellable.Nick Mathewson2025-01-222-27/+56
* | cancel: Add a TODO about moving the Future inside the lock.Nick Mathewson2025-01-221-0/+5
* | Cancel: Drop lock before calling waker.Nick Mathewson2025-01-221-0/+1
* | cancel: Remove FusedFuture implementation.Nick Mathewson2025-01-221-12/+1
* | cancel: Use Waker::clone_from to avoid needless clones.Nick Mathewson2025-01-221-1/+9
* | rpc: Implement the rpc:cancel command.Nick Mathewson2025-01-162-1/+79