summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * CHANGELOG: Reword summary paragraphIan Jackson2024-10-301-4/+6
| * CHANGELOG: Arti 1.3.0 summary paragraphIan Jackson2024-10-301-1/+14
| * CHANGELOG: Document remaining changesIan Jackson2024-10-301-0/+8
| * CHANGELOG: Fix typoIan Jackson2024-10-301-1/+1
| * CHANGELOG: document changes up to 3af62eea415294ccf0e61b59b86d5803a2cb8578Ian Jackson2024-10-301-1/+329
* | Merge branch 'versions' into 'main'Ian Jackson2024-10-3052-486/+486
|\ \
| * | Bump arti crate version to 1.3.0Ian Jackson2024-10-304-5/+5
| * | Bump minor versions of crates with only non-functional changesIan Jackson2024-10-301-1/+1
| * | Bump minor versions of crates with new APIs/implsIan Jackson2024-10-3021-25/+25
| * | Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-3049-455/+455
* | | Merge branch 'feat' into 'main'Ian Jackson2024-10-3022-25/+72
|\ \ \ | |/ / |/| |
| * | cargo: Run fixup-features (formatting)Ian Jackson2024-10-3011-11/+24
| * | cargo: Run fixup-featuresIan Jackson2024-10-3021-32/+33
| * | cargo: Declare [hs-]pow-* experimental everywhere elseIan Jackson2024-10-305-1/+8
| * | cargo: tor-hscrypto: Declare pow-* experimentalIan Jackson2024-10-302-0/+18
| * | cargo: tor-hscrypto: Move `full` earlier in README.mdIan Jackson2024-10-301-2/+2
| * | cargo: Make default-runtime feature part of fullIan Jackson2024-10-301-0/+1
| * | cargo: Wrap some feature linesIan Jackson2024-10-302-2/+9
* | | Merge branch 'pin-chutney' into 'main'Ian Jackson2024-10-301-6/+23
|\ \ \ | |/ / |/| |
| * | CI integration-chutney: install chutney outside of setup scriptJim Newsome2024-10-301-5/+13
| * | CI integration-chutney-shadow: pin chutney versionJim Newsome2024-10-301-1/+10
* | | Merge branch 'update' into 'main'Ian Jackson2024-10-304-213/+213
|\ \ \ | |_|/ |/| |
| * | Update notify to 7.xIan Jackson2024-10-303-22/+21
| * | cargo updateIan Jackson2024-10-301-191/+188
| * | check_licences: Allow the ludicrous "Apache-2.0) OR MIT AND (MIT"Ian Jackson2024-10-301-0/+4
|/ /
* | Merge branch 'fallbackdir-10-24' into 'main'Nick Mathewson2024-10-291-895/+888
|\ \
| * | fallbackdir: Update list generated on October 24, 2024Tor CI Release2024-10-291-895/+888
* | | Merge branch 'tor-genaddr' into 'main'Nick Mathewson2024-10-2924-583/+718
|\ \ \ | |_|/ |/| |
| * | Fix Windows compilation after moving unix::SocketAddr.Nick Mathewson2024-10-291-6/+6
| * | tor-general-addr: Resolve rustdoc links.Nick Mathewson2024-10-291-1/+0
| * | Adjust docsrs exception and documentation for unix::SocketAddrNick Mathewson2024-10-292-1/+6
| * | Add semver file for removed members of tor-rtcompat.Nick Mathewson2024-10-291-0/+1
| * | whitespace fix.Nick Mathewson2024-10-291-1/+1
| * | Whitespace fixes.Nick Mathewson2024-10-291-1/+1
| * | Remove re-export of "general::*" from tor-rtcompat.Nick Mathewson2024-10-291-17/+15
| * | Remove re-export of "unix" from tor_rtcompat.Nick Mathewson2024-10-2911-44/+35
| * | Extract general::SocketAddr and its unix friends to their own crate.Nick Mathewson2024-10-2914-536/+677
| |/
* | Merge branch 'tor-config-path' into 'main'Nick Mathewson2024-10-297-6/+127
|\ \
| * | tor-config-path: comment-out a test that relies on 'tor-config'Steven Engler2024-10-291-0/+4
| * | tor-config-path: added lint listSteven Engler2024-10-291-4/+42
| * | tor-config-path: moved `tor_config::path` to hereSteven Engler2024-10-295-506/+552
| * | tor-config-path: added empty packageSteven Engler2024-10-296-0/+33
| |/
* | Merge branch 'backtrace-display' into 'main'Alexander Hansen Færøy2024-10-291-1/+1
|\ \ | |/ |/|
| * tor-error: use `Display` for backtrace captured by `BugRepr`Steven Engler2024-10-291-1/+1
* | Merge branch 'config-paths' into 'main'opara2024-10-293-61/+39
|\ \ | |/ |/|
| * tor-config: remove `CfgPathError::BadUtf8`Steven Engler2024-10-281-20/+1
| * tor-config: use 'path' feature of shellexpandSteven Engler2024-10-283-41/+38
* | Merge branch 'python-ci' into 'main'Nick Mathewson2024-10-295-10/+231
|\ \
| * | CI: Re-purpose "python-check" to run python lints.Nick Mathewson2024-10-281-7/+10
| * | python-lints script to run flake8, black, and mypy.Nick Mathewson2024-10-282-0/+217