summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | CHANGELOG: Document changes up to nowIan Jackson2024-06-261-0/+125
* | | | | Merge branch 'client-rend-stub' into 'main'gabi-2502024-06-262-4/+4
|\ \ \ \ \
| * | | | | tor-circmgr: Make client rendezvous circuits EXTENDED instead of SHORT.Gabriela Moldovan2024-06-251-3/+3
| * | | | | doc/dev/notes: vanguards: Make client rend circuits be STUB+.Gabriela Moldovan2024-06-251-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'osx' into 'main'Ian Jackson2024-06-262-21/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Enable the build-repro CI job in MR jobsIan Jackson2024-06-261-4/+1
| * | | | Revert "Disable macos build tests"Ian Jackson2024-06-261-1/+2
| * | | | Downgrade to cc 1.0.93 in Cargo.lockIan Jackson2024-06-261-16/+15
|/ / / /
* | | | Merge branch 'update2' into 'main'gabi-2502024-06-261-32/+12
|\ \ \ \ | |/ / / |/| | |
| * | | 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