aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'reldate' into 'main'Nick Mathewson2026-08-031-1/+1
|\
| * arti-client: update release dateSteven Engler2026-08-031-1/+1
* | Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-30/+30
|/
* Require derive-deftly 1.11.4Ian Jackson2026-07-231-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
|/
* Cargo plumbing to expose HS extension negotiationNick Mathewson2026-07-021-0/+4
* 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
|\