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
/
client.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Rustfmt
Ian Jackson
2023-03-08
1
-1
/
+4
*
arti-client: Do not send resolve requests for IP addrs to exits
Ian Jackson
2023-03-08
1
-13
/
+21
*
arti-client addr handling: Introduce StreamInstructions
Ian Jackson
2023-03-08
1
-22
/
+25
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
1
-1
/
+1
*
Use ErrorReport for errors in error! in arti-client
Ian Jackson
2023-01-30
1
-2
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
made TorClient::set_stream_prefs public
Michael van Straten
2023-01-18
1
-4
/
+1
*
Make a top-level API for connecting to onion services.
Nick Mathewson
2023-01-12
1
-0
/
+6
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
arti: pt mgr spawns the task itself in new
Ian Jackson
2022-11-30
1
-3
/
+0
[prev]
[next]