| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
tor-memquota: Fix cargo categories
See merge request tpo/core/arti!2239
|
| |/
|
|
|
|
| |
See #1481.
I have checked that this category exists.
|
| |\
| |
| |
| |
| | |
Version bumps for 1.2.5
See merge request tpo/core/arti!2238
|
| | |
| |
| |
| | |
cargo set-version --offline -p arti 1.2.5
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
nailing-cargo -uE set-version -p arti-client 0.20.0
nailing-cargo -uE set-version -p arti-relay 0.20.0
nailing-cargo -uE set-version -p arti-rpcserver 0.20.0
nailing-cargo -uE set-version -p tor-async-utils 0.20.0
nailing-cargo -uE set-version -p tor-basic-utils 0.20.0
nailing-cargo -uE set-version -p tor-bytes 0.20.0
nailing-cargo -uE set-version -p tor-cell 0.20.0
nailing-cargo -uE set-version -p tor-cert 0.20.0
nailing-cargo -uE set-version -p tor-chanmgr 0.20.0
nailing-cargo -uE set-version -p tor-checkable 0.20.0
nailing-cargo -uE set-version -p tor-circmgr 0.20.0
nailing-cargo -uE set-version -p tor-config 0.20.0
nailing-cargo -uE set-version -p tor-consdiff 0.20.0
nailing-cargo -uE set-version -p tor-dirclient 0.20.0
nailing-cargo -uE set-version -p tor-dirmgr 0.20.0
nailing-cargo -uE set-version -p tor-error 0.20.0
nailing-cargo -uE set-version -p tor-geoip 0.20.0
nailing-cargo -uE set-version -p tor-guardmgr 0.20.0
nailing-cargo -uE set-version -p tor-hsclient 0.20.0
nailing-cargo -uE set-version -p tor-hscrypto 0.20.0
nailing-cargo -uE set-version -p tor-hsrproxy 0.20.0
nailing-cargo -uE set-version -p tor-hsservice 0.20.0
nailing-cargo -uE set-version -p tor-keymgr 0.20.0
nailing-cargo -uE set-version -p tor-linkspec 0.20.0
nailing-cargo -uE set-version -p tor-llcrypto 0.20.0
nailing-cargo -uE set-version -p tor-log-ratelim 0.20.0
nailing-cargo -uE set-version -p tor-memquota 0.20.0
nailing-cargo -uE set-version -p tor-netdir 0.20.0
nailing-cargo -uE set-version -p tor-netdoc 0.20.0
nailing-cargo -uE set-version -p tor-persist 0.20.0
nailing-cargo -uE set-version -p tor-proto 0.20.0
nailing-cargo -uE set-version -p tor-protover 0.20.0
nailing-cargo -uE set-version -p tor-ptmgr 0.20.0
nailing-cargo -uE set-version -p tor-relay-selection 0.20.0
nailing-cargo -uE set-version -p tor-rpcbase 0.20.0
nailing-cargo -uE set-version -p tor-rtcompat 0.20.0
nailing-cargo -uE set-version -p tor-rtmock 0.20.0
nailing-cargo -uE set-version -p tor-socksproto 0.20.0
nailing-cargo -uE set-version -p tor-units 0.20.0
Each of which runs a rune like
cargo set-version --offline -p tor-units 0.20.0
|
| |\ \
| |/
|/|
| |
| | |
CHANGELOG for 1.2.5
See merge request tpo/core/arti!2237
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
This contributor didn't have any MRs so didn't show up automatically,
but it's made some very helpful contributions.
|
| | |
| |
| |
| | |
List of contributors is from maint/thanks
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
I have a small perl script for this which I will make an MR for
post-release.
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
Explain in a comment why x32 is disabled
See merge request tpo/core/arti!2236
|
| |/ / |
|
| |\ \
| |/
|/|
| |
| | |
Disable x86_64-unknown-linux-gnux32 test case (Linux x32 ABI)
See merge request tpo/core/arti!2235
|
| | |
| |
| |
| |
| |
| |
| | |
This only runs in scheduled jobs. And it doesn't work right now.
It hasn't passed for at least a month, but it's not clear how much of
that time it was being run because the osx failure would mask it.
|
| |\ \
| |/
|/|
| |
| | |
CHANGELOG: document changes so far
See merge request tpo/core/arti!2233
|
| | | |
|
| | |
| |
| |
| |
| | |
Only two links so far. Most of the xrefs will be made into proper
syntax later.
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
vanguards: Make client rend circuits be STUB+.
Closes #1474
See merge request tpo/core/arti!2230
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This updates the code to match the spec.
This fixes TROVE-2024-008.
Closes #1474
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
According to the [vanguards spec], client rendezvous circuits should be
STUB+:
* lite: `C -> G -> L2 -> Rend`
* full: `C -> G -> L2 -> L3 -> Rend`
[vanguards spec]: https://gitlab.torproject.org/tpo/core/torspec/-/blob/e5ace3667dcbbf893c6b632fd4e3f16114fd2a0e/spec/vanguards-spec/index.md
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Fix macos build test by bodging the Cargo.lock
Closes #1472
See merge request tpo/core/arti!2234
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Hopefully this will not be too slow.
Fixes #1472.
|
| | | |
| | |
| | |
| | | |
This reverts commit a6801c10584558316ff38f354167812d0c697549.
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As proposed in
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2231#note_3043322
I made this commit by:
* Taking the hunk to add `cc = "1.0.93"` from !2231.
* Running `cargo fetch`
* Staging everything except the additions of cc
to `Cargo.toml` and `Cargo.lock`
Here is the output I got from cargo:
Updating crates.io index
Locking 5 packages to latest compatible versions
Downgrading addr2line v0.22.0 -> v0.21.0 (latest: v0.23.0)
Downgrading backtrace v0.3.73 -> v0.3.71 (latest: v0.3.73)
Downgrading cc v1.0.100 -> v1.0.93 (latest: v1.0.101)
Downgrading gimli v0.29.0 -> v0.28.1 (latest: v0.30.0)
Downgrading object v0.36.0 -> v0.32.2 (latest: v0.36.0)
Downloaded cc v1.0.93
Downloaded derive-deftly v0.13.1
Downloaded 2 crates (149.8 KB) in 1.52s
|
| |\ \
| |/
|/|
| |
| | |
Update to derive-deftly 0.13.1
See merge request tpo/core/arti!2232
|
| |/
|
|
|
|
|
|
|
|
|
|
| |
This fixes build breakage in the build-repro test.
derive-deftly 0.13.0 has an MSRV violation, due to a breach by cargo
of the Rust stability guarantee: d-d 0.13.0 works with Rust 1.56 but
not 1.76.
References:
https://gitlab.torproject.org/Diziet/rust-derive-deftly/-/issues/103
https://github.com/rust-lang/cargo/issues/14147#issuecomment-2189915460
|
| |\
| |
| |
| |
| | |
Remove arti-hyper
See merge request tpo/core/arti!2225
|
| | |
| |
| |
| |
| |
| | |
This has been obsolete for a very long time.
We have already published a version with a "won't be updated" warning.
|
| |/ |
|
| |\
| |
| |
| |
| | |
Run maint/fixup-features
See merge request tpo/core/arti!2229
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Precisely
nailing-cargo -Eu run -p fixup-features Cargo.toml
These changes are just `full` propagation. Note the `?` in the
arti-relay propagation, which is essential: we don't actually *enable*
arti-relay at all, with this.
Also, there is a formatting anomaly, which I'll fix in a moment.
|
| |\ \
| |/
|/|
| |
| | |
Routine dependency updates
See merge request tpo/core/arti!2228
|
| | |
| |
| |
| |
| |
| |
| | |
No code changes needed.
Precisely
nailing-cargo -Eu upgrade --incompatible -p base32
|
| | |
| |
| |
| |
| |
| |
| | |
No code changes needed.
Precisely
nailing-cargo -Eu upgrade --incompatible -p statrs
|
| | |
| |
| |
| |
| |
| |
| | |
No code changes needed.
Precisely
nailing-cargo -Eu upgrade --incompatible -p itertools
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We're about to update to iterools 0.13.0. We must therefore have a
version of strum which is not affected by
https://github.com/Peternator7/strum/issues/358
Precisely
git-grep -l '^strum' | xargs perl -i~ -pe 's{"0\.26"}{"0.26.3"}'
No changes to lockfile - we're already using 0.26.3, except perhaps in
the minimal versions test.
|
| | |
| |
| |
| |
| |
| |
| | |
No code changes needed.
Precisely
nailing-cargo -Eu upgrade --incompatible -p derive-deftly
|
| |/
|
|
|
| |
Precisely
cargo update
|