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-client
/
src
/
client.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti-client: Add an InertTorClient for accessing client state.
Gabriela Moldovan
2024-08-28
1
-72
/
+157
*
arti-client: Move state_dir() to TorClientConfig.
Gabriela Moldovan
2024-08-28
1
-17
/
+3
*
Tweak documentation for wait_for_stop slightly.
Nick Mathewson
2024-07-23
1
-1
/
+7
*
tor-hsservice: Add OnionServiceBuilder, deprecate OnionService::new (fmt).
Gabriela Moldovan
2024-07-15
1
-10
/
+8
*
tor-hsservice: Add OnionServiceBuilder, deprecate OnionService::new.
Gabriela Moldovan
2024-07-15
1
-6
/
+11
*
implement TorClient::wait_for_stop
trinity-1686a
2024-07-11
1
-0
/
+6
*
arti-client: Gate generate_service_discovery_key() behind keymgr feature.
Gabriela Moldovan
2024-07-10
1
-2
/
+10
*
arti-client: Add a function for generating client authorization keys.
Gabriela Moldovan
2024-06-27
1
-1
/
+79
*
RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.
Nick Mathewson
2024-06-11
1
-4
/
+1
*
arti-client: Unconditionally retire all HS circuits if circmgr says so.
Gabi Moldovan
2024-06-03
1
-12
/
+1
*
arti-client: Add TODO about always clearing the HS circ pool.
Gabriela Moldovan
2024-06-03
1
-0
/
+8
*
tor-circmgr: Remove VanguardMode from Pool (fmt).
Gabriela Moldovan
2024-06-03
1
-4
/
+3
*
tor-circmgr: Remove VanguardMode from Pool.
Gabriela Moldovan
2024-06-03
1
-5
/
+7
*
RPC: RpcDataStream type to act as a "stream-shaped hole"
Nick Mathewson
2024-05-14
1
-0
/
+7
*
RPC: Add a trait that can be the target of SOCKS requests
Nick Mathewson
2024-05-12
1
-1
/
+4
*
rpc: Mark TorClient as exposed outside of session
Nick Mathewson
2024-05-09
1
-1
/
+6
*
arti-client: add hs_circ_pool() method on TorClient
Richard Pospesel
2024-04-15
1
-0
/
+14
*
Port many of the macros in tor-rpcbase to use derive-deftly.
Nick Mathewson
2024-04-04
1
-1
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
tor-circmgr: Add HsCircPoolConfig, make HsCircPool::reconfigure general-purpose.
Gabriela Moldovan
2024-03-11
1
-7
/
+1
*
tor-circmgr: Create the VanguardMgr in CircMgr::new.
Gabriela Moldovan
2024-03-11
1
-19
/
+0
*
arti-client: Reconfigure the HS circuit pool if needed.
Gabriela Moldovan
2024-03-11
1
-0
/
+14
*
arti-client: Keep a handle to the HsCircPool if onion-service-client is enabled.
Gabriela Moldovan
2024-03-11
1
-2
/
+2
*
arti-client: Add VanguardsConfig to TorClientConfig.
Gabriela Moldovan
2024-03-11
1
-3
/
+2
*
tor-circmgr: Give CircMgr a VanguardMgr.
Gabriela Moldovan
2024-03-11
1
-0
/
+20
*
tor-hsclient: Remove client nickname from the client key specifiers (fmt).
Gabriela Moldovan
2024-02-22
1
-6
/
+2
*
tor-hsclient: Remove client nickname from the client key specifiers.
Gabriela Moldovan
2024-02-22
1
-5
/
+2
*
arti, arti-client, tor-keymgr: Remove keystore dir configuration.
Gabriela Moldovan
2024-02-21
1
-2
/
+3
*
educe: Use std's default for two structs
Ian Jackson
2024-02-12
1
-2
/
+1
*
educe: Use std's default for enums where default variant is unit
Ian Jackson
2024-02-12
1
-10
/
+6
*
tor-hsservice: Use tor_persist::state_dir
Ian Jackson
2024-02-01
1
-1
/
+3
*
tor-hsservice: Use tor_persist::state_dir, etc. (fmt)
Ian Jackson
2024-02-01
1
-4
/
+3
*
tor-hsservice: Use tor_persist::state_dir
Ian Jackson
2024-02-01
1
-8
/
+8
*
tor-hsclient: Rename HsClientSpecifier to HsClientNickname (fmt).
Gabriela Moldovan
2024-01-31
1
-2
/
+2
*
tor-hsclient: Rename HsClientSpecifier to HsClientNickname.
Gabriela Moldovan
2024-01-31
1
-2
/
+2
*
tor-hsservice: Store the StateMgr inside OnionServiceState.
Gabriela Moldovan
2024-01-18
1
-3
/
+5
*
arti-client: Move state_dir and mistrust handling to separate function.
Gabriela Moldovan
2024-01-18
1
-11
/
+19
*
arti-client: Move keymgr creation to TorClient::create_keymgr.
Gabriela Moldovan
2024-01-18
1
-49
/
+34
*
tor-hsservice: Do not store the StateMgr in OnionService.
Gabriela Moldovan
2024-01-18
1
-13
/
+7
*
arti-client: Add a function for creating OnionServices.
Gabriela Moldovan
2024-01-18
1
-0
/
+58
*
tor-hsservice: Create a separate RunningOnionService type.
Gabriela Moldovan
2024-01-18
1
-5
/
+8
*
arti-client Remove a TODO hs that is no longer relevant.
Gabriela Moldovan
2024-01-11
1
-1
/
+0
*
arti-client: Add ErrorDetail::KeystoreRequired.
Gabriela Moldovan
2024-01-11
1
-4
/
+3
*
arti-client: Turn a TODO hs into #858.
Gabriela Moldovan
2024-01-11
1
-1
/
+1
*
arti-client: Turn a TODO HSS into #1106.
Gabriela Moldovan
2024-01-11
1
-1
/
+1
*
Merge branch 'expand-keystore-dir' into 'main'
gabi-250
2024-01-11
1
-4
/
+2
|
\
|
*
tor-keymgr: Abolish ArtiNativeKeystoreConfig::expand_keystore_dir.
Gabriela Moldovan
2024-01-10
1
-4
/
+2
*
|
tor-hsclient: Derive the KeySpecifier implementation (fmt).
Gabriela Moldovan
2024-01-10
1
-4
/
+2
*
|
tor-hsclient: Derive the KeySpecifier implementation.
Gabriela Moldovan
2024-01-10
1
-3
/
+2
|
/
*
arti_client: Change ephemeral-service TODO HSS comments to #1186.
Nick Mathewson
2024-01-09
1
-3
/
+3
[next]