summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* chanmgr: Introduce a ChanMgrConfig structDavid Goulet2026-01-131-1/+2
* chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-131-1/+0
* arti-client: Update release dateClara Engler2026-01-131-1/+1
* arti,arti-relay: change info keystore path msg to debugSteven Engler2025-12-111-1/+3
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-043-23/+0
* Merge branch 'torclient-keymgr-accessor' into 'main'wesleyac2025-12-031-0/+6
|\
| * arti-client: Add `TorClient:keymgr` getter functionhjrgrn2025-11-051-0/+6
* | Run maint/update-release-date.Gabriela Moldovan2025-12-021-1/+1
* | Merge branch 'fix-typo' into 'main'Ian Jackson2025-11-271-1/+1
|\ \
| * | arti-client: Fix typoMynacol2025-11-271-1/+1
* | | tor-circmgr: simplify `CircMgrConfig`Steven Engler2025-11-261-2/+7
* | | tor-circmgr,arti-client: `CircMgrConfig::vanguard_config` is always builtSteven Engler2025-11-261-5/+48
* | | opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-242-0/+7
|/ /
* | Merge branch 'disable-hidden-service' into 'main'wesleyac2025-11-121-12/+28
|\ \