summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
* 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
* tor-keymgr: Move config/arti.rs to config.rsGabriela Moldovan2024-10-082-2/+2
* Merge branch 'allow-onion-addrs-default-true' into 'main'gabi-2502024-10-072-3/+3
|\
| * Default allow_onion_addrs to true.Wesley Aptekar-Cassels2024-10-072-3/+3
* | arti-client: Fix restricted-discovery dependencies.Wesley Aptekar-Cassels2024-10-071-1/+1
* | arti-client: Fix incorrect feature gate for onion-service-client.Wesley Aptekar-Cassels2024-10-071-4/+3
|/
* Merge branch 'mq' into 'main'Ian Jackson2024-10-072-0/+7
|\
| * memquota: Add a toplevel account in tor-chanmgrIan Jackson2024-10-031-0/+2
| * arti-client: Provide another variant for memquota errorsIan Jackson2024-10-031-0/+5
* | Merge branch 'launch-with-hsid-docs' into 'main'gabi-2502024-10-031-0/+8
|\ \
| * | arti-client: Clarify the launch_onion_service_with_hsid() docs.Gabriela Moldovan2024-10-031-0/+8
* | | Merge branch 'rename-client-auth' into 'main'Ian Jackson2024-10-031-2/+2
|\ \ \ | |_|/ |/| |
| * | arti-client: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-2/+2
| |/
* | CircMgr: Start writing tests.Wesley Aptekar-Cassels2024-10-031-1/+1
* | Revise RPC documentation to be more informative.Nick Mathewson2024-10-022-5/+28
|/
* Merge branch 'misc' into 'main'Ian Jackson2024-10-011-2/+2
|\
| * arti-client: Change the case of ErrorDetail::MemquotaSetup from MemQuotaSetupIan Jackson2024-09-261-2/+2
* | Remove semver.md files from 1.2.8Nick Mathewson2024-09-301-1/+0
* | 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
|\ \