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
/
src
/
rpc.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all TorClient constructors wrap the TorClient in an Arc.
Nick Mathewson
2026-05-13
1
-2
/
+2
*
rpc: Add support for set_dormant.
Nick Mathewson
2026-03-16
1
-0
/
+3
*
rpc: Implement superuser mode.
Nick Mathewson
2026-03-16
1
-2
/
+2
*
rpc: Move responsibility for Session creation to Connection
Nick Mathewson
2026-03-16
1
-3
/
+10
*
arti: Fix some visibility-based compilation errors.
Nick Mathewson
2026-02-24
1
-5
/
+4
*
arti: Port rpc configuration to dd(TorConfig).
Nick Mathewson
2026-02-24
1
-29
/
+14
*
arti: Extract responsibility for port listing.
Nick Mathewson
2026-02-19
1
-1
/
+0
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-2
/
+2
*
arti: Revise strings that implied that we were a SOCKS-only proxy.
Nick Mathewson
2025-10-28
1
-1
/
+1
*
Fix warnings and errors from edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-3
/
+3
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
1
-0
/
+1
*
arti: Make Rpc argument unconditional when constructing socks proxy
Nick Mathewson
2025-01-23
1
-2
/
+14
*
arti: remove an obsolete rpc todo.
Nick Mathewson
2025-01-23
1
-1
/
+0
*
arti: remove an obsolete rpc todo.
Nick Mathewson
2025-01-23
1
-1
/
+0
*
arti: remove an obsolete rpc todo.
Nick Mathewson
2025-01-23
1
-1
/
+0
*
arti-rpcserver: Tell connections what kind of auth to expect.
Nick Mathewson
2025-01-15
1
-13
/
+1
*
rpc: Add a test for config parsing and defaults.
Nick Mathewson
2024-12-19
1
-0
/
+89
*
rpc: Clarify listen_defaults behavior.
Nick Mathewson
2024-12-19
1
-1
/
+2
*
rpc: Test that we can parse our defaults.
Nick Mathewson
2024-12-19
1
-0
/
+11
*
rpc: comments to explain where connect points are disabled.
Nick Mathewson
2024-12-19
1
-0
/
+1
*
rpc: Document that default-index is 1-based
Nick Mathewson
2024-12-19
1
-1
/
+2
*
Rename Guard=>ListenerGuard.
Nick Mathewson
2024-12-19
1
-1
/
+1
*
rpc: More logging when binding addresses
Nick Mathewson
2024-12-19
1
-1
/
+18
*
arti: Use connect points to listen for RPC connections.
Nick Mathewson
2024-12-19
1
-52
/
+97
*
rpc: Configuration options for arti
Nick Mathewson
2024-12-19
1
-1
/
+31
*
arti: Move RpcConfig to rpc.rs
Nick Mathewson
2024-12-19
1
-0
/
+29
*
rpc: Try using postage::watch to initialize ProxyInfo.
Nick Mathewson
2024-08-28
1
-1
/
+1
*
RPC: Add experimental method to list SOCKS proxies.
Nick Mathewson
2024-08-28
1
-0
/
+1
*
arti: Define a new ArtiRpcSession type.
Nick Mathewson
2024-08-28
1
-3
/
+7
*
RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.
Nick Mathewson
2024-06-11
1
-0
/
+2
*
RPC: Give error from RpcMgr::new if method name is sufficiently bad.
Nick Mathewson
2024-05-14
1
-1
/
+1
*
RPC: Enforce method name format.
Nick Mathewson
2024-05-14
1
-0
/
+29
*
RPC: RpcDataStream type to act as a "stream-shaped hole"
Nick Mathewson
2024-05-14
1
-0
/
+1
*
TorClient: Slightly cleaner (?) interface for registering RPC methods.
Nick Mathewson
2024-05-06
1
-1
/
+1
*
RPC: Implement methods to get and watch client bootstrap status.
Nick Mathewson
2024-05-06
1
-0
/
+5
*
rpc: Give the session-creation function an argument.
Nick Mathewson
2023-06-15
1
-1
/
+1
*
rpc: revise session initialization a lot.
Nick Mathewson
2023-06-15
1
-7
/
+8
*
RPC: rename new_session to new_connection
Nick Mathewson
2023-06-15
1
-1
/
+1
*
rpc: revise the relationship between Mgr and Connection
Nick Mathewson
2023-06-14
1
-1
/
+1
*
RPC: tell the `arti` SOCKS code about an RpcMgr object.
Nick Mathewson
2023-06-05
1
-7
/
+29
*
rpc: Move Arc::new() to RpcMgr code.
Nick Mathewson
2023-06-05
1
-2
/
+2
*
RPC: Start on plumbing TorClient into our RPC code
Nick Mathewson
2023-05-04
1
-2
/
+2
*
RPC: Move the "listen" part of the RPC listener code to `arti`.
Nick Mathewson
2023-05-04
1
-0
/
+55