aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
* arti-client: update release dateSteven Engler2026-08-031-1/+1
* Merge branch 'remove-lint' into 'main'Jim Newsome2026-07-153-3/+1
|\
| * Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-152-2/+0
| * add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
| * Removed unnecessary lintpryty262026-07-151-1/+1
* | arti-client: Fix formattinghjrgrn2026-07-101-5/+1
* | multiple crates: Fix clippy warningshjrgrn2026-07-102-2/+2
|/
* Update release date for 2.5.0Nick Mathewson2026-06-301-1/+1
* Merge branch 'misc_string_slices_1' into 'main'Clara Engler2026-06-181-6/+5
|\
| * arti-client: remove string slicesNick Mathewson2026-06-101-6/+5
* | arti-client: warn if reconfig left client in inconsistent stateSteven Engler2026-06-111-15/+42
|/
* everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-091-0/+3
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-097-0/+8
* arti: rpc functionality to bootstrap a defer_bootstrapped client.Nick Mathewson2026-06-081-1/+1
* client: Reflect manually disabled bootstrap in statusNick Mathewson2026-06-022-4/+101
* Update release dateGabriela Moldovan2026-06-011-1/+1
* Apply 2 suggestion(s) to 1 file(s)Nick Mathewson2026-05-271-2/+2
* client: Have launch_onion_service instantiate RunningInner as needed.Nick Mathewson2026-05-261-4/+28
* client: RunningInner::reconfigure: refactor running → selfNick Mathewson2026-05-262-43/+81
* client: Move dirmgr_store back into ClientShared.Nick Mathewson2026-05-261-9/+10
* client: Fold wait_for_bootstrap{,_running} into a single method.Nick Mathewson2026-05-261-20/+14
* client: change remaining wait_for_bootstrap user.Nick Mathewson2026-05-261-5/+6
* client: Defer creation of most structures until bootstrap.Nick Mathewson2026-05-262-127/+226
* client: Rename create_inner to create_implNick Mathewson2026-05-262-2/+2
* client: move bootstrap lock to the head of bootstrap_inner.Nick Mathewson2026-05-261-5/+5
* client: Factor out the "running a client" code into an inner typestateNick Mathewson2026-05-261-81/+176
* client: rename ClientInner → ClientShared.Nick Mathewson2026-05-261-5/+5
* ptmgr: Defer proxy protocol string conversionNihal2026-05-261-2/+2
* ptmgr: pass outbound_proxy to managed PT processesNihal2026-05-261-1/+6
* Remove `use_obsolete_software`.Nick Mathewson2026-05-144-116/+8
* Fix documentation that referred to clones of a TorClient.Nick Mathewson2026-05-131-18/+7
* client: Move the ClientInner code into one impl block.Nick Mathewson2026-05-131-171/+166
* client: Remove some inner Arcs from ClientInnerNick Mathewson2026-05-131-9/+10
* client: revise StreamPrefs methodsNick Mathewson2026-05-131-14/+1
* Make TorClient no longer implement Clone.Nick Mathewson2026-05-131-46/+86
* Make all TorClient constructors wrap the TorClient in an Arc.Nick Mathewson2026-05-133-14/+15
* release: Bump release date for 2.3.0.Wesley Aptekar-Cassels2026-05-061-1/+1
* Log tunnel and circuit IDsJim Newsome2026-04-081-1/+4
* Update release dateIan Jackson2026-03-301-1/+1
* arti-client: Port to web-time-compat.Nick Mathewson2026-03-262-11/+9
* arti-client: Stub out usage of FsStateMgr on wasm32-unknown.Nick Mathewson2026-03-251-4/+34
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* Update the release date for today's releaseGabriela Moldovan2026-03-031-1/+1
* Update release date in preparation for today's releaseGabriela Moldovan2026-03-021-1/+1
* arti-client: Convert config to derive_deftly(TorConfig).Nick Mathewson2026-02-241-115/+94
* Merge branch 'ticket_2338' into 'main'Nick Mathewson2026-02-191-9/+5
|\
| * arti-client: Use ErrorSources to find best hint for an error.Nick Mathewson2026-02-161-9/+5
* | Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
|/
* relay: Add a TLS acceptor in the ChanBuilderDavid Goulet2026-02-091-7/+10
* release: Update release date.Wesley Aptekar-Cassels2026-02-021-1/+1