summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | hsclient: Fix documentation about where timeouts are calculated.Nick Mathewson2026-05-071-8/+2
| * | | | | | | hsclient: Simplify h_num_own_{real_}hopsNick Mathewson2026-05-071-7/+11
| * | | | | | | hsclient: remove now-needless "allow(unused)" markers.Nick Mathewson2026-05-071-3/+0
| * | | | | | | circmgr: Modernize and correct saturating_mul_f64Nick Mathewson2026-05-071-19/+23
| * | | | | | | circmgr: Avoid half-steps in our timeout_scale calculationNick Mathewson2026-05-071-12/+23
| * | | | | | | circmgr, hsclient: Introduce and use a OneWay timeout estimator.Nick Mathewson2026-05-072-16/+18
| * | | | | | | hsclient: Move and correct timeouts for waiting for RENDEZVOUS2Nick Mathewson2026-05-071-66/+89
| * | | | | | | hsclient: move and correct timeouts for intro/ack.Nick Mathewson2026-05-071-30/+20
| * | | | | | | hsclient: Move and correct timeouts for establishing rend circuits.Nick Mathewson2026-05-072-34/+20
| * | | | | | | hsclient: Move and correct timeouts for hsdescriptor downloads.Nick Mathewson2026-05-072-17/+27
| * | | | | | | circmgr: Add num_hops members to mock tunnel types.Nick Mathewson2026-05-071-0/+38
| |/ / / / / /
* | | | | | | Merge branch 'msrv-20260504' into 'main'Nick Mathewson2026-05-077-34/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | proto: Remove an allow for a now-pedantic warning.Nick Mathewson2026-05-071-6/+0
| * | | | | | hsservice, llcrypto, SecurityResponse: use cfg({true,false})Nick Mathewson2026-05-073-5/+5
| * | | | | | tor-config::derive: use cfg(true) and cfg(false)Nick Mathewson2026-05-071-7/+4
| * | | | | | tor-basic-utils: remove `flatten`Nick Mathewson2026-05-072-15/+2
| * | | | | | tor-basic-utils: Update comment about std::fmt::from_fn.Nick Mathewson2026-05-071-1/+1
|/ / / / / /
* | | | | | Merge branch 'release-2.3.0-remove-semver-md' into 'main'Ian Jackson2026-05-076-83/+0
|\ \ \ \ \ \
| * | | | | | release: Remove semver.md files.Wesley Aptekar-Cassels2026-05-066-83/+0
* | | | | | | Merge branch 'self-dependency-fix' into 'main'arti-v2.3.0Ian Jackson2026-05-071-1/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | tor-rtcompat: De-version self-dev-dependency to remove it during publishIan Jackson2026-05-071-1/+10
|/ / / / / /
* | | | | | Merge branch 'release-2.3.0-update-release-date' into 'main'Ian Jackson2026-05-061-1/+1
|\ \ \ \ \ \
| * | | | | | release: Bump release date for 2.3.0.Wesley Aptekar-Cassels2026-05-061-1/+1
* | | | | | | Merge branch 'release-2.3.0-changelog' into 'main'Ian Jackson2026-05-061-0/+276
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | release: Add note to changelog about upcoming TorClient API change.Wesley Aptekar-Cassels2026-05-061-0/+6
| * | | | | | release: Add 2.3.0 changelog.Wesley Aptekar-Cassels2026-05-061-0/+270
| |/ / / / /
* | | | | | Merge branch 'release-2.3.0-version-bumps' into 'main'Ian Jackson2026-05-0668-636/+636
|\ \ \ \ \ \
| * | | | | | release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-0667-610/+610
| * | | | | | release: Bump safelog version to 0.8.2.Wesley Aptekar-Cassels2026-05-0622-22/+22
| * | | | | | release: Bump arti version to 2.3.0.Wesley Aptekar-Cassels2026-05-064-4/+4
| |/ / / / /
* | | | | | Merge branch 'release-may-2026' into 'main'Ian Jackson2026-05-062-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | release: Run fixup-features.Wesley Aptekar-Cassels2026-05-052-0/+4
| |/ / / /
* | | | | Merge branch 'msrv-issue-fix' into 'main'Ian Jackson2026-05-051-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Revert "rpc: Suppress a clippy false positive that appears with current beta"Nick Mathewson2026-05-041-2/+1
|/ / / /
* | | | Merge branch 'ticket_2517' into 'main'Alexander Hansen Færøy2026-05-043-79/+101
|\ \ \ \ | |_|/ / |/| | |
| * | | Upgrade to hickory-proto 0.26.1Nick Mathewson2026-05-023-79/+101
* | | | Merge branch 'mr-docs' into 'main'Nick Mathewson2026-04-301-0/+9
|\ \ \ \
| * | | | docs: add CONTRIBUTING note about overlapping workSteven Engler2026-04-281-0/+9
* | | | | Merge branch 'directory-signature-hash-algo' into 'main'Clara Engler2026-04-3010-25/+123
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | tor-netdoc: Use poc's DirectorySignatureHashAlgoIan Jackson2026-04-291-7/+15
| * | | tor-netdoc: Promote DirectorySignatureHashAlgo from poc as nasty macroIan Jackson2026-04-292-12/+31
| * | | tor-netdoc: poc: make DirectorySignatureHashAlgo serialise properlyIan Jackson2026-04-291-0/+1
| * | | tor-netdoc: Introduce KeywordOrStringIan Jackson2026-04-293-0/+48
| * | | tor-netdoc: Improvement to Unknown API: make it exhaustiveIan Jackson2026-04-292-1/+2
| * | | tor-netdoc: Improvement to Unknown API: make disregarding more explicitIan Jackson2026-04-293-1/+19
| * | | tor-netdoc: Move FromStr and Display from NormalItemArgument to implsIan Jackson2026-04-294-5/+8
* | | | Merge branch 'nd-features-hsdesc-inner-docs' into 'main'Ian Jackson2026-04-306-22/+9
|\ \ \ \
| * | | | tor-netdoc: Abolish the hsdesc-inner-docs featureIan Jackson2026-04-302-7/+2
| * | | | tor-netdoc: Un-gate every cfg feature = "hsdesc-inner-docs"Ian Jackson2026-04-304-15/+7
|/ / / /
* | | | Merge branch 'fix-constructor' into 'main'Ian Jackson2026-04-2918-47/+35
|\ \ \ \