| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge branch 'upgrades-2025-02' into 'main' | Nick Mathewson | 2025-02-26 | 44 | -80/+82 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Upgraede to der-parser 10 | Nick Mathewson | 2025-02-26 | 2 | -8/+8 | |
| | * | | | | | Upgrade to directories 6 | Nick Mathewson | 2025-02-26 | 3 | -5/+5 | |
| | * | | | | | Upgrade to derive_more 2 | Nick Mathewson | 2025-02-26 | 42 | -51/+56 | |
| | * | | | | | Upgrade to notify 8. | Nick Mathewson | 2025-02-26 | 3 | -16/+13 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge branch 'tor-congestion' into 'main' | Nick Mathewson | 2025-02-26 | 1 | -2/+3 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-congestion: temporarily set `publish = true` | Steven Engler | 2025-02-26 | 1 | -2/+3 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'happy-families' into 'main' | Nick Mathewson | 2025-02-25 | 17 | -47/+489 | |
| |\ \ \ \ | ||||||
| | * | | | | netdir: Consider RelayFamilyIds based on family rules | Nick Mathewson | 2025-02-25 | 4 | -27/+74 | |
| | * | | | | relay-selection: Add FamilyRules to exclude_relays_in_same_family. | Nick Mathewson | 2025-02-25 | 6 | -18/+110 | |
| | * | | | | guardmgr: flag to indicate whether a FirstHop is a Bridge | Nick Mathewson | 2025-02-25 | 1 | -0/+9 | |
| | * | | | | netdir: Add client params related to happy families (prop321) | Nick Mathewson | 2025-02-25 | 1 | -0/+10 | |
| | * | | | | netdoc: Add "family-cert" entries to routerdesc parser | Nick Mathewson | 2025-02-25 | 2 | -3/+141 | |
| | * | | | | netdoc: Add "family-ids" line to microdesc parser | Nick Mathewson | 2025-02-12 | 3 | -2/+64 | |
| | * | | | | netdoc: Type to represent a relay family id | Nick Mathewson | 2025-02-12 | 1 | -1/+81 | |
| | * | | | | cert: reserve 0x0C for FAMILY_V_IDENTITY (happy families) certs. | Nick Mathewson | 2025-02-11 | 1 | -0/+4 | |
| * | | | | | Merge branch 'rtmock-thread' into 'main' | Ian Jackson | 2025-02-25 | 1 | -91/+525 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | tor-rtmock: Avoid confusing "concurrently" word | Ian Jackson | 2025-02-25 | 1 | -2/+2 | |
| | * | | | | tor-rtmock: Explain Subthreads and compare them with bare threads | Ian Jackson | 2025-02-25 | 1 | -0/+31 | |
| | * | | | | tor-rtmock: Capitalise Subthread and link to the definition | Ian Jackson | 2025-02-25 | 1 | -25/+29 | |
| | * | | | | tor-rtmock: Fix a typo | Ian Jackson | 2025-02-25 | 1 | -1/+1 | |
| | * | | | | tor-rtmock: Move imprecations to more prominent location | Ian Jackson | 2025-02-25 | 1 | -11/+9 | |
| | * | | | | tor-rtmock: subthread facility | Ian Jackson | 2025-02-13 | 1 | -7/+381 | |
| | * | | | | tor-rtmock: subthread facility (pre-fmt) | Ian Jackson | 2025-02-13 | 1 | -2/+10 | |
| | * | | | | tor-rtmock: Replace open-coded Debug impl with Derive | Ian Jackson | 2025-02-13 | 1 | -34/+27 | |
| | * | | | | tor-rtmock tests: Improve various_mock_executors | Ian Jackson | 2025-02-13 | 1 | -0/+1 | |
| | * | | | | tor-rtmock tests: Break out various_mock_executors | Ian Jackson | 2025-02-13 | 1 | -5/+10 | |
| | * | | | | tor-rtmock: Break out Task::set_awake | Ian Jackson | 2025-02-13 | 1 | -7/+19 | |
| | * | | | | tor-rtmock: task: Rename MockExecutor Arc<Shared> field to shared | Ian Jackson | 2025-02-13 | 1 | -17/+17 | |
| | * | | | | tor-rtmock: task: Replace ArcMutexData with Arc<Shared> | Ian Jackson | 2025-02-13 | 1 | -12/+20 | |
| | * | | | | tor-rtmock: Correct a comment | Ian Jackson | 2025-02-13 | 1 | -1/+1 | |
| * | | | | | Merge branch 'stream-target' into 'main' | opara | 2025-02-24 | 3 | -2/+35 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | tor-proto: add variants to `HopLocation` behind `conflux` feature | Steven Engler | 2025-02-24 | 2 | -7/+10 | |
| | * | | | | tor-proto: add experimental 'conflux' feature | Steven Engler | 2025-02-24 | 1 | -1/+2 | |
| | * | | | | tor-proto: add `HopLocation` and `TargetHop` | Steven Engler | 2025-02-24 | 1 | -0/+29 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'no-onion' into 'main' | Ian Jackson | 2025-02-24 | 1 | -0/+37 | |
| |\ \ \ \ | ||||||
| | * | | | | Add doc/dev/Style.md with an imprecation against "onion" | Ian Jackson | 2025-02-13 | 1 | -0/+37 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'clippy-fix' into 'main' | Ian Jackson | 2025-02-24 | 2 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | arti-rpcserver: Fix operator precedence warning. | Gabriela Moldovan | 2025-02-24 | 1 | -1/+1 | |
| | * | | | | tor-netdoc: Fix useless conversion warning. | Gabriela Moldovan | 2025-02-24 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'conflux-reog' into 'main' | gabi-250 | 2025-02-24 | 27 | -227/+259 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-proto: Add a tunnel module. | David Goulet | 2025-02-20 | 27 | -210/+242 | |
| | * | | | | tor-proto: Change the visibility of a series of struct | Gabriela Moldovan | 2025-02-20 | 3 | -17/+17 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'leg-id' into 'main' | opara | 2025-02-20 | 1 | -0/+16 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | tor-proto: Add a newtype wrapper for LegId. | Gabriela Moldovan | 2025-02-20 | 1 | -4/+12 | |
| | * | | | tor-proto: Add LegId type that can be used as a slotmap key. | Gabriela Moldovan | 2025-02-20 | 1 | -0/+8 | |
| |/ / / | ||||||
| * | | | Merge branch 'conflux-relay-cmd' into 'main' | gabi-250 | 2025-02-18 | 5 | -0/+232 | |
| |\ \ \ | ||||||
| | * | | | tor-cell: Add encodable conflux relay message types. | Gabriela Moldovan | 2025-02-18 | 3 | -0/+216 | |
| | * | | | tor-cell: Add conflux RelayCmds. | Gabriela Moldovan | 2025-02-18 | 2 | -0/+14 | |
| | * | | | tor-cell: Add an experimental conflux feature. | Gabriela Moldovan | 2025-02-18 | 1 | -0/+2 | |
| |/ / / | ||||||
