index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-client
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
4
-105
/
+118
*
arti-client: Make some of the dummy KeyMgr impls return an error.
Gabriela Moldovan
2023-06-20
1
-8
/
+9
*
arti-client: Add more dummy keymgr APIs.
Gabriela Moldovan
2023-06-20
1
-0
/
+30
*
arti-client: Add a result type for the dummy keymgr impl.
Gabriela Moldovan
2023-06-20
1
-3
/
+6
*
arti-client: Add an Error type for the dummy key manager.
Gabriela Moldovan
2023-06-20
2
-7
/
+15
*
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: address: Prefer to throw OnionAddressResolveRequest (fmt)
Ian Jackson
2023-06-16
1
-9
/
+7
*
arti-client: address: Prefer to throw OnionAddressResolveRequest
Ian Jackson
2023-06-16
1
-7
/
+23
*
arti-client: hs: Test cases for variously disabling .onion
Ian Jackson
2023-06-16
1
-1
/
+57
*
arti-client: Provide ErrorDetailDiscriminants for convenient testing
Ian Jackson
2023-06-16
3
-2
/
+4
*
arti-client: StreamPrefs::connect_to_onion_services: honour
Ian Jackson
2023-06-16
3
-2
/
+20
*
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: OnionAddressNotSupported: Change description and kind
Ian Jackson
2023-06-16
1
-3
/
+3
*
arti-client: address: Apply deferred rustfmt churn
Ian Jackson
2023-06-16
1
-2
/
+6
*
arti-client: address: Plumb StreamPrefs into enforce_config
Ian Jackson
2023-06-16
2
-7
/
+12
*
arti-client: address: Move config enforcement
Ian Jackson
2023-06-16
2
-9
/
+11
*
arti-client: address: Move config enforcement (pre-fmt)
Ian Jackson
2023-06-16
1
-2
/
+6
*
arti-client: address: Disable some tests when HS disabled
Ian Jackson
2023-06-16
1
-9
/
+16
*
arti-client: Rename hs feature to onion-service-client (cfg lines)
Ian Jackson
2023-06-16
4
-23
/
+22
*
arti-client: Rename hs feature to onion-service-client
Ian Jackson
2023-06-16
2
-3
/
+4
*
arti-client: rustfmt
Gabriela Moldovan
2023-06-15
1
-3
/
+8
*
arti-client: Fix clippy lints.
Gabriela Moldovan
2023-06-15
1
-0
/
+7
*
arti-client: Use a dummy key manager if the keymgr feature is disabled.
Gabriela Moldovan
2023-06-15
7
-8
/
+75
*
arti-client: Implement From<tor_keymgr::Error> for Error.
Gabriela Moldovan
2023-06-15
2
-4
/
+9
*
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
2
-3
/
+82
*
keymgr: Add key manager implementation stub.
Gabriela Moldovan
2023-06-15
1
-1
/
+2
*
make snowflake example feature-gated
trinity-1686a
2023-06-14
1
-5
/
+13
*
Merge branch 'rpc_pseudomethods_v6' into 'main'
Nick Mathewson
2023-06-12
1
-5
/
+7
|
\
|
*
RPC: Functionality to downcast dyn Object to a dyn Trait.
Nick Mathewson
2023-06-12
1
-5
/
+7
|
*
rpc: make decl_object! responsible for writing impl Object {} blocks.
Nick Mathewson
2023-06-07
1
-1
/
+1
*
|
Merge branch 'pt-snowflake' into 'main'
Nick Mathewson
2023-06-11
3
-2
/
+116
|
\
\
|
*
|
add a few more comments on PTs
trinity-1686a
2023-06-09
2
-2
/
+5
|
*
|
change path to snowflake client
trinity-1686a
2023-06-08
1
-1
/
+2
|
*
|
change link for more information on pts
trinity-1686a
2023-06-08
1
-1
/
+1
|
*
|
remove forgoten debug line
trinity-1686a
2023-06-08
1
-1
/
+0
|
*
|
add anchor to amp-cache link
trinity-1686a
2023-06-08
1
-1
/
+1
[prev]
[next]