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
...
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-3
/
+3
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-3
/
+3
*
rpc: Simplify method-dispatch-bypass logic a bit
Nick Mathewson
2024-10-23
3
-25
/
+39
*
rpc: do not attempt to dispatch methods with bypassed dispatch.
Nick Mathewson
2024-10-23
1
-0
/
+12
*
rpc: Add a mechanism for method that bypass regular dispatch
Nick Mathewson
2024-10-23
1
-2
/
+34
*
rpc: Include "data" field in error.
Nick Mathewson
2024-10-17
1
-3
/
+43
*
Remove Rpc* variants from tor_error::ErrorKind
Nick Mathewson
2024-10-17
3
-31
/
+29
*
Tweak some RpcErrorKind member names.
Nick Mathewson
2024-10-17
1
-4
/
+4
*
rpc: Create a constructor for RpcError.
Nick Mathewson
2024-10-17
1
-0
/
+14
*
rpc: Allow the "RpcError.kinds" to be an RpcErrorKind.
Nick Mathewson
2024-10-17
2
-11
/
+33
*
rpc: Make RpcErrorKind public.
Nick Mathewson
2024-10-17
2
-2
/
+3
*
rpc: Rename RpcCode to RpcErrorKind.
Nick Mathewson
2024-10-17
1
-6
/
+13
*
rpc: Use an alias for RpcCode.
Nick Mathewson
2024-10-17
1
-9
/
+10
*
rpc: Remove prefix from RpcCode members.
Nick Mathewson
2024-10-17
1
-20
/
+19
*
tor-{error,rpcbase}: Add new RPC error codes from spec.
Nick Mathewson
2024-10-07
1
-0
/
+6
*
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
[prev]
[next]