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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
tor-proto: Forbid CtrlMsg::Extend* on multipath tunnels.
Gabriela Moldovan
2025-02-25
1
-0
/
+20
|
*
|
|
|
|
tor-proto: Avoid panicking on double CtrlMsg::Create.
Gabriela Moldovan
2025-02-25
2
-16
/
+35
|
*
|
|
|
|
tor-proto: Update docs to refer to Circuit instead of Reactor.
Gabriela Moldovan
2025-02-25
1
-3
/
+3
|
*
|
|
|
|
tor-proto: Add some more conflux-related TODOs.
Gabriela Moldovan
2025-02-25
1
-0
/
+10
|
*
|
|
|
|
tor-proto: Use a ConfluxSet in the circuit reactor.
Gabriela Moldovan
2025-02-25
4
-48
/
+98
|
*
|
|
|
|
tor-proto: Add a ConfluxSet type.
Gabriela Moldovan
2025-02-25
4
-0
/
+79
|
*
|
|
|
|
tor-proto: Move most of the reactor impl to Circuit (fmt).
Gabriela Moldovan
2025-02-25
2
-8
/
+24
|
*
|
|
|
|
tor-proto: Move most of the reactor impl to Circuit.
Gabriela Moldovan
2025-02-25
4
-70
/
+60
|
*
|
|
|
|
tor-proto: Factor out stream management functionality.
Gabriela Moldovan
2025-02-25
2
-21
/
+43
|
*
|
|
|
|
tor-proto: Shuffle reactor impl in preparation for refactoring.
Gabriela Moldovan
2025-02-25
1
-466
/
+466
|
*
|
|
|
|
tor-proto: Move cell handlers into a separate type (fmt).
Gabriela Moldovan
2025-02-25
1
-3
/
+10
|
*
|
|
|
|
tor-proto: Move cell handlers into a separate type.
Gabriela Moldovan
2025-02-25
2
-44
/
+56
|
*
|
|
|
|
tor-proto: Add a reactor-internal Circuit type.
Gabriela Moldovan
2025-02-25
1
-0
/
+38
|
*
|
|
|
|
tor-proto: Add line breaks between impl blocks.
Gabriela Moldovan
2025-02-25
1
-0
/
+4
|
*
|
|
|
|
tor-proto: Implement From<Bug> for ReactorError.
Gabriela Moldovan
2025-02-25
1
-1
/
+6
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'release' into 'main'
Nick Mathewson
2025-02-27
1
-4
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
maint: update comments for RUSTSEC-2024-0384 exception
Steven Engler
2025-02-26
1
-4
/
+9
|
/
/
/
/
/
*
|
|
|
|
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
[prev]
[next]