summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'version-bumps'Nick Mathewson2026-06-301-33/+33
|\
| * Version bumps for 2.5.0Nick Mathewson2026-06-301-33/+33
* | Update release date for 2.5.0Nick Mathewson2026-06-301-1/+1
|/
* Merge branch 'msrv-1.91' into 'main'gabi-2502026-06-181-1/+1
|\
| * Bump MSRV to 1.91Clara Engler2026-06-151-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
| |/ |/|
* | Merge branch 'cgo-stable' into 'main'Nick Mathewson2026-06-101-2/+2
|\ \
| * | Mark "counter-galois-onion" as stableNick Mathewson2026-06-041-2/+2
* | | arti-client: add "dep:" prefix to "tor-rpcbase"Steven Engler2026-06-101-1/+1
| |/ |/|
* | Merge branch 'clippy-string-slice' into 'main'Nick Mathewson2026-06-1013-0/+17
|\ \
| * | everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-091-0/+3
| * | maint: Run maint/add_warning to deny string slicesClara Engler2026-06-0913-0/+14
* | | Merge branch 'cc-default' into 'main'Nick Mathewson2026-06-101-1/+1
|\ \ \
| * | | arti-client: add 'flowctl-cc' to 'default'Steven Engler2026-06-011-1/+1
* | | | Bump derive-deftly to 1.11.3Ian Jackson2026-06-091-1/+1
| |/ / |/| |
* | | proto: Move RateLimitedWriter to tor-async-utilsDavid Goulet2026-06-081-1/+1
* | | tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions`Steven Engler2026-06-081-6/+9
* | | arti: rpc functionality to bootstrap a defer_bootstrapped client.Nick Mathewson2026-06-081-1/+1
| |/ |/|
* | Upgrade tokio to LTS 1.47.1Neel Chauhan2026-06-031-1/+1
* | client: Reflect manually disabled bootstrap in statusNick Mathewson2026-06-022-4/+101
|/
* Remove semver.md files post-releaseGabriela Moldovan2026-06-011-9/+0
* Merge branch '2.4.0-bumps' into 'main'arti-v2.4.0gabi-2502026-06-011-31/+31
|\
| * Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-30/+30
| * Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-06-011-1/+1
* | 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-263-86/+181
* client: rename ClientInner → ClientShared.Nick Mathewson2026-05-261-5/+5
* Merge branch 'stabilize-flowctl-cc' into 'main'Nick Mathewson2026-05-261-2/+3
|\
| * arti-client: move 'flowctl-cc' from 'experimental' to 'full'Steven Engler2026-05-221-2/+3
* | ptmgr: Defer proxy protocol string conversionNihal2026-05-261-2/+2
* | ptmgr: pass outbound_proxy to managed PT processesNihal2026-05-261-1/+6
|/
* Merge branch 'no-version-override' into 'main'wesleyac2026-05-215-116/+11
|\
| * Remove `use_obsolete_software`.Nick Mathewson2026-05-145-116/+11
* | Merge branch 'socket-buf-size' into 'main'opara2026-05-211-6/+9
|\ \ | |/ |/|
| * tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`Steven Engler2026-05-071-6/+9
* | 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-132-14/+3