index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
hspool: ClientRend first should be Guarded
Nick Mathewson
2025-05-22
1
-4
/
+5
|
*
Apply 1 suggestion(s) to 1 file(s)
Nick Mathewson
2025-05-22
1
-1
/
+1
|
*
circmgr: Apply last-hop-in-stem usage when retrieving a stem circ.
Nick Mathewson
2025-05-20
1
-20
/
+85
|
*
circmgr: when building client rend stems, make sure last hop has new_rend usage.
Nick Mathewson
2025-05-20
2
-28
/
+72
|
*
guardmgr, circmgr: Make vanguard selection take a RelaySelector.
Nick Mathewson
2025-05-20
6
-52
/
+89
|
*
circmgr: Propagate Option<HsCircKind> down to path selection functions
Nick Mathewson
2025-05-20
4
-46
/
+103
|
*
circmgr: Change get_or_launch_stem to take a HsCircKind
Nick Mathewson
2025-05-20
1
-13
/
+22
|
*
circmgr: rename ensure_circuit_{compatible_with => can_extend_to}_target
Nick Mathewson
2025-05-20
1
-6
/
+3
|
*
relay-selection: Rename RendPoint usage to NewRendPoint.
Nick Mathewson
2025-05-20
1
-8
/
+10
|
*
relay-selection: tweak messages about rejection reasons
Nick Mathewson
2025-05-20
3
-8
/
+8
|
*
netdir, relay-selection: require Fast and Stable for rendpoints.
Nick Mathewson
2025-05-20
2
-2
/
+4
|
*
hs: Prevent a client from using a `MiddleOnly` relay for onion services
Neel Chauhan
2025-05-20
4
-10
/
+23
*
|
Merge branch 'drop-rustls-letsencrypt-kludge' into 'main'
Nick Mathewson
2025-05-21
3
-48
/
+13
|
\
\
|
*
|
rtcompat: remove Letsencrypt/Rustls kludge
retort-dev
2025-05-20
3
-48
/
+13
*
|
|
Merge branch 'extend_ntor-fix' into 'main'
Nick Mathewson
2025-05-21
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tor-proto: Prevent sink and rx from being dropped in-place.
Gabriela Moldovan
2025-05-20
1
-1
/
+1
|
|
/
*
|
tor-proto: Add TODO about multipath rend circuits.
Gabriela Moldovan
2025-05-20
1
-0
/
+6
*
|
tor-proto: Clarify that we need HopLocation, not TargetHop.
Gabriela Moldovan
2025-05-20
1
-2
/
+2
*
|
tor-proto: Remove now-unused ConfluxSet::legs().
Gabriela Moldovan
2025-05-20
1
-5
/
+0
*
|
Revert "tor-proto: add a non-pub `ClientCirc::legs()` method"
Gabriela Moldovan
2025-05-20
2
-32
/
+4
*
|
tor-proto: Remove multi-path check from allow_stream_requests() (fmt).
Gabriela Moldovan
2025-05-20
1
-1
/
+8
*
|
tor-proto: Remove multi-path check from allow_stream_requests().
Gabriela Moldovan
2025-05-20
3
-23
/
+35
|
/
*
Merge branch 'todo1' into 'main'
Ian Jackson
2025-05-20
1
-78
/
+57
|
\
|
*
arti: cfg::test Rework refactor
playbahn
2025-05-19
1
-9
/
+8
|
*
arti: cfg::test: Fix TODO + Minor refactor
playbahn
2025-04-26
1
-76
/
+56
*
|
Merge branch 'arti-ureq-remove-early-return' into 'main'
Ian Jackson
2025-05-19
2
-5
/
+1
|
\
\
|
*
|
arti-ureq: Remove obsolete early return in await_input
Niel Duysters
2025-05-19
2
-5
/
+1
*
|
|
*: use std::io::Error::other in many places
Nick Mathewson
2025-05-15
12
-39
/
+19
*
|
|
arti: resolve a variant-size-difference warning.
Nick Mathewson
2025-05-15
2
-2
/
+2
*
|
|
rtmock: use Option::replace instead of mem::replace
Nick Mathewson
2025-05-15
1
-8
/
+6
*
|
|
proto: temporarily suppress warning; see #2003.
Nick Mathewson
2025-05-15
2
-2
/
+3
*
|
|
netdir: fix warning about an opportunity to use saturating_sub
Nick Mathewson
2025-05-15
1
-5
/
+1
*
|
|
guardmgr: Fix clippy warning about needlessly owned cow.
Nick Mathewson
2025-05-15
1
-1
/
+1
*
|
|
tor-proto: Future-proof some comments about path_ref() errors.
Gabriela Moldovan
2025-05-15
1
-2
/
+2
*
|
|
tor-proto: Return Error::Protocol if ClientCirc accessors return an error.
Gabriela Moldovan
2025-05-15
1
-32
/
+40
*
|
|
tor-proto: Make TunnelMutableState docs link to MutableState.
Gabriela Moldovan
2025-05-15
1
-11
/
+3
*
|
|
tor-proto: Add note about raciness of last_hop_num.
Gabriela Moldovan
2025-05-15
1
-0
/
+15
*
|
|
tor-proto: Add TODO about possibly replacing LegIdKey with UniqId.
Gabriela Moldovan
2025-05-15
1
-0
/
+3
*
|
|
tor-proto: Remove the CircuitSharedState type alias.
Gabriela Moldovan
2025-05-15
1
-6
/
+2
*
|
|
tor-proto: Clarify the MutableState::path() docs.
Gabriela Moldovan
2025-05-15
1
-1
/
+1
*
|
|
tor-proto: Update the TunnelMutableState when a circuit is removed.
Gabriela Moldovan
2025-05-15
10
-38
/
+88
*
|
|
tor-proto: Rework MutableState to work with multi-path circuits.
Gabriela Moldovan
2025-05-15
4
-31
/
+176
*
|
|
tor-proto: Add From<LegIdKey> impl for LegId.
Gabriela Moldovan
2025-05-15
1
-0
/
+6
*
|
|
tor-proto: Encapsulate MutableState operations inside impl.
Gabriela Moldovan
2025-05-15
3
-42
/
+66
*
|
|
tor-proto: Rename MutableState to CircuitState.
Gabriela Moldovan
2025-05-15
3
-9
/
+9
*
|
|
tor-proto: Make the MutableState internals private.
Gabriela Moldovan
2025-05-15
2
-5
/
+18
*
|
|
Merge branch 'remove-deprecated' into 'main'
gabi-250
2025-05-15
2
-48
/
+13
|
\
\
\
|
*
|
|
tor-proto: Remove deprecated ClientCirc functions.
Gabriela Moldovan
2025-05-15
2
-48
/
+13
*
|
|
|
tor-basic-utils: reword `semver.md` entry
Steven Engler
2025-05-15
1
-1
/
+4
*
|
|
|
tor-linkspec,tor-basic-utils: remove deprecated `empty_iterator()` method
Steven Engler
2025-05-14
4
-23
/
+3
|
/
/
/
[prev]
[next]