summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver
Commit message (Expand)AuthorAgeFilesLines
...
* 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-0711-17/+17
* Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* Bump version of tor-basic-utilsIan Jackson2025-08-051-1/+1
* Version bumps for 1.4.6Ian Jackson2025-08-051-11/+11
* Bump derive-deftly to 1.2.0Ian Jackson2025-08-041-1/+1
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-12/+12
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-2/+2
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Upgrade to derive-deftly 1.1.0.Gabriela Moldovan2025-07-071-1/+1
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-12/+12
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-12/+12
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
* rpcserver: Fix another ceil_div warningNick Mathewson2025-04-071-2/+1
* Merge branch 'unused' into 'main'Ian Jackson2025-04-011-0/+3
|\
| * Add some allow(unused)Ian Jackson2025-03-271-0/+3
* | Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-12/+12
|/
* Revise READMEs for RPC crates.Nick Mathewson2025-03-251-0/+7
* 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
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* tor-rtmock: allow-Decorate every use of MockSleepProviderIan Jackson2025-03-061-0/+1
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-12/+12
* Upgrade to derive_more 2Nick Mathewson2025-02-261-1/+1
* arti-rpcserver: Fix operator precedence warning.Gabriela Moldovan2025-02-241-1/+1
* Enable derive-deftly beta featuresIan Jackson2025-02-121-1/+1
* Update to derive-deftly 1.0Ian Jackson2025-02-121-1/+1
* Merge branch 'versions' into 'main'Ian Jackson2025-02-061-12/+12
|\
| * Version bumps to 0.27.0Ian Jackson2025-02-061-12/+12
* | Fix Cargo.toml features formattingIan Jackson2025-02-061-1/+2
* | Add some missing "full" featuresIan Jackson2025-02-061-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-284-167/+203
|\
| * rpc: Move support for weak references behind an experimental featureNick Mathewson2025-01-274-167/+203
* | Merge branch 'strongrefs_are_not_deduped' into 'main'Nick Mathewson2025-01-282-2/+8
|\ \