aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | proto: Allow BeginDir and Resolve messages in the stream reactorGabriela Moldovan2026-07-011-9/+30
* | | | Merge branch 'addr-policy-api-bis' into 'main'Clara Engler2026-07-024-2/+27
|\ \ \ \
| * | | | tor-netdoc: Improve Debug for PortRangeIan Jackson2026-07-011-1/+2
| * | | | tor-netdoc: AddrPolicy::rules provides a DoubleEndedIteratorIan Jackson2026-07-012-1/+2
| * | | | tor-netdoc: Make PortRange CopyIan Jackson2026-07-012-1/+2
| * | | | tor-netdoc: Add conversions between PortRange and RangeInclusiveIan Jackson2026-07-012-0/+14
| * | | | tor-netdoc: Add (private) PortPolicy::from_allowed_ranges constructorIan Jackson2026-07-011-0/+8
* | | | | Merge branch 'upgrade-itertools' into 'main'Nick Mathewson2026-07-0124-38/+37
|\ \ \ \ \
| * | | | | Upgrade to itertools 0.15.0Nick Mathewson2026-07-0124-38/+37
| | |_|_|/ | |/| | |
* | | | | Merge branch 'fix/MissingOneOf' into 'main'Nick Mathewson2026-07-012-3/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix: apply rustfmtpryty262026-06-201-2/+5
| * | | | did TODO/Changed MissingFieled into MissingOneOfpryty262026-06-201-3/+3
| * | | | Added ConfigBuildError::MissingOneOfpryty262026-06-191-0/+13
* | | | | Merge branch 'upgrade-rdrand-0.9' into 'main'Ian Jackson2026-07-012-4/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | llcrypto: Use rdrand on aarch64 too.Nick Mathewson2026-07-012-3/+2
| * | | | Upgrade rdrand dependency to 0.9Nick Mathewson2026-07-011-1/+1
* | | | | Upgrade to phf 0.14.0.Nick Mathewson2026-07-011-1/+1
|/ / / /
* | | | Merge branch 'impl-unix-conn' into 'main'Ian Jackson2026-07-012-28/+79
|\ \ \ \ | |_|/ / |/| | |
| * | | added Unix Socket supportpryty262026-07-012-28/+79
* | | | tor-netdoc: AddrPolicy: Improve docs including spec xrefIan Jackson2026-07-011-2/+8
* | | | tor-netdoc: IpPattern: Explain difference between `*` and `0.0.0.0/0`Ian Jackson2026-07-011-1/+4
* | | | tor-netdoc: AddrPolicy: Provide rules accessorIan Jackson2026-07-012-0/+8
* | | | tor-netdoc: AddrPortPattern: Improve APIIan Jackson2026-07-012-1/+7
* | | | tor-netdoc: AddrPortPattern: Expose contents, exhaustivelyIan Jackson2026-07-012-2/+8
* | | | tor-netdoc: AddrPortPattern: Rename pattern field to addrsIan Jackson2026-07-011-8/+8
* | | | tor-netdoc: AddrPortPattern: Improve formatting a bitIan Jackson2026-07-011-3/+2
* | | | tor-netdoc: IpPattern: Expose publiclyIan Jackson2026-07-013-4/+8
* | | | tor-netdoc: IpPattern: Improve APIIan Jackson2026-07-011-2/+2
* | | | tor-netdoc: IpPattern: Improve docsIan Jackson2026-07-011-0/+5
| |_|/ |/| |
* | | Merge branch 'cargo-update-250' into 'main'Nick Mathewson2026-06-302-3/+3
|\ \ \
| * | | Require a more recent "time" to fix parsing issues.Nick Mathewson2026-06-301-1/+1
| * | | Fix deprecation-warning in tor-dirmgr.Nick Mathewson2026-06-302-3/+3
* | | | proto: Add test for the incoming stream cmd allow listGabriela Moldovan2026-06-301-0/+48
* | | | proto: Update tests to pass the incoming cmd allow list to the reactor (fmt)Gabriela Moldovan2026-06-301-12/+21
* | | | proto: Update tests to pass the incoming cmd allow list to the reactorGabriela Moldovan2026-06-301-10/+12
* | | | proto: Pass the allowed incoming commands to the relay reactorGabriela Moldovan2026-06-302-1/+3
* | | | proto: Pass the allowed incoming commands to CreateRequestHandlerGabriela Moldovan2026-06-305-0/+22
|/ / /
* | | Remove semver.md filesNick Mathewson2026-06-308-70/+0
* | | Merge branch 'version-bumps'Nick Mathewson2026-06-3070-741/+740
|\ \ \
| * | | Cargo update in hashx/equixNick Mathewson2026-06-302-83/+81
| * | | Version bumps for 2.5.0Nick Mathewson2026-06-3068-658/+658
* | | | Merge branch 'ff-20260630' into 'main'Nick Mathewson2026-06-302-4/+4
|\ \ \ \
| * | | | Run cargo sort in arti-relay.Nick Mathewson2026-06-301-4/+3
| * | | | arti-relay: Make "metrics" experimentalNick Mathewson2026-06-301-2/+0
| * | | | Run "fixup-features".Nick Mathewson2026-06-302-0/+3
* | | | | Update release date for 2.5.0Nick Mathewson2026-06-301-1/+1
| |/ / / |/| | |
* | | | protover: Use a faster check for unrecognized protocol uniqueness.Nick Mathewson2026-06-301-9/+13
|/ / /
* | | tor-basic-utils: don't include '-' in random hostnamesSteven Engler2026-06-291-2/+5
* | | Merge branch 'more-eq' into 'main'Clara Engler2026-06-296-12/+16
|\ \ \
| * | | tor-netdoc: Derive Eq on RouterDescSignaturesClara Engler2026-06-292-1/+2