summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | proto: fix bench featuresLionel Goffaux2025-05-277-181/+187
| * | | | proto: remove unused cpu_time dev-dependencyLionel Goffaux2025-05-222-13/+1
| * | | | proto: remove bench pub wrappersLionel Goffaux2025-05-2214-409/+232
* | | | | Merge branch 'cargo-sort' into 'main'gabi-2502025-05-2729-80/+217
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | maint/cargo_sort: Add exception for workspace Cargo.toml formatting.Gabriela Moldovan2025-05-271-0/+1
| * | | | ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-2728-80/+216
|/ / / /
* | | | Merge branch 'stuck_in_the_middle_with_you' into 'main'Nick Mathewson2025-05-2213-161/+400
|\ \ \ \ | |/ / / |/| | |
| * | | hspool: Explain _why_ ClientRend is Guarded.Nick Mathewson2025-05-221-4/+12
| * | | hspool: refactor path match to be exhaustive.Nick Mathewson2025-05-221-7/+11
| * | | hspool: ClientRend first should be GuardedNick Mathewson2025-05-221-4/+5
| * | | Apply 1 suggestion(s) to 1 file(s)Nick Mathewson2025-05-221-1/+1
| * | | circmgr: Apply last-hop-in-stem usage when retrieving a stem circ.Nick Mathewson2025-05-201-20/+85
| * | | circmgr: when building client rend stems, make sure last hop has new_rend usage.Nick Mathewson2025-05-202-28/+72
| * | | guardmgr, circmgr: Make vanguard selection take a RelaySelector.Nick Mathewson2025-05-206-52/+89
| * | | circmgr: Propagate Option<HsCircKind> down to path selection functionsNick Mathewson2025-05-204-46/+103
| * | | circmgr: Change get_or_launch_stem to take a HsCircKindNick Mathewson2025-05-201-13/+22
| * | | circmgr: rename ensure_circuit_{compatible_with => can_extend_to}_targetNick Mathewson2025-05-201-6/+3
| * | | relay-selection: Rename RendPoint usage to NewRendPoint.Nick Mathewson2025-05-201-8/+10
| * | | relay-selection: tweak messages about rejection reasonsNick Mathewson2025-05-203-8/+8
| * | | netdir, relay-selection: require Fast and Stable for rendpoints.Nick Mathewson2025-05-202-2/+4
| * | | hs: Prevent a client from using a `MiddleOnly` relay for onion servicesNeel Chauhan2025-05-204-10/+23
* | | | Merge branch 'drop-rustls-letsencrypt-kludge' into 'main'Nick Mathewson2025-05-213-48/+13
|\ \ \ \
| * | | | rtcompat: remove Letsencrypt/Rustls kludgeretort-dev2025-05-203-48/+13
* | | | | Merge branch 'extend_ntor-fix' into 'main'Nick Mathewson2025-05-211-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tor-proto: Prevent sink and rx from being dropped in-place.Gabriela Moldovan2025-05-201-1/+1
| |/ / /
* | | | Merge branch 'remove-query-legs' into 'main'gabi-2502025-05-205-60/+52
|\ \ \ \ | |/ / / |/| | |
| * | | tor-proto: Add TODO about multipath rend circuits.Gabriela Moldovan2025-05-201-0/+6
| * | | tor-proto: Clarify that we need HopLocation, not TargetHop.Gabriela Moldovan2025-05-201-2/+2
| * | | tor-proto: Remove now-unused ConfluxSet::legs().Gabriela Moldovan2025-05-201-5/+0
| * | | Revert "tor-proto: add a non-pub `ClientCirc::legs()` method"Gabriela Moldovan2025-05-202-32/+4
| * | | tor-proto: Remove multi-path check from allow_stream_requests() (fmt).Gabriela Moldovan2025-05-201-1/+8
| * | | tor-proto: Remove multi-path check from allow_stream_requests().Gabriela Moldovan2025-05-203-23/+35
|/ / /
* | | Merge branch 'todo1' into 'main'Ian Jackson2025-05-201-78/+57
|\ \ \
| * | | arti: cfg::test Rework refactorplaybahn2025-05-191-9/+8
| * | | arti: cfg::test: Fix TODO + Minor refactorplaybahn2025-04-261-76/+56
* | | | Merge branch 'arti-ureq-remove-early-return' into 'main'Ian Jackson2025-05-193-6/+2
|\ \ \ \
| * | | | arti-ureq: Remove obsolete early return in await_inputNiel Duysters2025-05-193-6/+2
* | | | | Merge branch 'clippy-1.87-warnings' into 'main'gabi-2502025-05-1919-57/+32
|\ \ \ \ \
| * | | | | *: use std::io::Error::other in many placesNick Mathewson2025-05-1512-39/+19
| * | | | | arti: resolve a variant-size-difference warning.Nick Mathewson2025-05-152-2/+2
| * | | | | rtmock: use Option::replace instead of mem::replaceNick Mathewson2025-05-151-8/+6
| * | | | | proto: temporarily suppress warning; see #2003.Nick Mathewson2025-05-152-2/+3
| * | | | | netdir: fix warning about an opportunity to use saturating_subNick Mathewson2025-05-151-5/+1
| * | | | | guardmgr: Fix clippy warning about needlessly owned cow.Nick Mathewson2025-05-151-1/+1
|/ / / / /
* | | | | Merge branch 'conflux-mutable-state-2' into 'main'gabi-2502025-05-1513-99/+351
|\ \ \ \ \
| * | | | | tor-proto: Future-proof some comments about path_ref() errors.Gabriela Moldovan2025-05-151-2/+2
| * | | | | tor-proto: Return Error::Protocol if ClientCirc accessors return an error.Gabriela Moldovan2025-05-151-32/+40
| * | | | | tor-proto: Make TunnelMutableState docs link to MutableState.Gabriela Moldovan2025-05-151-11/+3
| * | | | | tor-proto: Add note about raciness of last_hop_num.Gabriela Moldovan2025-05-151-0/+15
| * | | | | tor-proto: Add TODO about possibly replacing LegIdKey with UniqId.Gabriela Moldovan2025-05-151-0/+3