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
*
Update versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-06-27
1
-10
/
+10
*
Update to derive-deftly 0.13.0
Ian Jackson
2024-06-25
1
-1
/
+1
*
Update to derive-deftly 0.12.1
Ian Jackson
2024-06-17
1
-1
/
+1
*
Several typo fixes from Gabi
Nick Mathewson
2024-06-11
1
-2
/
+1
*
Un-indent a block.
Nick Mathewson
2024-06-11
1
-42
/
+39
*
RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.
Nick Mathewson
2024-06-11
2
-91
/
+113
*
rpc: Make RpcMgr::lookup_object return context along with object.
Nick Mathewson
2024-06-10
1
-6
/
+12
*
Implement rpc::Context on Connection directly
Nick Mathewson
2024-06-10
1
-25
/
+7
*
rpc: allow Connection::lookup_object to take &self
Nick Mathewson
2024-06-10
1
-7
/
+16
*
rpc: Make the connection type always-Arc.
Nick Mathewson
2024-06-10
2
-5
/
+5
*
Use refactored invoke_rpc_method in rpcserver.
Nick Mathewson
2024-06-10
1
-6
/
+1
*
rpc: Pass around our rpc::Context in an Arc.
Nick Mathewson
2024-06-10
4
-9
/
+11
*
Bump all the unstable tor- and arti- crates to 0.19.
Gabriela Moldovan
2024-06-05
1
-10
/
+10
*
arti-rpcserver: Reformat Cargo.toml.
Gabriela Moldovan
2024-06-05
1
-1
/
+2
*
Run fixup-features in preparation for release.
Gabriela Moldovan
2024-06-05
1
-1
/
+1
*
RPC: Expose dispatch table from Context
Nick Mathewson
2024-05-16
1
-0
/
+4
*
RPC: Require an Error type in methods.
Nick Mathewson
2024-05-16
4
-0
/
+7
*
rpc: Move typetag onto subtrait of DynMethod
Nick Mathewson
2024-05-16
2
-7
/
+8
*
RPC: Give error from RpcMgr::new if method name is sufficiently bad.
Nick Mathewson
2024-05-14
1
-4
/
+22
*
RPC: Enforce method name format.
Nick Mathewson
2024-05-14
1
-0
/
+6
*
RPC: Use RPC method names in a consistent format.
Nick Mathewson
2024-05-14
2
-3
/
+3
*
RPC: Require DynClone for ClientConnectionError.
Nick Mathewson
2024-05-14
1
-1
/
+1
*
RPC: Document RpcDataSTream state transitions.
Nick Mathewson
2024-05-14
1
-1
/
+19
*
RPC: Rename RpcDataStream::{Waiting => Launching}
Nick Mathewson
2024-05-14
1
-5
/
+9
*
RPC: RpcDataStream type to act as a "stream-shaped hole"
Nick Mathewson
2024-05-14
3
-0
/
+229
*
RPC: Add a trait that can be the target of SOCKS requests
Nick Mathewson
2024-05-12
2
-6
/
+56
*
RPC: Un-parameterize RpcSession.
Nick Mathewson
2024-05-09
1
-29
/
+43
*
rpcserver: rename streams.rs to codecs.rs.
Nick Mathewson
2024-05-09
3
-2
/
+2
*
rpc: Teach RpcSession to expose and isolate clients.
Nick Mathewson
2024-05-09
1
-1
/
+39
*
Make RpcSession parameterized.
Nick Mathewson
2024-05-09
2
-22
/
+22
*
Merge branch 'new_ci_cfg_strategy' into 'main'
Nick Mathewson
2024-05-07
1
-2
/
+2
|
\
|
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
|
TorClient: Slightly cleaner (?) interface for registering RPC methods.
Nick Mathewson
2024-05-06
1
-0
/
+19
*
|
RPC: Implement methods to get and watch client bootstrap status.
Nick Mathewson
2024-05-06
2
-3
/
+11
|
/
*
Bump versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-04-30
1
-9
/
+9
*
Add a dead code allow in RPC code
Ian Jackson
2024-04-25
1
-0
/
+1
*
RPC: Remove method and object type from macros.
Nick Mathewson
2024-04-22
2
-4
/
+4
*
Upgrade derive-deftly requirement to 0.10.3
Nick Mathewson
2024-04-11
1
-1
/
+1
*
rpc: Move deftly attributes into an `rpc` namespace.
Nick Mathewson
2024-04-11
3
-6
/
+6
*
Globally rename rpc_invoke_fn to static_rpc_invoke_fn
Nick Mathewson
2024-04-08
2
-5
/
+5
*
Refactor: remove existence of HasConstTypeId_ as a trait
Nick Mathewson
2024-04-08
4
-7
/
+7
*
Port many of the macros in tor-rpcbase to use derive-deftly.
Nick Mathewson
2024-04-04
6
-18
/
+39
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-9
/
+9
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
5
-0
/
+5
*
Merge branch 'deny-unchecked-duration-substraction' into 'main'
Ian Jackson
2024-03-05
1
-0
/
+1
|
\
|
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
|
arti-rpcserver: Bump patchlevel.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
|
Bump patchlevel of pre-1.0.0 crates with new APIs.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
|
/
*
Bump minor versions
Ian Jackson
2024-02-05
1
-6
/
+6
*
clippy: Use Result::cloned in several places
Ian Jackson
2024-01-31
1
-1
/
+1
[next]