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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
release: Bump all unstable tor/arti crates to 0.30.0
Wesley Aptekar-Cassels
2025-05-01
1
-12
/
+12
*
Update rand requirement to 0.9.1
Nick Mathewson
2025-04-29
1
-1
/
+1
*
Run cargo update.
Wesley Aptekar-Cassels
2025-04-29
1
-1
/
+1
*
rpcserver: Fix another ceil_div warning
Nick Mathewson
2025-04-07
1
-2
/
+1
*
Merge branch 'unused' into 'main'
Ian Jackson
2025-04-01
1
-0
/
+3
|
\
|
*
Add some allow(unused)
Ian Jackson
2025-03-27
1
-0
/
+3
*
|
Bump all the unstable tor- and arti- crates to 0.29.0.
Gabriela Moldovan
2025-03-31
1
-12
/
+12
|
/
*
Revise READMEs for RPC crates.
Nick Mathewson
2025-03-25
1
-0
/
+7
*
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
*
Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
tor-rtmock: allow-Decorate every use of MockSleepProvider
Ian Jackson
2025-03-06
1
-0
/
+1
*
Bump minor versions in tor-*, arti-*.
Nick Mathewson
2025-03-03
1
-12
/
+12
*
Upgrade to derive_more 2
Nick Mathewson
2025-02-26
1
-1
/
+1
*
arti-rpcserver: Fix operator precedence warning.
Gabriela Moldovan
2025-02-24
1
-1
/
+1
*
Enable derive-deftly beta features
Ian Jackson
2025-02-12
1
-1
/
+1
*
Update to derive-deftly 1.0
Ian Jackson
2025-02-12
1
-1
/
+1
*
Merge branch 'versions' into 'main'
Ian Jackson
2025-02-06
1
-12
/
+12
|
\
|
*
Version bumps to 0.27.0
Ian Jackson
2025-02-06
1
-12
/
+12
*
|
Fix Cargo.toml features formatting
Ian Jackson
2025-02-06
1
-1
/
+2
*
|
Add some missing "full" features
Ian Jackson
2025-02-06
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
*
rpcserver: Remove a stale TODO about ConnectionId.
Nick Mathewson
2025-01-28
1
-3
/
+0
*
Merge branch 'rpc-references-cleanup' into 'main'
Nick Mathewson
2025-01-28
4
-167
/
+203
|
\
|
*
rpc: Move support for weak references behind an experimental feature
Nick Mathewson
2025-01-27
4
-167
/
+203
*
|
Merge branch 'strongrefs_are_not_deduped' into 'main'
Nick Mathewson
2025-01-28
2
-2
/
+8
|
\
\
|
*
|
rpc: Clean up comments surrounding strong references
Nick Mathewson
2025-01-27
2
-2
/
+8
|
|
/
*
|
rpcbase: Enforce validity on error datum keywords.
Nick Mathewson
2025-01-27
1
-1
/
+2
*
|
rpc: Rename InvalidMethodName to InvalidRpcIdentifier.
Nick Mathewson
2025-01-27
1
-3
/
+3
|
/
*
Merge branch 'rpc-todos-1' into 'main'
Nick Mathewson
2025-01-23
2
-20
/
+3
|
\
|
*
rpcserver: remove dead code exception in objmap.rs
Nick Mathewson
2025-01-22
1
-3
/
+1
|
*
rpcserver: remove dead code in codecs.rs
Nick Mathewson
2025-01-22
1
-17
/
+2
*
|
Document more that cancel is uncancellable.
Nick Mathewson
2025-01-22
1
-0
/
+2
*
|
rpc: Correct RPC error code for "RequestNotFound".
Nick Mathewson
2025-01-22
1
-1
/
+4
*
|
cancel: Distinguish the internal-error case for double-cancel.
Nick Mathewson
2025-01-22
1
-2
/
+23
*
|
cancel: Document deadlock/panic issue and how to avoid it.
Nick Mathewson
2025-01-22
1
-2
/
+19
*
|
rpc: Make cancel requests uncancellable.
Nick Mathewson
2025-01-22
2
-27
/
+56
*
|
cancel: Add a TODO about moving the Future inside the lock.
Nick Mathewson
2025-01-22
1
-0
/
+5
*
|
Cancel: Drop lock before calling waker.
Nick Mathewson
2025-01-22
1
-0
/
+1
*
|
cancel: Remove FusedFuture implementation.
Nick Mathewson
2025-01-22
1
-12
/
+1
*
|
cancel: Use Waker::clone_from to avoid needless clones.
Nick Mathewson
2025-01-22
1
-1
/
+9
[prev]
[next]