summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-26/+26
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-2/+2
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-262-10/+9
|\ \ | |/ |/|
| * Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-252-10/+9
* | Merge branch 'rename_singleton_id' into 'main'Jim Newsome2024-09-251-3/+3
|\ \
| * | rpc: Rename SingletonId to SingleIdResponseNick Mathewson2024-09-241-3/+3
* | | Run fixup-features in preparation for upcoming release.Nick Mathewson2024-09-251-1/+1
| |/ |/|
* | Merge branch 'hscircpool-builder-generic' into 'main'gabi-2502024-09-241-9/+11
|\ \
| * | CircMgr: Make CircMgr and HsCircPool generic over builder type.Wesley Aptekar-Cassels2024-09-241-9/+11
| |/
* | Merge branch 'abstract-socket-v2' into 'main'Nick Mathewson2024-09-242-47/+14
|\ \ | |/ |/|
| * Documentation updates for "NetStreamProvider" renameNick Mathewson2024-09-242-3/+3
| * rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-241-10/+10
| * rtcompat: Remove accept() from TcpListenerNick Mathewson2024-09-241-33/+0
| * rtcompat: Add an extension trait for building modified RuntimesNick Mathewson2024-09-241-2/+2
* | tor-keymgr: Move keystore config under keystore.primary.Gabriela Moldovan2024-09-231-1/+1
* | arti: Reinstate the keystore.enabled option.Gabriela Moldovan2024-09-231-3/+3
|/
* arti-client: Update docs to reflect KeystoreSelector renaming.Gabriela Moldovan2024-09-231-3/+3
* 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-202-4/+5
* arti-client: expose key-mgr/ephemeral-keystore feature in arti-clientMorgan2024-09-201-0/+3
* 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