summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |/
* | 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-192-5/+1
|\ \
| * | arti-ureq: Remove obsolete early return in await_inputNiel Duysters2025-05-192-5/+1
* | | *: 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
* | | 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
* | | tor-proto: Remove the CircuitSharedState type alias.Gabriela Moldovan2025-05-151-6/+2
* | | tor-proto: Clarify the MutableState::path() docs.Gabriela Moldovan2025-05-151-1/+1
* | | tor-proto: Update the TunnelMutableState when a circuit is removed.Gabriela Moldovan2025-05-1510-38/+88
* | | tor-proto: Rework MutableState to work with multi-path circuits.Gabriela Moldovan2025-05-154-31/+176
* | | tor-proto: Add From<LegIdKey> impl for LegId.Gabriela Moldovan2025-05-151-0/+6
* | | tor-proto: Encapsulate MutableState operations inside impl.Gabriela Moldovan2025-05-153-42/+66
* | | tor-proto: Rename MutableState to CircuitState.Gabriela Moldovan2025-05-153-9/+9
* | | tor-proto: Make the MutableState internals private.Gabriela Moldovan2025-05-152-5/+18
* | | Merge branch 'remove-deprecated' into 'main'gabi-2502025-05-152-48/+13
|\ \ \
| * | | tor-proto: Remove deprecated ClientCirc functions.Gabriela Moldovan2025-05-152-48/+13
* | | | tor-basic-utils: reword `semver.md` entrySteven Engler2025-05-151-1/+4
* | | | tor-linkspec,tor-basic-utils: remove deprecated `empty_iterator()` methodSteven Engler2025-05-144-23/+3
|/ / /
* | | Merge branch 'proto-change-bench-neasurement' into 'main'Nick Mathewson2025-05-1413-199/+102
|\ \ \
| * | | proto: use consts for bench throuputsLionel Goffaux2025-05-1410-16/+25
| * | | proto: fix doc mismatch in benchmarksLionel Goffaux2025-05-142-2/+2
| * | | proto: fix doc typosLionel Goffaux2025-05-149-11/+11
| * | | proto: change bench measurementLionel Goffaux2025-05-1310-190/+84
| |/ /
* | | Merge branch 'msrv-1.83' into 'main'gabi-2502025-05-1467-75/+69
|\ \ \ | |/ / |/| |
| * | Resolve clippy warnings from 1.83Nick Mathewson2025-05-137-15/+9
| * | All crates: bump rust-version to 1.83.Nick Mathewson2025-05-1360-60/+60