| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | rpc-connect: classify newer io errorkinds. | Nick Mathewson | 2026-05-07 | 1 | -2/+4 | |
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'release-2.3.0-changelog-date' into 'main' | Ian Jackson | 2026-05-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | release: Fix changelog date. | Wesley Aptekar-Cassels | 2026-05-07 | 1 | -1/+1 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'update' into 'main' | wesleyac | 2026-05-07 | 2 | -374/+484 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | maint: Add exception to check-licenses. | Wesley Aptekar-Cassels | 2026-05-07 | 1 | -0/+1 | |
| | * | | | | | | | | | Routine cargo update | Ian Jackson | 2026-05-07 | 1 | -374/+483 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'cc-half-stream' into 'main' | opara | 2026-05-07 | 6 | -81/+225 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | tor-proto: rename `*FlowCtrl::e` to `inner` | Steven Engler | 2026-05-07 | 1 | -15/+15 | |
| | * | | | | | | | | tor-proto: rename `*FlowCtrlEnum` to `*FlowCtrlInner` | Steven Engler | 2026-05-07 | 1 | -14/+14 | |
| | * | | | | | | | | tor-proto: fix flow control for half-streams | Steven Engler | 2026-05-07 | 5 | -79/+98 | |
| | * | | | | | | | | tor-proto: add prototype for `HalfStreamFlowCtrl` | Steven Engler | 2026-05-07 | 3 | -4/+124 | |
| | * | | | | | | | | tor-proto: comment change on `StreamFlowCtrl` | Steven Engler | 2026-05-07 | 1 | -1/+6 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'hsclient-timeout-rewrite' into 'main' | Nick Mathewson | 2026-05-07 | 4 | -184/+252 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | hsclient: Remove estimate of extra intro distance. | Nick Mathewson | 2026-05-07 | 1 | -14/+8 | |
| | * | | | | | | | circmgr: Document caveats about BuildCircuit estimator | Nick Mathewson | 2026-05-07 | 1 | -0/+11 | |
| | * | | | | | | | hsclient: Account for peer circuit retries. | Nick Mathewson | 2026-05-07 | 1 | -1/+5 | |
| | * | | | | | | | hsclient: Fix documentation about where timeouts are calculated. | Nick Mathewson | 2026-05-07 | 1 | -8/+2 | |
| | * | | | | | | | hsclient: Simplify h_num_own_{real_}hops | Nick Mathewson | 2026-05-07 | 1 | -7/+11 | |
| | * | | | | | | | hsclient: remove now-needless "allow(unused)" markers. | Nick Mathewson | 2026-05-07 | 1 | -3/+0 | |
| | * | | | | | | | circmgr: Modernize and correct saturating_mul_f64 | Nick Mathewson | 2026-05-07 | 1 | -19/+23 | |
| | * | | | | | | | circmgr: Avoid half-steps in our timeout_scale calculation | Nick Mathewson | 2026-05-07 | 1 | -12/+23 | |
| | * | | | | | | | circmgr, hsclient: Introduce and use a OneWay timeout estimator. | Nick Mathewson | 2026-05-07 | 2 | -16/+18 | |
| | * | | | | | | | hsclient: Move and correct timeouts for waiting for RENDEZVOUS2 | Nick Mathewson | 2026-05-07 | 1 | -66/+89 | |
| | * | | | | | | | hsclient: move and correct timeouts for intro/ack. | Nick Mathewson | 2026-05-07 | 1 | -30/+20 | |
| | * | | | | | | | hsclient: Move and correct timeouts for establishing rend circuits. | Nick Mathewson | 2026-05-07 | 2 | -34/+20 | |
| | * | | | | | | | hsclient: Move and correct timeouts for hsdescriptor downloads. | Nick Mathewson | 2026-05-07 | 2 | -17/+27 | |
| | * | | | | | | | circmgr: Add num_hops members to mock tunnel types. | Nick Mathewson | 2026-05-07 | 1 | -0/+38 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'msrv-20260504' into 'main' | Nick Mathewson | 2026-05-07 | 7 | -34/+12 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | proto: Remove an allow for a now-pedantic warning. | Nick Mathewson | 2026-05-07 | 1 | -6/+0 | |
| | * | | | | | | hsservice, llcrypto, SecurityResponse: use cfg({true,false}) | Nick Mathewson | 2026-05-07 | 3 | -5/+5 | |
| | * | | | | | | tor-config::derive: use cfg(true) and cfg(false) | Nick Mathewson | 2026-05-07 | 1 | -7/+4 | |
| | * | | | | | | tor-basic-utils: remove `flatten` | Nick Mathewson | 2026-05-07 | 2 | -15/+2 | |
| | * | | | | | | tor-basic-utils: Update comment about std::fmt::from_fn. | Nick Mathewson | 2026-05-07 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'release-2.3.0-remove-semver-md' into 'main' | Ian Jackson | 2026-05-07 | 6 | -83/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | release: Remove semver.md files. | Wesley Aptekar-Cassels | 2026-05-06 | 6 | -83/+0 | |
| * | | | | | | | Merge branch 'self-dependency-fix' into 'main'arti-v2.3.0 | Ian Jackson | 2026-05-07 | 1 | -1/+10 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | tor-rtcompat: De-version self-dev-dependency to remove it during publish | Ian Jackson | 2026-05-07 | 1 | -1/+10 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'release-2.3.0-update-release-date' into 'main' | Ian Jackson | 2026-05-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | release: Bump release date for 2.3.0. | Wesley Aptekar-Cassels | 2026-05-06 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'release-2.3.0-changelog' into 'main' | Ian Jackson | 2026-05-06 | 1 | -0/+276 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | release: Add note to changelog about upcoming TorClient API change. | Wesley Aptekar-Cassels | 2026-05-06 | 1 | -0/+6 | |
| | * | | | | | | release: Add 2.3.0 changelog. | Wesley Aptekar-Cassels | 2026-05-06 | 1 | -0/+270 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'release-2.3.0-version-bumps' into 'main' | Ian Jackson | 2026-05-06 | 68 | -636/+636 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | release: Bump tor- and arti- crate versions. | Wesley Aptekar-Cassels | 2026-05-06 | 67 | -610/+610 | |
| | * | | | | | | release: Bump safelog version to 0.8.2. | Wesley Aptekar-Cassels | 2026-05-06 | 22 | -22/+22 | |
| | * | | | | | | release: Bump arti version to 2.3.0. | Wesley Aptekar-Cassels | 2026-05-06 | 4 | -4/+4 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'release-may-2026' into 'main' | Ian Jackson | 2026-05-06 | 2 | -0/+4 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | release: Run fixup-features. | Wesley Aptekar-Cassels | 2026-05-05 | 2 | -0/+4 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'msrv-issue-fix' into 'main' | Ian Jackson | 2026-05-05 | 1 | -2/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Revert "rpc: Suppress a clippy false positive that appears with current beta" | Nick Mathewson | 2026-05-04 | 1 | -2/+1 | |
| |/ / / / | ||||||
