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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
3
-21
/
+21
*
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
4
-7
/
+70
*
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
*
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
1
-2
/
+7
|
\
\
|
*
|
add a few more comments on PTs
trinity-1686a
2023-06-09
1
-0
/
+2
|
*
|
complement general documentation on bridges and pt
trinity-1686a
2023-06-07
1
-0
/
+2
|
*
|
move snowflake example to dedicated file and comment it more
trinity-1686a
2023-06-07
1
-27
/
+5
|
*
|
add documentation for configuring snowflake pt
trinity-1686a
2023-06-07
1
-4
/
+27
|
|
/
*
/
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
2
-0
/
+19
*
arti-client: Only run BridgesConfig doc test if pt-client feature is enabled.
Gabriela Moldovan
2023-05-02
1
-1
/
+2
*
Merge branch 'plumb' into 'main'
Alexander Færøy
2023-03-30
2
-7
/
+17
|
\
|
*
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
|
*
tor-hsconn: Rename ConnError (from HsClientConnError)
Ian Jackson
2023-03-30
1
-2
/
+2
|
*
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
|
/
*
Merge branch 'hspre' into 'main'
Ian Jackson
2023-03-29
2
-4
/
+9
|
\
|
*
Tidy up an unused import warning
Ian Jackson
2023-03-28
1
-1
/
+3
|
*
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
*
|
arti-client: add accessors for `Blockage`
eta
2023-03-28
1
-1
/
+13
|
/
*
tor_client: Add some example code for BridgeConfig.
Nick Mathewson
2023-03-24
1
-0
/
+49
*
arti-client: Make TransportConfigListBuilder public.
Nick Mathewson
2023-03-24
1
-1
/
+8
*
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
2
-4
/
+4
*
arti-client: Fix wording of docs for TorClient::isolation
Ian Jackson
2023-03-23
1
-1
/
+1
[prev]
[next]