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
...
*
tor-hsclient: Expire old data eventually
Ian Jackson
2023-06-23
1
-1
/
+12
*
keymgr: Move dummy implementation to tor-keymgr.
Gabriela Moldovan
2023-06-22
1
-1
/
+1
*
Merge branch 'doc_link_fix' into 'main'
Alexander Færøy
2023-06-21
1
-1
/
+1
|
\
|
*
Fix a rustdoc link.
Nick Mathewson
2023-06-21
1
-1
/
+1
*
|
Remove extra 'this' in some methods
Saksham Mittal
2023-06-21
1
-3
/
+3
*
|
Create chanmgr() method in TorClient
Saksham Mittal
2023-06-21
1
-0
/
+9
|
/
*
arti-client: Remove unnecessary #[cfgs(...)].
Gabriela Moldovan
2023-06-20
1
-5
/
+0
*
arti-client: Create module exposing one of the key manager APIs.
Gabriela Moldovan
2023-06-20
1
-5
/
+1
*
arti-client, keymgr: Introduce Mistrust settings and enforce FS permissions.
Gabriela Moldovan
2023-06-20
1
-3
/
+9
*
arti-client: Temporarily ignore key store errors.
Gabriela Moldovan
2023-06-20
1
-3
/
+10
*
arti-client: hs: remove some now-obsolete allows
Ian Jackson
2023-06-16
1
-3
/
+0
*
arti-client: Provide ErrorDetailDiscriminants for convenient testing
Ian Jackson
2023-06-16
1
-2
/
+1
*
arti-client: StreamPrefs::connect_to_onion_services: honour
Ian Jackson
2023-06-16
1
-2
/
+1
*
arti-client: StreamPrefs::connect_to_onion_services: docs
Ian Jackson
2023-06-16
1
-1
/
+6
*
arti-client: StreamPrefs::connect_to_onion_services: fix cfg
Ian Jackson
2023-06-16
1
-1
/
+1
*
arti-client: StreamPrefs::connect_to_onion_services: fix name
Ian Jackson
2023-06-16
1
-1
/
+1
*
Added setter method in impl for StreamPrefs
nate_d1azzz
2023-06-16
1
-1
/
+5
*
arti-client hs: connect_to_onion_services: default to true
Ian Jackson
2023-06-16
1
-2
/
+5
*
arti-client: address: Plumb StreamPrefs into enforce_config
Ian Jackson
2023-06-16
1
-2
/
+2
*
arti-client: address: Move config enforcement
Ian Jackson
2023-06-16
1
-4
/
+2
*
arti-client: Rename hs feature to onion-service-client (cfg lines)
Ian Jackson
2023-06-16
1
-7
/
+7
*
arti-client: Use a dummy key manager if the keymgr feature is disabled.
Gabriela Moldovan
2023-06-15
1
-4
/
+17
*
arti-client: Implement From<tor_keymgr::Error> for Error.
Gabriela Moldovan
2023-06-15
1
-4
/
+2
*
keymgr, arti-client: KeyMgr should return Ok(None) if the key is not found.
Gabriela Moldovan
2023-06-15
1
-24
/
+2
*
arti_client: Add TODO about refactoring code around HsClientSecretKeysBuilder.
Gabriela Moldovan
2023-06-15
1
-0
/
+4
*
keymgr: Move the HS client and service key specifiers out of tor-keymgr.
Gabriela Moldovan
2023-06-15
1
-6
/
+5
*
arti-client, keymgr: Initialize KeyMgr with an ArtiNativeKeyStore.
Gabriela Moldovan
2023-06-15
1
-2
/
+16
*
keymgr: Introduce ToEncodableKey to simplify lookups.
Gabriela Moldovan
2023-06-15
1
-7
/
+6
*
arti-client: Make the client use the KeyMgr.
Gabriela Moldovan
2023-06-15
1
-3
/
+75
*
hs: Fix a feature name in arti-client
Nick Mathewson
2023-06-07
1
-1
/
+1
*
Refactor ClientCirc APIs to use Arc<ClientCirc>.
Nick Mathewson
2023-05-16
1
-1
/
+1
*
RPC: Start on plumbing TorClient into our RPC code
Nick Mathewson
2023-05-04
1
-0
/
+4
*
Merge branch 'plumb' into 'main'
Alexander Færøy
2023-03-30
1
-5
/
+15
|
\
|
*
Run rustfmt
Ian Jackson
2023-03-30
1
-8
/
+4
|
*
arti-client: Call HsCircPool::launch_background_tasks
Ian Jackson
2023-03-30
1
-4
/
+13
|
*
arti-client: When making hs conn, wait for bootstrap
Ian Jackson
2023-03-30
1
-0
/
+3
|
*
tor-client: Pass a netdir for each request
Ian Jackson
2023-03-30
1
-1
/
+3
*
|
Move functionality from tor_basic_utils to tor_async_utils
Nick Mathewson
2023-03-29
1
-1
/
+1
|
/
*
Pass HsCircPool to hsclient connect function, not CircMgr (fmt)
Ian Jackson
2023-03-28
1
-5
/
+5
*
Pass HsCircPool to hsclient connect function, not CircMgr
Ian Jackson
2023-03-28
1
-2
/
+5
*
Apply deferred rustfmt churn
Ian Jackson
2023-03-23
1
-1
/
+4
*
arti-client: Include redacted HsId in ObtainHsCircuit error
Ian Jackson
2023-03-23
1
-1
/
+1
*
arti-client: Fix wording of docs for TorClient::isolation
Ian Jackson
2023-03-23
1
-1
/
+1
*
arti-client: Strengthen an HS todo
Nick Mathewson
2023-03-23
1
-1
/
+1
*
arti-client: Call tor-hsclient to create HS connections
Ian Jackson
2023-03-23
1
-4
/
+11
*
arti-client: Create an HsClientConnector
Ian Jackson
2023-03-23
1
-0
/
+15
*
arti-client: Move client stream creation out of match, in connect
Ian Jackson
2023-03-23
1
-16
/
+17
*
arti-client: Break out TorClient::isolation(prefs)
Ian Jackson
2023-03-23
1
-17
/
+32
*
arti-client: Parse .onion addresses and dispatch to client.rs
Ian Jackson
2023-03-09
1
-0
/
+21
*
arti-client: DoThingInstructions: Make error returns consistent
Ian Jackson
2023-03-09
1
-1
/
+1
[prev]
[next]