summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * CHANGELOG: Add Acknowledgements sectionIan Jackson2024-10-301-0/+11
| |
| * CHANGELOG: Link to the socks-extensions specIan Jackson2024-10-301-1/+1
| |
| * CHANGELOG: Wrap paragraphsIan Jackson2024-10-301-304/+141
| | | | | | | | | | We think many people read the CHANGELOG in plain text so get rid of the semantic newlines.
| * CHANGELOG: Bolden summaries for the two big new featuresIan Jackson2024-10-301-2/+2
| |
| * CHANGELOG: Use deferred link def formatIan Jackson2024-10-301-9/+16
| | | | | | | | | | This is how it's usually done here. That makes the text more readable.
| * CHANGELOG: Refer to Proposal by longer nameIan Jackson2024-10-301-2/+2
| | | | | | | | This is now it was done in an earlier entry.
| * CHANGELOG: Delinkify Handshake traitIan Jackson2024-10-301-2/+1
| | | | | | | | I don't think we need links to the rustdocs from here.
| * CHANGELOG: Run maint/update-md-links CHANGELOG.mdIan Jackson2024-10-301-0/+159
| |
| * CHANGELOG: Turn MRs and tickets into md linksIan Jackson2024-10-301-159/+159
| | | | | | | | | | On the relevant region perl -pe 's{^ ([!#]\d+)\s*$}{ [$1]\n}'
| * CHANGELOG: Fix typoIan Jackson2024-10-301-1/+1
| |
| * 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
| | | | | | | | | | This includes up to and including dcdba6afb74cd922254d2499e8cf2deb2b61185d and now the tree is closed, so that's everything.
| * 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
|\ \ | | | | | | | | | | | | Version bumps for release of 1.3.0 See merge request tpo/core/arti!2599
| * | Bump arti crate version to 1.3.0Ian Jackson2024-10-304-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | I think we should bump the minor version because of the new features, particularly supporting .onion domains as a client by default, and the OOM DoS resistance features (#351). cargo set-version --offline --bump=minor -p arti
| * | Bump minor versions of crates with only non-functional changesIan Jackson2024-10-301-1/+1
| | | | | | | | | | | | ./maint/bump_nodep fs-mistrust
| * | Bump minor versions of crates with new APIs/implsIan Jackson2024-10-3021-25/+25
| | | | | | | | | | | | | | | cargo set-version --bump=patch -p slotmap-careful cargo set-version --bump=patch -p safelog
| * | Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-3049-455/+455
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cargo set-version -p tor-async-utils 0.24.0 cargo set-version -p tor-basic-utils 0.24.0 cargo set-version -p tor-bytes 0.24.0 cargo set-version -p tor-cell 0.24.0 cargo set-version -p tor-cert 0.24.0 cargo set-version -p tor-chanmgr 0.24.0 cargo set-version -p tor-checkable 0.24.0 cargo set-version -p tor-circmgr 0.24.0 cargo set-version -p tor-config 0.24.0 cargo set-version -p tor-config-path 0.24.0 cargo set-version -p tor-consdiff 0.24.0 cargo set-version -p tor-dirclient 0.24.0 cargo set-version -p tor-dirmgr 0.24.0 cargo set-version -p tor-error 0.24.0 cargo set-version -p tor-general-addr 0.24.0 cargo set-version -p tor-geoip 0.24.0 cargo set-version -p tor-guardmgr 0.24.0 cargo set-version -p tor-hsclient 0.24.0 cargo set-version -p tor-hscrypto 0.24.0 cargo set-version -p tor-hsrproxy 0.24.0 cargo set-version -p tor-hsservice 0.24.0 cargo set-version -p tor-key-forge 0.24.0 cargo set-version -p tor-keymgr 0.24.0 cargo set-version -p tor-linkspec 0.24.0 cargo set-version -p tor-llcrypto 0.24.0 cargo set-version -p tor-log-ratelim 0.24.0 cargo set-version -p tor-memquota 0.24.0 cargo set-version -p tor-netdir 0.24.0 cargo set-version -p tor-netdoc 0.24.0 cargo set-version -p tor-persist 0.24.0 cargo set-version -p tor-proto 0.24.0 cargo set-version -p tor-protover 0.24.0 cargo set-version -p tor-ptmgr 0.24.0 cargo set-version -p tor-relay-crypto 0.24.0 cargo set-version -p tor-relay-selection 0.24.0 cargo set-version -p tor-rpcbase 0.24.0 cargo set-version -p tor-rtcompat 0.24.0 cargo set-version -p tor-rtmock 0.24.0 cargo set-version -p tor-socksproto 0.24.0 cargo set-version -p tor-units 0.24.0 cargo set-version -p arti-client 0.24.0 cargo set-version -p arti-relay 0.24.0 cargo set-version -p arti-rpc-client-core 0.24.0 cargo set-version -p arti-rpcserver 0.24.0
* | | Merge branch 'feat' into 'main'Ian Jackson2024-10-3022-25/+72
|\ \ \ | |/ / |/| | | | | | | | Run maint/fixup-features See merge request tpo/core/arti!2598
| * | cargo: Run fixup-features (formatting)Ian Jackson2024-10-3011-11/+24
| | | | | | | | | | | | Manual fixup. I filed #1719 about the fact that I had to do this.
| * | cargo: Run fixup-featuresIan Jackson2024-10-3021-32/+33
| | | | | | | | | | | | | | | | | | | | | This is output from nailing-cargo -Eu run -p fixup-features Cargo.toml There are some formatting glitches which I'll fix in a moment.
| * | cargo: Declare [hs-]pow-* experimental everywhere elseIan Jackson2024-10-305-1/+8
| | |
| * | cargo: tor-hscrypto: Declare pow-* experimentalIan Jackson2024-10-302-0/+18
| | | | | | | | | | | | | | | We need to add the experimental feature, and the corresponding section in the README.md.
| * | cargo: tor-hscrypto: Move `full` earlier in README.mdIan Jackson2024-10-301-2/+2
| | | | | | | | | | | | This makes space to introduce the experimental section.
| * | cargo: Make default-runtime feature part of fullIan Jackson2024-10-301-0/+1
| | | | | | | | | | | | It's weird that full doesn't imply default. But here we are.
| * | cargo: Wrap some feature linesIan Jackson2024-10-302-2/+9
| | | | | | | | | | | | This will stop them becoming overly long in a moment.
* | | Merge branch 'pin-chutney' into 'main'Ian Jackson2024-10-301-6/+23
|\ \ \ | |/ / |/| | | | | | | | CI integration-chutney-shadow: pin chutney version See merge request tpo/core/arti!2596
| * | CI integration-chutney: install chutney outside of setup scriptJim Newsome2024-10-301-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently just copy-paste from the integration-chutney-shadow job. This will be simplified and/or folded into an external script pending <https://gitlab.torproject.org/tpo/core/chutney/-/merge_requests/31>. Note that this job is currently disabled, making this commit roughly a no-op. This is just to proactively try to keep this version of the job unbroken for if and when we reenable it.
| * | CI integration-chutney-shadow: pin chutney versionJim Newsome2024-10-301-1/+10
| | | | | | | | | | | | | | | Since chutney is currently under relatively rapid development, let's avoid surprise breakage in arti's CI.
* | | Merge branch 'update' into 'main'Ian Jackson2024-10-304-213/+213
|\ \ \ | |_|/ |/| | | | | | | | Routine cargo updates See merge request tpo/core/arti!2591
| * | Update notify to 7.xIan Jackson2024-10-303-22/+21
| | | | | | | | | | | | | | | Nothing in the changelog seems concerning. There's an MSRV bump, but still lower than our own MSRV.
| * | 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
|/ / | | | | | | | | | | | | | | | | Currently cargo-license mangles libm's Cargo.toml information very badly! And also our licence checker script is rather too stupid to do the boolean logic. I have a better licence checker elsewhere, in a personal project but ... it's GPL'd :-). https://salsa.debian.org/dgit-team/tag2upload-service-manager/-/blob/main/maint/check-licences?ref_type=heads
* | Merge branch 'fallbackdir-10-24' into 'main'Nick Mathewson2024-10-291-895/+888
|\ \ | | | | | | | | | | | | fallbackdir: Update list generated on October 24, 2024 See merge request tpo/core/arti!2589
| * | fallbackdir: Update list generated on October 24, 2024Tor CI Release2024-10-291-895/+888
| | | | | | | | | | | | Signed-off-by: Tor CI Release <[email protected]>
* | | Merge branch 'tor-genaddr' into 'main'Nick Mathewson2024-10-2924-583/+718
|\ \ \ | |_|/ |/| | | | | | | | Extract general::SocketAddr and its unix friends to their own crate. See merge request tpo/core/arti!2592
| * | 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
| |/ | | | | | | This is mostly code motion.
* | Merge branch 'tor-config-path' into 'main'Nick Mathewson2024-10-297-6/+127
|\ \ | | | | | | | | | | | | tor-config-path: new crate containing moved `tor_config::path` See merge request tpo/core/arti!2590
| * | 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
| | |