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
*
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
1
-2
/
+1
*
arti-client: Fix a broken doc comment.
Gabriela Moldovan
2024-10-08
1
-1
/
+1
*
arti-client, tor-keymgr: Remove a couple of now-addressed TODOs.
Gabriela Moldovan
2024-10-08
1
-1
/
+0
*
arti-client: Use the configured C Tor client keystores.
Gabriela Moldovan
2024-10-08
1
-1
/
+12
*
arti-client: Use the configured C Tor keystores, if any.
Gabriela Moldovan
2024-10-08
1
-4
/
+21
*
arti-client: Refactor KeyMgr building logic.
Gabriela Moldovan
2024-10-08
1
-15
/
+14
*
tor-keymgr: Move config/arti.rs to config.rs
Gabriela Moldovan
2024-10-08
1
-1
/
+1
*
arti-client: Fix incorrect feature gate for onion-service-client.
Wesley Aptekar-Cassels
2024-10-07
1
-4
/
+3
*
Merge branch 'mq' into 'main'
Ian Jackson
2024-10-07
1
-0
/
+2
|
\
|
*
memquota: Add a toplevel account in tor-chanmgr
Ian Jackson
2024-10-03
1
-0
/
+2
*
|
Merge branch 'launch-with-hsid-docs' into 'main'
gabi-250
2024-10-03
1
-0
/
+8
|
\
\
|
*
|
arti-client: Clarify the launch_onion_service_with_hsid() docs.
Gabriela Moldovan
2024-10-03
1
-0
/
+8
*
|
|
Merge branch 'rename-client-auth' into 'main'
Ian Jackson
2024-10-03
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
arti-client: Use the new "restricted discovery" terminology.
Gabriela Moldovan
2024-10-03
1
-2
/
+2
|
|
/
*
|
CircMgr: Start writing tests.
Wesley Aptekar-Cassels
2024-10-03
1
-1
/
+1
*
|
Revise RPC documentation to be more informative.
Nick Mathewson
2024-10-02
1
-0
/
+12
|
/
*
CircMgr: Make CircMgr and HsCircPool generic over builder type.
Wesley Aptekar-Cassels
2024-09-24
1
-9
/
+11
*
tor-keymgr: Move keystore config under keystore.primary.
Gabriela Moldovan
2024-09-23
1
-1
/
+1
*
arti: Reinstate the keystore.enabled option.
Gabriela Moldovan
2024-09-23
1
-3
/
+3
*
arti-client: Update docs to reflect KeystoreSelector renaming.
Gabriela Moldovan
2024-09-23
1
-3
/
+3
*
tor-keymgr: Rename the primary keystore for clarity.
Gabriela Moldovan
2024-09-23
1
-6
/
+6
*
arti-client: added support for constructing ArtiEphemeralKeystore to InertTor...
Morgan
2024-09-20
1
-22
/
+37
*
arti-client: Add APIs for rotating service discovery keys.
Gabriela Moldovan
2024-09-19
1
-0
/
+80
*
arti-client: add experimental launch_onion_service_with_hsid() method which H...
Morgan
2024-09-15
1
-1
/
+45
*
arti-client: Convert a note to a comment.
Gabriela Moldovan
2024-09-12
1
-1
/
+1
*
arti-client: Remove duplicated documentation.
Gabriela Moldovan
2024-09-12
1
-42
/
+4
*
arti-client: implemented insert_service_discovery_key and remove_service_disc...
Morgan
2024-09-10
1
-1
/
+168
*
Provide a MemoryQuotaTracker in TorClient
Ian Jackson
2024-09-04
1
-0
/
+10
*
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
[next]