summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
...
* fix documentation for StreamPrefs::connect_to_onion_services to match changes...Aiden McClelland2025-08-281-8/+1
* Run "update-release-date"Nick Mathewson2025-08-281-1/+1
* Merge branch 'smol-add-impl-in-tor-rtcompat' into 'main'opara2025-08-211-1/+1
|\
| * smol: Implement smol in tor-rtcompatNiel Duysters2025-08-211-1/+1
* | chanmgr: Add KeyMgr to channel builderDavid Goulet2025-08-201-0/+1
* | Add a few unit tests for create_unbootstrapped_async.Nick Mathewson2025-08-191-0/+49
* | proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-183-3/+3
|/
* Resolve a rustdoc warningNick Mathewson2025-08-071-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-077-27/+40
* Update code for Edition 2024Nick Mathewson2025-08-071-3/+5
* arti-client: Fix test for FlowCtrl=2.Nick Mathewson2025-08-061-3/+3
* tor_proto: add FLOWCTRL_CC to supported_client_protocolsNick Mathewson2025-08-061-5/+13
* arti-client: Resolve XXX to make CI run.Gabriela Moldovan2025-08-051-23/+26
* arti-client: Use the new Tunnel interfaceDavid Goulet2025-08-052-26/+34
* hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-051-1/+1
* Update the release dateIan Jackson2025-08-051-1/+1
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-312-8/+10
* Merge branch 'configuration-sources-pub' into 'main'Alexander Hansen Færøy2025-07-301-1/+1
|\
| * arti-client: Re-export `ConfigurationSources`Clara Engler2025-06-111-1/+1
* | arti-client: Update release date.Gabriela Moldovan2025-07-071-1/+1
* | Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* | arti: Add keys list and keys list-keystoreshjrgrn2025-06-121-0/+8
|/
* release: Update ARTI_CLIENT_RELEASE_DATE using `maint/update-release-date`.Alexander Hansen Færøy2025-06-051-1/+1
* Merge branch 'clean-implement-haskind-for-toraddrerror' into 'main'David Goulet2025-05-052-3/+28
|\
| * Fix formatting in test_error_kind functionVijaya Bhaskar2025-04-271-1/+4
| * Implement HasKind trait for TorAddrErrorVijaya Bhaskar2025-04-272-3/+25
* | release: Update release date.Wesley Aptekar-Cassels2025-05-011-1/+1
|/
* arti-client: remove incorrect note about `StateDirectory` usageSteven Engler2025-04-231-1/+0
* Rename recommended_protocols to protocol_statuses.Nick Mathewson2025-04-161-3/+3
* arti-client: Document spec of checking date on cached protosNick Mathewson2025-04-161-3/+6
* arti-client: On shutdown for missing proto, print to stderrNick Mathewson2025-04-161-1/+17
* protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-1/+1
* arti-client: Small test for evaluating protocol status.Nick Mathewson2025-04-161-0/+69
* arti,arti-client: Add an option to override required protocolsNick Mathewson2025-04-164-6/+77
* arti-client: Keep a somewhat accurate notion of our release date.Nick Mathewson2025-04-163-3/+39
* Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+3
* arti-client: Implement the basics of protocol enforcement.Nick Mathewson2025-04-165-2/+266
* New functions to report supported subprotocolsNick Mathewson2025-04-161-0/+98
* Merge branch 'todo-errordetail' into 'main'David Goulet2025-04-142-2/+8
|\
| * arti-client: Add ErrorDetail::OnionServiceSetuphjrgrn2025-04-142-2/+8
* | arti-client: xref to fork policyIan Jackson2025-04-071-0/+12
|/
* Remove outdated TODOCocytusDEDI2025-04-031-4/+0
* Use CautiousRng for keys going into the KeyMgr.Nick Mathewson2025-03-241-2/+2
* Merge branch 'client-arti' into 'main'opara2025-03-201-16/+12
|\
| * replace state_dir and storage_mistrust with tor_persist::state_dir::StateDire...abdul28012025-03-201-16/+12
* | squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-2/+2
|/
* Fix `crate_bootstrapped` typokpcyrd2025-02-161-1/+1
* rpc: Correct API documentation about optimismNick Mathewson2025-01-301-4/+0
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1