summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
...
* arti-client: Add APIs for rotating service discovery keys.Gabriela Moldovan2024-09-191-0/+80
* Merge branch 'msrv-1.75' into 'main'Nick Mathewson2024-09-171-1/+1
|\
| * Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* | 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-042-0/+14
* Look for memquota configuration in the TorClient configurationIan Jackson2024-09-041-0/+29
* Add memquota cargo features to arti and arti-clientIan Jackson2024-09-041-0/+4
* arti-client: replace `convert_override_net_params` with generic `default_extend`Steven Engler2024-09-031-10/+6
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-25/+25
* Fix formatting issues introduced by fixup-features.Gabriela Moldovan2024-09-031-1/+2
* arti: Remove the XXXXs added by fixup-features.Gabriela Moldovan2024-09-031-1/+0
* Run fixup-features in preparation for release.Gabriela Moldovan2024-09-031-1/+3
* Fix typosDimitris Apostolou2024-09-031-1/+1
* 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
* Add script for *testing* without any features enabledIan Jackson2024-08-191-0/+3
* Merge branch 'docsrs' into 'main'Jim Newsome2024-08-071-1/+0
|\
| * Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* | arti-client: Move BuilderExt to tor-config.Gabriela Moldovan2024-08-051-23/+3
* | tor-hsservice: Add a restricted-discovery feature.Gabriela Moldovan2024-08-051-0/+2
|/
* Remove semver.md files post-release.Nick Mathewson2024-08-011-1/+0
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-25/+25
* 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
|/
* Remove reference to arti-hyper in arti-client README.mdIan Jackson2024-07-091-2/+0
* Update to derive-deftly 0.14Ian Jackson2024-07-081-1/+1
* arti-client: Add a function for generating client authorization keys.Gabriela Moldovan2024-06-273-1/+90
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-25/+25
* Require strum 0.26.3Ian Jackson2024-06-251-1/+1
* Update to derive-deftly 0.13.0Ian Jackson2024-06-251-1/+1
* Resolve a rustdoc warning.Nick Mathewson2024-06-241-2/+2
* Add a maximum to local_resource_timeout.Nick Mathewson2024-06-242-8/+33