| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
Version bumps for today's release
See merge request tpo/core/arti!2065
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
Done with
```
cargo set-version -p arti --bump patch
```
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Done with:
```
CRATES="
tor-basic-utils
tor-async-utils
tor-error
tor-config
tor-events
tor-units
tor-geoip
tor-rtcompat
tor-rtmock
tor-log-ratelim
tor-rpcbase
tor-llcrypto
tor-protover
tor-bytes
tor-hscrypto
tor-hspow
tor-socksproto
tor-checkable
tor-cert
tor-linkspec
tor-cell
tor-proto
tor-netdoc
tor-consdiff
tor-netdir
tor-relay-selection
tor-congestion
tor-persist
tor-chanmgr
tor-ptmgr
tor-guardmgr
tor-circmgr
tor-dirclient
tor-dirmgr
tor-keymgr
tor-hsclient
tor-hsservice
tor-hsrproxy
arti-client
arti-rpcserver
arti-config
arti-hyper
arti-bench
arti-testing
"
for crate in $CRATES; do
cargo set-version -p "$crate" 0.17.0
done
```
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
These have all had backward-compatible changes.
Generated with:
```
cargo set-version --bump patch -p fs-mistrust
cargo set-version --bump patch -p test-temp-dir
cargo set-version --bump patch -p fslock-guard
cargo set-version --bump patch -p hashx
cargo set-version --bump patch -p equix
cargo set-version --bump patch -p caret
cargo set-version --bump patch -p safelog
cargo set-version --bump patch -p retry-error
```
|
| |\ \
| |/
|/|
| |
| | |
Write a changelog for 1.2.1
See merge request tpo/core/arti!2059
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
Cargo update in preparation for upcoming release
See merge request tpo/core/arti!2060
|
| | | |
| | |
| | |
| | | |
(Also, require a version of `toml_edit` that _has_ `DocumentMut`.)
|
| | | | |
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
tor-rtmock: Introduce MockTimeCore
See merge request tpo/core/arti!2052
|
| | | |
| | |
| | |
| | |
| | | |
This was incorrect usage, as pointed out in
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2052#note_3012727
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It bothered me that when I added a `MockCoarseTimeProvider` to the
mock time providers, I had to manually grep to check that there
weren't places the time was updated where I ought to also update the
coarse time.
Prove that the code is right by hiding all the times together in a
struct that prevents un-synchronised updates.
This is part 1, where we move the fields from simple_time::State to
the new struct.
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
We're going to put more in here.
(Yes, I know we just invented this...)
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
Run "fixup-features" in preparation for next release.
See merge request tpo/core/arti!2061
|
| | | |/
| |/| |
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
downgrade alpine used for reproducible builds
See merge request tpo/core/arti!2062
|
| |/ /
| |
| |
| | |
temporary fix for broken macos builds
|
| |\ \
| | |
| | |
| | |
| | | |
tor-netdir: Fix broken links in NetParameters docs.
See merge request tpo/core/arti!2054
|
| | | |
| | |
| | |
| | | |
Spotted in https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2053#note_3012632
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
Fix note in config that claimed onion services weren't implemented
See merge request tpo/core/arti!2055
|
| |/ /
| |
| |
| |
| | |
Instead, link to documentation, and give the warning about their
security.
|
| |\ \
| | |
| | |
| | |
| | | |
Update our semver policy as suggested in #1005
See merge request tpo/core/arti!2051
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Taken from
https://gitlab.torproject.org/tpo/core/arti/-/issues/1005#note_2991812
and edited.
|
| | | |
| | |
| | |
| | | |
Even before the policy change, this is, in practice, true.
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
tor-netdir: Add the vanguard params to NetParameters.
See merge request tpo/core/arti!2053
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
We'll need this to convert the `vanguard_enabled` and
`vanguard_hs_service` net params to a `VanguardMode.
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
See also torspec!258
Part of #1272
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Implement max_concurrent_streams_per_circuit
Closes #1124
See merge request tpo/core/arti!2047
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
With this patch, it holds only a reference to `&reactor.hops`,
which greatly simplifies the reactor code's fight with the
borrow checker.
I've left some TODO comments about future directions here.
|