summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Update to derive-deftly 0.13.1Ian Jackson2024-06-261-32/+12
|/ / /
* | | Merge branch 'no-arti-hyper' into 'main'Ian Jackson2024-06-258-756/+20
|\ \ \
| * | | Remove arti-hyperIan Jackson2024-06-257-736/+17
| * | | Stop building examples/gsoc2023/download-managerIan Jackson2024-06-253-20/+3
|/ / /
* | | Merge branch 'feat' into 'main'gabi-2502024-06-253-2/+3
|\ \ \
| * | | Fix formatting anomaly introduced by fixup-featuresIan Jackson2024-06-251-1/+2
| * | | Run maint/fixup-featuresIan Jackson2024-06-253-3/+3
* | | | Merge branch 'update' into 'main'gabi-2502024-06-2527-289/+271
|\ \ \ \ | |/ / / |/| | |
| * | | Update to base32 0.5Ian Jackson2024-06-252-3/+3
| * | | Update to statrs 0.17Ian Jackson2024-06-252-11/+10
| * | | Update to itertools 0.13.0Ian Jackson2024-06-2521-47/+47
| * | | Require strum 0.26.3Ian Jackson2024-06-2510-10/+10
| * | | Update to derive-deftly 0.13.0Ian Jackson2024-06-2514-18/+18
| * | | Update dependencies, where semver-compatibleIan Jackson2024-06-251-202/+185
|/ / /
* | | Merge branch 'no-osxcross' into 'main'gabi-2502024-06-251-2/+1
|\ \ \
| * | | Disable macos build testsIan Jackson2024-06-251-2/+1
| |/ /
* | | Merge branch 'AtomicOptTimestamp' into 'main'Jim Newsome2024-06-243-12/+12
|\ \ \
| * | | Rename OptTimestamp to AtomicOptTimestampNeel Chauhan2024-06-243-12/+12
| |/ /
* | | Merge branch 'owner' into 'main'gabi-2502024-06-241-0/+1
|\ \ \ | |/ / |/| |
| * | Turn crate ownership discrepancies into a warningIan Jackson2024-06-241-0/+1
|/ /
* | Merge branch 'doc-warning-20240624' into 'main'Nick Mathewson2024-06-241-2/+2
|\ \
| * | Resolve a rustdoc warning.Nick Mathewson2024-06-241-2/+2
* | | Merge branch 'rpc-docs-part1' into 'main'Nick Mathewson2024-06-241-0/+156
|\ \ \
| * | | Write a README for tor-rpcbaseNick Mathewson2024-06-241-0/+156
| | |/ | |/|
* | | Merge branch 'owners' into 'main'Ian Jackson2024-06-247-67/+186
|\ \ \ | |_|/ |/| |
| * | Update Release.md to reference new ownership scriptIan Jackson2024-06-241-1/+1
| * | maint/crates-io-utils.sh: Try to deconfuse shellcheckIan Jackson2024-06-241-0/+6
| * | Remove check-crate-owners scriptIan Jackson2024-06-241-35/+0
| * | Check crate ownership in CI, but only on mainIan Jackson2024-06-241-0/+13
| * | maint/cargo-crate-owners: More sophisticated ownership check scriptIan Jackson2024-06-241-0/+90
| * | maint/crates-io-utils.sh: Add preserving tmp featureIan Jackson2024-06-241-2/+8
| * | maint/crates-io-utils.sh: Add exit status control featureIan Jackson2024-06-241-1/+5
| * | maint/crates-io-utils.sh: Break out from cargo-publishIan Jackson2024-06-242-30/+62
| * | shellcheck: check *.sh files tooIan Jackson2024-06-241-1/+4
| |/
* | Merge branch 'fslock-retry' into 'main'Nick Mathewson2024-06-246-10/+150
|\ \ | |/ |/|
| * Add a maximum to local_resource_timeout.Nick Mathewson2024-06-242-8/+33
| * local_resource_timeout: Change wait interval to 50 ms.Nick Mathewson2024-06-241-1/+1
| * Rename fslock_timeout to local_resource_timeoutNick Mathewson2024-06-241-11/+16
| * Clarify documentation about blocking.Nick Mathewson2024-06-241-2/+4
| * arti: wait a short while on startup if lockfiles are unavailable.Nick Mathewson2024-06-241-1/+1
| * TorClientBuilder: Wait for a little while if the lockfiles are held.Nick Mathewson2024-06-243-4/+111
| * TorClientBuilder: take self by reference when buildingNick Mathewson2024-06-242-4/+5
|/
* Merge branch 'refactor-hspath' into 'main'gabi-2502024-06-203-153/+301
|\
| * tor-circmgr: Clarify the update_last_hop_kind documentation.Gabriela Moldovan2024-06-201-2/+10
| * tor-circmgr: Rename VanguardPath to PathBuilder.Gabriela Moldovan2024-06-202-13/+12
| * tor-circmgr: Remove duplicated path building logic from HS pool.Gabriela Moldovan2024-06-201-30/+19
| * tor-circmgr: Fix clippy warning.Gabriela Moldovan2024-06-201-1/+1
| * tor-circmgr: Gate vanguard-specific code behind vanguards feature.Gabriela Moldovan2024-06-201-0/+15
| * tor-circmgr: Break VanguardHsPathBuilder::pick_path into smaller parts (fmt).Gabriela Moldovan2024-06-201-5/+2
| * tor-circmgr: Break VanguardHsPathBuilder::pick_path into smaller parts.Gabriela Moldovan2024-06-202-118/+259