| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | tor-netdoc: ItemValueEncodable for OverloadGeneral | Clara Engler | 2026-06-17 | 2 | -1/+2 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'display-range' into 'main' | Clara Engler | 2026-06-17 | 2 | -24/+61 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tor-netdoc: placate clippy | Ian Jackson | 2026-06-16 | 1 | -1/+1 | |
| | * | | | | | | | | tor-netdoc: port policies: Encode with reject if it's shorter | Ian Jackson | 2026-06-15 | 1 | -9/+16 | |
| | * | | | | | | | | tor-netdoc: port policies: tests: reformat | Ian Jackson | 2026-06-15 | 1 | -2/+14 | |
| | * | | | | | | | | tor-netdoc: port policies: Provide .inverted | Ian Jackson | 2026-06-15 | 1 | -3/+10 | |
| | * | | | | | | | | tor-netdoc: port policies: Simplify display with iter_join | Ian Jackson | 2026-06-15 | 1 | -6/+2 | |
| | * | | | | | | | | tor-netdoc: port policies: Declare iter return value as Clone | Ian Jackson | 2026-06-15 | 1 | -1/+1 | |
| | * | | | | | | | | tor-netdoc: port policies: Provide display method on PortRanges | Ian Jackson | 2026-06-15 | 2 | -11/+26 | |
| * | | | | | | | | | Merge branch 'ahf/fix-wasm-build' into 'main' | David Goulet | 2026-06-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Use wasm_js for getrandom in tor-bytes. | Alexander Hansen Færøy | 2026-06-16 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'relay-platform-encode' into 'main' | Ian Jackson | 2026-06-16 | 2 | -4/+21 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tor-netdoc: Add ItemValueEncodable for RelayPlatform | Clara Engler | 2026-06-16 | 2 | -0/+14 | |
| | * | | | | | | | | tor-netdoc: Implement ItemValueParseable instead for RelayPlatform | Clara Engler | 2026-06-16 | 2 | -4/+7 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'edcert-papercuts' into 'main' | Ian Jackson | 2026-06-16 | 1 | -38/+8 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tor-netdoc: Remove unequal key check from edcerts | Clara Engler | 2026-06-16 | 1 | -16/+4 | |
| | * | | | | | | | | tor-netdoc: Merge edcert tests together | Clara Engler | 2026-06-16 | 1 | -22/+4 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'reconfig-check' into 'main' | David Goulet | 2026-06-16 | 1 | -15/+42 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | arti-client: warn if reconfig left client in inconsistent state | Steven Engler | 2026-06-11 | 1 | -15/+42 | |
| * | | | | | | | | | Merge branch 'flowctrl-tests' into 'main' | opara | 2026-06-16 | 3 | -15/+435 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | tor-proto: add a unit test for `XonXoffReader` | Steven Engler | 2026-06-16 | 2 | -1/+399 | |
| | * | | | | | | | | | tor-proto: add `DrainRateNotifier` trait for `XonXoffReader` | Steven Engler | 2026-06-10 | 1 | -13/+35 | |
| | * | | | | | | | | | tor-cell: impl `PartialEq + Eq` on `XonKbpsEwma` | Steven Engler | 2026-06-10 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge branch 'bump-chutney-2026-06' into 'main' | Jim Newsome | 2026-06-16 | 2 | -5/+11 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | chutney test network: add 4 suitable middle/guard/vg relays | Jim Newsome | 2026-06-15 | 1 | -3/+9 | |
| | * | | | | | | | | | Bump chutney to get Stable flag fix | Jim Newsome | 2026-06-15 | 1 | -2/+2 | |
| * | | | | | | | | | | Merge branch 'fix-authcert' into 'main' | Clara Engler | 2026-06-16 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | tor-netdoc: fix EncodedAuthCert parsing | Ian Jackson | 2026-06-15 | 1 | -1/+2 | |
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'string-slice-types' into 'main' | Ian Jackson | 2026-06-15 | 3 | -36/+21 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | tor-netdoc: Replace string slice in LongIdent | Clara Engler | 2026-06-15 | 1 | -7/+3 | |
| | * | | | | | | | | tor-netdoc: Use .rsplit_once() in AddrPortPattern | Clara Engler | 2026-06-15 | 1 | -4/+2 | |
| | * | | | | | | | | tor-netdoc: Replace string slice in address parse helper | Clara Engler | 2026-06-15 | 1 | -5/+4 | |
| | * | | | | | | | | tor-netdoc: Use .split_once() in IpPattern | Clara Engler | 2026-06-15 | 1 | -3/+2 | |
| | * | | | | | | | | tor-netdoc: Use .split_once() in PortRange | Clara Engler | 2026-06-15 | 1 | -17/+10 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'rs-stats' into 'main' | Ian Jackson | 2026-06-15 | 5 | -3/+11 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | tor-netdoc: rs.rs: tidy imports | Ian Jackson | 2026-06-15 | 1 | -2/+3 | |
| | * | | | | | | | tor-netdoc: routerstatus entries: Add `stats` item (votes only) | Ian Jackson | 2026-06-15 | 5 | -2/+9 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'rename-auth-auth-auth' into 'main' | Clara Engler | 2026-06-15 | 2 | -11/+9 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | tor-netdoc: Rename variants in VerifyGeneralTrustedAuthorities (fmt) | Ian Jackson | 2026-06-11 | 1 | -3/+1 | |
| | * | | | | | | tor-netdoc: Rename variants in VerifyGeneralTrustedAuthorities | Ian Jackson | 2026-06-11 | 2 | -9/+9 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'destroy' into 'main' | opara | 2026-06-12 | 3 | -29/+12 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | tor-proto: circ handshake now always uses NONE destroy reason | Steven Engler | 2026-06-12 | 2 | -29/+5 | |
| | * | | | | | tor-cell: document that destroy reason should be NONE | Steven Engler | 2026-06-12 | 1 | -0/+7 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge branch 'verify-general' into 'main' | Ian Jackson | 2026-06-11 | 4 | -100/+245 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-netdoc: verify_general: explain an exhaustive pattern | Ian Jackson | 2026-06-11 | 1 | -0/+1 | |
| | * | | | | | tor-netdoc: consensuses: Add a TODO about validate's signature | Ian Jackson | 2026-06-11 | 1 | -0/+2 | |
| | * | | | | | tor-netdoc: consensuses: Introduce VerifyGeneralTrustedAuthorities (fmt) | Ian Jackson | 2026-06-11 | 2 | -10/+9 | |
| | * | | | | | tor-netdoc: consensuses: Introduce VerifyGeneralTrustedAuthorities | Ian Jackson | 2026-06-11 | 3 | -11/+43 | |
| | * | | | | | tor-netdoc: certs: Use .contains() in one place | Ian Jackson | 2026-06-11 | 1 | -1/+1 | |
| | * | | | | | tor-netdoc: Apply deferred rustfmt import churn | Ian Jackson | 2026-06-11 | 2 | -3/+2 | |
