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
*
keystore: Change the dummy HsClientSpecifier to "default".
Gabriela Moldovan
2023-06-30
1
-1
/
+1
*
keymgr: Rename KeyStore to Keystore globally.
Gabriela Moldovan
2023-06-29
1
-5
/
+5
*
Merge branch 'validate-client-spec' into 'main'
Ian Jackson
2023-06-29
1
-1
/
+2
|
\
|
*
Run rustfmt
Ian Jackson
2023-06-29
1
-3
/
+2
|
*
keymgr: Define an error type for bad `ArtiPathComponents`.
Gabriela Moldovan
2023-06-29
1
-12
/
+3
|
*
arti-client, hsclient: Typealias HsClientSpecifier to ArtiPathComponent.
Gabriela Moldovan
2023-06-29
1
-1
/
+12
*
|
Merge branch 'keymgr-config' into 'main'
gabi-250
2023-06-29
1
-9
/
+5
|
\
\
|
*
|
arti-client: Fix clippy lints.
Gabriela Moldovan
2023-06-29
1
-1
/
+1
|
*
|
arti-client: Load keystore dir and permissions from config.
Gabriela Moldovan
2023-06-29
1
-6
/
+2
|
*
|
arti-client: Add keystore_dir to StorageConfig.
Gabriela Moldovan
2023-06-29
1
-4
/
+4
|
|
/
*
|
arti-client: StreamPrefs: Add security note
Ian Jackson
2023-06-29
1
-0
/
+7
*
|
Turn off HS client connections by default
Ian Jackson
2023-06-29
1
-1
/
+1
|
/
*
HS configuration: Plumb configuration through (fmt)
Ian Jackson
2023-06-28
1
-1
/
+4
*
HS configuration: Plumb configuration through (clippy)
Ian Jackson
2023-06-28
1
-4
/
+4
*
HS configuration: Plumb configuration through
Ian Jackson
2023-06-28
1
-2
/
+2
*
HS configuration: Add and honour `allow_onion_addrs` in configuration
Ian Jackson
2023-06-28
1
-5
/
+10
*
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
[next]