summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
...
* tor-keymgr: Rename the primary keystore for clarity.Gabriela Moldovan2024-09-231-6/+6
* arti-client: added support for constructing ArtiEphemeralKeystore to InertTor...Morgan2024-09-201-22/+37
* tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfigMorgan2024-09-201-4/+4
* arti-client: Add APIs for rotating service discovery keys.Gabriela Moldovan2024-09-191-0/+80
* arti-client: add experimental launch_onion_service_with_hsid() method which H...Morgan2024-09-151-1/+45
* arti-client: Convert a note to a comment.Gabriela Moldovan2024-09-121-1/+1
* arti-client: Remove duplicated documentation.Gabriela Moldovan2024-09-121-42/+4
* arti-client: implemented insert_service_discovery_key and remove_service_disc...Morgan2024-09-101-1/+168
* Merge branch 'relay-err' into 'main'David Goulet2024-09-091-1/+1
|\
| * arti-client: minor documentation grammar fixSteven Engler2024-09-051-1/+1
* | Add a TODO RPC call about revising/moving documentationNick Mathewson2024-09-091-0/+6
* | rpc: More specificity surrounding SOCKS-rpc integrationNick Mathewson2024-09-091-2/+24
|/
* memory quota error message: Fix emacs-induced typoIan Jackson2024-09-041-1/+1
* Provide a MemoryQuotaTracker in TorClientIan Jackson2024-09-043-2/+15
* arti-client: Unstable cargo feature for exposing info for testingIan Jackson2024-09-041-0/+9
* Look for memquota configuration in the TorClient configurationIan Jackson2024-09-041-0/+29
* arti-client: replace `convert_override_net_params` with generic `default_extend`Steven Engler2024-09-031-10/+6
* arti-client: Fix a rustdoc warning.Gabriela Moldovan2024-08-281-1/+1
* arti-client: Document the unspecified behavior of create_inert().Gabriela Moldovan2024-08-281-0/+6
* arti-client: Add an InertTorClient for accessing client state (fmt).Gabriela Moldovan2024-08-281-1/+3
* arti-client: Add an InertTorClient for accessing client state.Gabriela Moldovan2024-08-283-74/+166
* arti-client: Move state_dir() to TorClientConfig.Gabriela Moldovan2024-08-282-17/+17
* arti-client: Move BuilderExt to tor-config.Gabriela Moldovan2024-08-051-23/+3
* rpc: Refactor errors part 1: a new RpcMethod trait.Nick Mathewson2024-07-251-12/+6
* Tweak documentation for wait_for_stop slightly.Nick Mathewson2024-07-231-1/+7
* tor-hsservice: Add OnionServiceBuilder, deprecate OnionService::new (fmt).Gabriela Moldovan2024-07-151-10/+8
* tor-hsservice: Add OnionServiceBuilder, deprecate OnionService::new.Gabriela Moldovan2024-07-151-6/+11
* implement TorClient::wait_for_stoptrinity-1686a2024-07-111-0/+6
* Merge branch 'mistrust-message' into 'main'Ian Jackson2024-07-101-1/+1
|\
| * arti-client: Correct message for mistrust errorIan Jackson2024-07-101-1/+1
* | arti-client: Gate generate_service_discovery_key() behind keymgr feature.Gabriela Moldovan2024-07-101-2/+10
|/
* arti-client: Add a function for generating client authorization keys.Gabriela Moldovan2024-06-272-1/+89
* Resolve a rustdoc warning.Nick Mathewson2024-06-241-2/+2
* Add a maximum to local_resource_timeout.Nick Mathewson2024-06-242-8/+33
* local_resource_timeout: Change wait interval to 50 ms.Nick Mathewson2024-06-241-1/+1
* Rename fslock_timeout to local_resource_timeoutNick Mathewson2024-06-241-11/+16
* Clarify documentation about blocking.Nick Mathewson2024-06-241-2/+4
* TorClientBuilder: Wait for a little while if the lockfiles are held.Nick Mathewson2024-06-241-4/+109
* TorClientBuilder: take self by reference when buildingNick Mathewson2024-06-241-4/+4
* Merge branch 'rpc-stream-methods' into 'main'Nick Mathewson2024-06-112-73/+110
|\
| * Several typo fixes from GabiNick Mathewson2024-06-111-3/+3
| * RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.Nick Mathewson2024-06-112-73/+110
* | StorageConfig: complete a missing piece of documentation.Nick Mathewson2024-06-111-1/+1
* | StorageConfig: Light reformatting.Nick Mathewson2024-06-111-0/+3
|/
* rpc: Pass around our rpc::Context in an Arc.Nick Mathewson2024-06-101-3/+3
* arti-client: Unconditionally retire all HS circuits if circmgr says so.Gabi Moldovan2024-06-031-12/+1
* arti-client: Add TODO about always clearing the HS circ pool.Gabriela Moldovan2024-06-031-0/+8
* tor-circmgr: Remove VanguardMode from Pool (fmt).Gabriela Moldovan2024-06-031-4/+3
* tor-circmgr: Remove VanguardMode from Pool.Gabriela Moldovan2024-06-031-5/+7
* tor-guardmgr: Unconditionally define VanguardConfig.Gabriela Moldovan2024-06-031-11/+3