summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-27/+27
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
|/
* tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps ...Gabriela Moldovan2024-12-101-2/+6
* tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps.Gabriela Moldovan2024-12-101-1/+8
* Move base CfgPathResolver for arti-client back to tor-config-path.Nick Mathewson2024-12-092-120/+3
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-27/+27
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-2/+2
* Run fixup-features in preparation for release (fmt).Gabriela Moldovan2024-12-021-1/+2
* Run fixup-features in preparation for release.Gabriela Moldovan2024-12-021-1/+1
* PoW: Consolidate feature flags into a single flag.Wesley Aptekar-Cassels2024-11-251-4/+1
* arti-client: change test to use path resolver from `TorClientConfig`Steven Engler2024-11-181-6/+12
* tor-config-path: remove `Option` from resolver valueSteven Engler2024-11-181-9/+10
* arti-client: add path resolver to `TorClient` and `TorClientConfig`Steven Engler2024-11-182-39/+68
* arti-client: add a more-comprehensive cfg variable testSteven Engler2024-11-181-10/+35
* arti-client: moved two tests from tor-config-pathSteven Engler2024-11-181-0/+20
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-183-17/+94
* tor-ptmgr: pass through the `CfgPathResolver`Steven Engler2024-11-181-0/+2
* tor-hsservice: pass through the `CfgPathResolver`Steven Engler2024-11-181-0/+2
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* arti-client: add doc comment to `TorClient::reconfigure`Steven Engler2024-11-051-0/+4
* Merge branch 'remove-haskind' into 'main'Ian Jackson2024-11-051-1/+3
|\
| * arti-client: Clarify when BadOnionAddress is returned.Gabriela Moldovan2024-11-041-0/+2
| * tor-hscrypto: Abolish the HasKind impl of HsIdParseError.Gabriela Moldovan2024-11-041-1/+1
* | tor-config: removed re-export of `CfgPath`Steven Engler2024-11-042-1/+3
|/
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-27/+27
|\
| * Bump minor versions of crates with new APIs/implsIan Jackson2024-10-301-1/+1
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-26/+26
* | cargo: Run fixup-features (formatting)Ian Jackson2024-10-301-1/+2
* | cargo: Run fixup-featuresIan Jackson2024-10-301-3/+3
* | cargo: Declare [hs-]pow-* experimental everywhere elseIan Jackson2024-10-301-0/+1
|/
* Make memquota feature part of full in arti-clientIan Jackson2024-10-222-3/+4
* test-all-crates: conditional options, to test more cratesIan Jackson2024-10-221-1/+1
* Disable a lot of dead code warningsIan Jackson2024-10-172-0/+6
* Merge branch 'mq-feat-1' into 'main'Jim Newsome2024-10-161-1/+1
|\
| * Apply `default-features = false` to all tor-memquota depsIan Jackson2024-10-161-1/+1
* | Merge branch 'rpc_verb_methods' into 'main'David Goulet2024-10-161-1/+1
|\ \ | |/ |/|
| * RPC: Rename "arti:isolated_client" to "arti:new_isolated_client".Nick Mathewson2024-10-091-1/+1
* | memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>Ian Jackson2024-10-151-2/+1
* | arti: Make hs-pow a experimental feature.Wesley Aptekar-Cassels2024-10-091-1/+1
* | hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-091-2/+1
* | tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-091-1/+6
* | First pass at implementing onion proof-of-work clientWesley Aptekar-Cassels2024-10-091-0/+2
|/
* arti-client: Fix a broken doc comment.Gabriela Moldovan2024-10-081-1/+1
* arti-client, tor-keymgr: Remove a couple of now-addressed TODOs.Gabriela Moldovan2024-10-081-1/+0
* arti-client: Use the configured C Tor client keystores.Gabriela Moldovan2024-10-081-1/+12
* arti-client: Use the configured C Tor keystores, if any.Gabriela Moldovan2024-10-082-4/+23
* arti-client: Refactor KeyMgr building logic.Gabriela Moldovan2024-10-081-15/+14