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
/
tor-rpcbase
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump arti- and tor- crates to 0.23.0
Nick Mathewson
2024-09-30
1
-3
/
+3
*
Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'
David Goulet
2024-09-26
1
-1
/
+1
|
\
|
*
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
*
|
Merge branch 'upgrades-20240925' into 'main'
Nick Mathewson
2024-09-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-1
/
+1
*
|
Merge branch 'rename_singleton_id' into 'main'
Jim Newsome
2024-09-25
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
rpc: Rename SingletonId to SingleIdResponse
Nick Mathewson
2024-09-24
1
-1
/
+1
*
|
rpc: Expose a delegation table in arti:x_list_all_rpc_methods
Nick Mathewson
2024-09-24
4
-1
/
+69
*
|
rpc: add mandatory delegate-type attribute to Object template
Nick Mathewson
2024-09-24
2
-3
/
+12
|
/
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.22.0.
Gabriela Moldovan
2024-09-03
1
-3
/
+3
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-2
/
+2
*
rpcbase: Implement RPC method delegation support.
Nick Mathewson
2024-08-14
3
-32
/
+138
*
Add a missing incantation to fix doc(cfg=...).
Nick Mathewson
2024-08-13
1
-0
/
+1
*
rpcbase: Feature to list the RPC methods and what they apply to.
Nick Mathewson
2024-08-12
4
-1
/
+108
*
rpcbase: Facility for looking up RPC method information
Nick Mathewson
2024-08-12
2
-5
/
+43
*
rpcbase: Expose Invocable type names directly.
Nick Mathewson
2024-08-12
1
-6
/
+11
*
Bump versions for tor- and arti- crates to 0.21.0
Nick Mathewson
2024-08-01
1
-3
/
+3
*
rpc: Remove special conversion for SendUpdateError.
Nick Mathewson
2024-07-25
2
-10
/
+6
*
rpc: Rename the error codes for something like consistency.
Nick Mathewson
2024-07-25
1
-16
/
+17
*
rpc: Remove RpcError data field and use Report
Nick Mathewson
2024-07-25
3
-88
/
+31
*
rpc: Refactor errors part 1: a new RpcMethod trait.
Nick Mathewson
2024-07-25
4
-30
/
+36
*
rpcbase: remove now-unused invoke methods
Nick Mathewson
2024-07-25
2
-71
/
+34
*
rpcbase: Remove a TODO RPC about duplication
Nick Mathewson
2024-07-25
1
-1
/
+0
*
rpcbase: Replace a TODO with a set of notes and caveats
Nick Mathewson
2024-07-25
2
-7
/
+45
*
rpc: remove TODO about adding an extension trait
Nick Mathewson
2024-07-25
1
-4
/
+0
*
rpc: Remove TODO about moving @special to a different macro.
Nick Mathewson
2024-07-25
1
-4
/
+0
*
rpc: Do not hide InvokeError::Bug when converting to RpcError
Nick Mathewson
2024-07-25
1
-18
/
+35
*
rpc: split "method not found"
Nick Mathewson
2024-07-25
1
-7
/
+7
*
rpcbase: remove "Nil" TODO.
Nick Mathewson
2024-07-25
1
-3
/
+0
*
rpcbase: Use newer "tgens" deftly syntax
Nick Mathewson
2024-07-25
1
-3
/
+1
*
rpcbase: remove a TODO about expose_outside_of_session
Nick Mathewson
2024-07-25
1
-4
/
+0
*
rpcbase: tests for crate-level invoke functions.
Nick Mathewson
2024-07-15
2
-20
/
+73
*
rpc: Test a previously unchecked cast function.
Nick Mathewson
2024-07-15
1
-0
/
+3
*
rpc: Test some lower level dispatch internals.
Nick Mathewson
2024-07-15
2
-3
/
+81
*
rpc: Tests for method name checking.
Nick Mathewson
2024-07-15
1
-0
/
+38
*
rpc: Add a test for failed downcast.
Nick Mathewson
2024-07-15
1
-0
/
+9
*
Update to derive-deftly 0.14
Ian Jackson
2024-07-08
1
-1
/
+1
*
Update versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-06-27
1
-3
/
+3
*
Update to derive-deftly 0.13.0
Ian Jackson
2024-06-25
1
-1
/
+1
*
Write a README for tor-rpcbase
Nick Mathewson
2024-06-24
1
-0
/
+156
*
Change deftly syntax to post 0.12.1 version
Ian Jackson
2024-06-17
2
-2
/
+2
*
Update to derive-deftly 0.12.1
Ian Jackson
2024-06-17
2
-2
/
+6
*
rpc: Missing rpc_invoker is a Bug.
Nick Mathewson
2024-06-10
1
-1
/
+6
*
Add more explanation of InvokerEnt fields.
Nick Mathewson
2024-06-10
1
-0
/
+8
*
rpc: Add RPC method invocation based on Context, not dispatch table.
Nick Mathewson
2024-06-10
2
-1
/
+58
*
rpc: Pass around our rpc::Context in an Arc.
Nick Mathewson
2024-06-10
2
-26
/
+26
*
rpc: refactor DispatchTable invoker lookup into new functions
Nick Mathewson
2024-06-10
1
-15
/
+36
*
rpc: Implement Clone and HasKind on InvokeError.
Nick Mathewson
2024-06-10
1
-1
/
+11
*
Bump all the unstable tor- and arti- crates to 0.19.
Gabriela Moldovan
2024-06-05
1
-3
/
+3
[next]