index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-rpcserver
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all TorClient constructors wrap the TorClient in an Arc.
Nick Mathewson
2026-05-13
1
-1
/
+1
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
3
-6
/
+7
*
rpc: Have OneShotClient delegate to ClientDataStreamCtrl.
Nick Mathewson
2026-04-28
1
-2
/
+5
*
rpc: Propagate and use LookupErrors.
Nick Mathewson
2026-04-13
3
-12
/
+43
*
rpc: Adjust invoke_rpc_method API and related lookups.
Nick Mathewson
2026-04-13
2
-15
/
+6
*
rpc: new method for upgrading/downgrading/cloning object IDs
Nick Mathewson
2026-04-13
1
-1
/
+57
*
rpc: Remove caveats wrt rpc::release.
Nick Mathewson
2026-04-13
1
-10
/
+0
*
rpc: Add context support for adding and removing weak refs
Nick Mathewson
2026-04-13
2
-18
/
+27
*
rpc: Restore some weak-reference tests; remove others.
Nick Mathewson
2026-04-13
1
-199
/
+9
*
rpc: allow weak references to be created.
Nick Mathewson
2026-04-13
1
-9
/
+39
*
rpc: rename strong_arena to arena.
Nick Mathewson
2026-04-13
1
-7
/
+6
*
rpc: collapse GenIdx enum to its single variant.
Nick Mathewson
2026-04-13
3
-37
/
+12
*
rpc: Remove notion of separate table/idx space for weak references
Nick Mathewson
2026-04-13
3
-323
/
+37
*
Force use of standard hasher with weak_tables.
Nick Mathewson
2026-03-24
1
-1
/
+5
*
Merge branch 'typos' into 'main'
opara
2026-03-16
1
-1
/
+1
|
\
|
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
|
rpc: Do not allow a connection to be authenticated twice
Nick Mathewson
2026-03-16
4
-10
/
+24
*
|
rpc: Move responsibility for Session creation to Connection
Nick Mathewson
2026-03-16
4
-61
/
+32
*
|
rpc: Add su capability to RpcSession, and methods to get/drop it
Nick Mathewson
2026-03-16
1
-2
/
+108
|
/
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Remove a spurious debug_assert in arti-rpcserver.
Nick Mathewson
2026-01-12
2
-1
/
+1
*
rpcserver: Add a temporary allow for missing docs
Gabriela Moldovan
2025-12-01
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
6
-6
/
+6
*
rpc: Clean up GlobalId decoding API.
Nick Mathewson
2025-08-27
3
-18
/
+32
*
rpc: Cleanups to GlobalId tag byte handling.
Nick Mathewson
2025-08-27
2
-7
/
+15
*
Tag byte corrections and don't crash
Neel Chauhan
2025-08-27
1
-8
/
+2
*
'$' as tag byte
Neel Chauhan
2025-08-27
2
-2
/
+2
*
Update docs
Neel Chauhan
2025-08-27
1
-3
/
+2
*
Use a 'G' prefix
Neel Chauhan
2025-08-27
2
-5
/
+7
*
arti-rpcserver: Check IDs with a tag byte, not a magic length
Neel Chauhan
2025-08-27
2
-7
/
+11
*
proto: Move the `stream` module under `client` (breaking).
Gabriela Moldovan
2025-08-18
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
10
-16
/
+16
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
rpcserver: Fix another ceil_div warning
Nick Mathewson
2025-04-07
1
-2
/
+1
*
Add some allow(unused)
Ian Jackson
2025-03-27
1
-0
/
+3
*
rpcserver: Increase coverage in msgs module
vcrn
2025-03-24
1
-6
/
+25
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
3
-5
/
+5
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
5
-7
/
+7
*
tor-rtmock: allow-Decorate every use of MockSleepProvider
Ian Jackson
2025-03-06
1
-0
/
+1
*
arti-rpcserver: Fix operator precedence warning.
Gabriela Moldovan
2025-02-24
1
-1
/
+1
*
Merge branch 'rpc_document_internal_optimism' into 'main'
Nick Mathewson
2025-01-30
1
-2
/
+17
|
\
|
*
rpc: Document what is actually going on with stream optimism.
Nick Mathewson
2025-01-30
1
-2
/
+17
*
|
proto: Rename (experimental) DataStream functions for ctrl access
Nick Mathewson
2025-01-30
1
-1
/
+5
*
|
proto: Rename DataStreamCtrl to ClientDataStreamCtrl
Nick Mathewson
2025-01-30
1
-5
/
+5
*
|
fix: fix typos
Dimitris Apostolou
2025-01-30
1
-1
/
+1
|
/
*
rpcserver: Remove a stale TODO. (RpcMgr works.)
Nick Mathewson
2025-01-28
1
-2
/
+0
*
rpcserver: Remove stale TODO about authentication
Nick Mathewson
2025-01-28
1
-3
/
+0
*
rpcserver: Improve conversion of authentication error.
Nick Mathewson
2025-01-28
2
-7
/
+14
*
rpc: Remove auth:query.
Nick Mathewson
2025-01-28
1
-53
/
+0
[next]