summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
...
* arti-client: StreamPrefs::connect_to_onion_services: docsIan Jackson2023-06-161-1/+6
* arti-client: StreamPrefs::connect_to_onion_services: fix cfgIan Jackson2023-06-161-1/+1
* arti-client: StreamPrefs::connect_to_onion_services: fix nameIan Jackson2023-06-161-1/+1
* Added setter method in impl for StreamPrefsnate_d1azzz2023-06-161-1/+5
* arti-client hs: connect_to_onion_services: default to trueIan Jackson2023-06-161-2/+5
* arti-client: OnionAddressNotSupported: Change description and kindIan Jackson2023-06-161-3/+3
* arti-client: address: Apply deferred rustfmt churnIan Jackson2023-06-161-2/+6
* arti-client: address: Plumb StreamPrefs into enforce_configIan Jackson2023-06-162-7/+12
* arti-client: address: Move config enforcementIan Jackson2023-06-162-9/+11
* arti-client: address: Move config enforcement (pre-fmt)Ian Jackson2023-06-161-2/+6
* arti-client: address: Disable some tests when HS disabledIan Jackson2023-06-161-9/+16
* arti-client: Rename hs feature to onion-service-client (cfg lines)Ian Jackson2023-06-164-23/+22
* arti-client: Rename hs feature to onion-service-clientIan Jackson2023-06-162-3/+4
* arti-client: rustfmtGabriela Moldovan2023-06-151-3/+8
* arti-client: Fix clippy lints.Gabriela Moldovan2023-06-151-0/+7
* arti-client: Use a dummy key manager if the keymgr feature is disabled.Gabriela Moldovan2023-06-157-8/+75
* arti-client: Implement From<tor_keymgr::Error> for Error.Gabriela Moldovan2023-06-152-4/+9
* keymgr, arti-client: KeyMgr should return Ok(None) if the key is not found.Gabriela Moldovan2023-06-151-24/+2
* arti_client: Add TODO about refactoring code around HsClientSecretKeysBuilder.Gabriela Moldovan2023-06-151-0/+4
* keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-151-6/+5
* arti-client, keymgr: Initialize KeyMgr with an ArtiNativeKeyStore.Gabriela Moldovan2023-06-151-2/+16
* keymgr: Introduce ToEncodableKey to simplify lookups.Gabriela Moldovan2023-06-151-7/+6
* arti-client: Make the client use the KeyMgr.Gabriela Moldovan2023-06-152-3/+82
* keymgr: Add key manager implementation stub.Gabriela Moldovan2023-06-151-1/+2
* make snowflake example feature-gatedtrinity-1686a2023-06-141-5/+13
* Merge branch 'rpc_pseudomethods_v6' into 'main'Nick Mathewson2023-06-121-5/+7
|\
| * RPC: Functionality to downcast dyn Object to a dyn Trait.Nick Mathewson2023-06-121-5/+7
| * rpc: make decl_object! responsible for writing impl Object {} blocks.Nick Mathewson2023-06-071-1/+1
* | Merge branch 'pt-snowflake' into 'main'Nick Mathewson2023-06-113-2/+116
|\ \
| * | add a few more comments on PTstrinity-1686a2023-06-092-2/+5
| * | change path to snowflake clienttrinity-1686a2023-06-081-1/+2
| * | change link for more information on ptstrinity-1686a2023-06-081-1/+1
| * | remove forgoten debug linetrinity-1686a2023-06-081-1/+0
| * | add anchor to amp-cache linktrinity-1686a2023-06-081-1/+1
| * | complement general documentation on bridges and pttrinity-1686a2023-06-073-0/+12
| * | move snowflake example to dedicated file and comment it moretrinity-1686a2023-06-072-27/+103
| * | add documentation for configuring snowflake pttrinity-1686a2023-06-071-4/+27
| |/
* | Merge branch 'report-trait-doc-fix' into 'main'Alexander Færøy2023-06-092-0/+107
|\ \
| * | Rephrase error handling to reportingSaksham Mittal2023-06-081-2/+2
| * | Add error handling section in READMESaksham Mittal2023-06-081-0/+40
| * | Add separate example with ReportSaksham Mittal2023-06-081-0/+67
| |/
* / hs: Fix a feature name in arti-clientNick Mathewson2023-06-071-1/+1
|/
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-24/+24
* Refactor ClientCirc APIs to use Arc<ClientCirc>.Nick Mathewson2023-05-161-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-3/+7
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+2
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-1/+19
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-6/+7
* Mark an initial set of non-additive features.Nick Mathewson2023-05-151-5/+7
* RPC: Start on plumbing TorClient into our RPC codeNick Mathewson2023-05-043-0/+22