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
...
|
*
|
|
Implement PartialEq for ProtoStatuses unconditionally.
Nick Mathewson
2025-04-16
1
-4
/
+2
|
*
|
|
netdir: Add a recommended_protocols() to NetDirProvider
Nick Mathewson
2025-04-16
4
-0
/
+25
|
*
|
|
dirmgr, netdir: Store protocol requirments as soon as they are validated.
Nick Mathewson
2025-04-16
5
-5
/
+60
|
*
|
|
dirmgr: Backend support for cacheing protocol status.
Nick Mathewson
2025-04-16
5
-3
/
+140
|
*
|
|
protover,netdoc: Implement serde for Protocols etc.
Nick Mathewson
2025-04-16
5
-4
/
+47
|
*
|
|
netdoc: Put all ProtoStatuses into a single Arc<>d object
Nick Mathewson
2025-04-16
2
-19
/
+55
|
*
|
|
netdoc: functionality for detecting missing subprotos.
Nick Mathewson
2025-04-16
2
-2
/
+100
|
*
|
|
New functions to report supported subprotocols
Nick Mathewson
2025-04-16
12
-0
/
+276
|
*
|
|
Fix another miscapitalized "MicroDesc"
Nick Mathewson
2025-04-16
1
-1
/
+1
|
*
|
|
protover: Correct capitalization of Micro[Dd]esc
Nick Mathewson
2025-04-16
3
-10
/
+12
|
*
|
|
protover: Add an implementation for FromIterator
Nick Mathewson
2025-04-16
1
-0
/
+37
|
*
|
|
protover: document and enforce more invariants
Nick Mathewson
2025-04-16
1
-3
/
+19
|
*
|
|
protover: add names for members of the Link protocol group.
Nick Mathewson
2025-04-16
1
-0
/
+27
|
*
|
|
protover: New function to intersect Protocols sets.
Nick Mathewson
2025-04-16
1
-0
/
+53
|
*
|
|
protover: New function to combine (union) Protocols sets.
Nick Mathewson
2025-04-16
1
-1
/
+57
|
*
|
|
protover: New function to subtract to Protocols sets.
Nick Mathewson
2025-04-16
1
-0
/
+54
|
|
/
/
*
|
|
Merge branch 'once-cell-once-lock' into 'main'
Nick Mathewson
2025-04-22
9
-20
/
+27
|
\
\
\
|
*
|
|
tor-netdoc: Joined OnceLock import with other std::sync imports
hashcatHitman
2025-04-17
1
-2
/
+1
|
*
|
|
tor-circmgr: Added TODO about replacing OnceCell
hashcatHitman
2025-04-17
1
-0
/
+8
|
*
|
|
arti-client: Added TODO about replacing OnceCell
hashcatHitman
2025-04-17
1
-0
/
+7
|
*
|
|
tor-events: Removed once_cell dependency
hashcatHitman
2025-04-17
3
-8
/
+5
|
*
|
|
tor-log-ratelim: Replace OnceCell with OnceLock
hashcatHitman
2025-04-17
1
-3
/
+2
|
*
|
|
tor-netdoc: Replace OnceCell with OnceLock
hashcatHitman
2025-04-17
1
-3
/
+3
|
*
|
|
tor-geoip: Removed once_cell dependency
hashcatHitman
2025-04-17
3
-5
/
+2
|
/
/
/
*
|
|
Merge branch 'chutney-cargo-build' into 'main'
Jim Newsome
2025-04-17
1
-2
/
+9
|
\
\
\
|
*
|
|
tests: remove 'cargo build' from chutney setup
Steven Engler
2025-04-17
1
-2
/
+9
|
/
/
/
*
|
|
Merge branch 'backticks' into 'main'
Nick Mathewson
2025-04-16
2
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
hashx, tor-persist: fix intra-doc link backticks
hashcatHitman
2025-04-16
2
-2
/
+2
|
/
/
*
|
Merge branch '1944_new_relay_format_v2' into 'main'
Nick Mathewson
2025-04-16
18
-106
/
+462
|
\
\
|
*
|
cell: simpler (?) approach to StreamIdReq
Nick Mathewson
2025-04-16
1
-22
/
+43
|
*
|
cell: simpler approach to assert-checking offsets
Nick Mathewson
2025-04-16
2
-11
/
+13
|
*
|
proto: Create StreamTargets with the right RelayCellFormat.
Nick Mathewson
2025-04-16
4
-8
/
+27
|
*
|
cell, proto: Use correct Data sizes for v1 relay cells
Nick Mathewson
2025-04-16
7
-24
/
+74
|
*
|
cell: Remove the deprecated Data::split_from().
Nick Mathewson
2025-04-16
2
-14
/
+1
|
*
|
cell: Implement parsing and encoding for V1 relay cells
Nick Mathewson
2025-04-16
3
-21
/
+221
|
*
|
cell: Add a debugging-only method to simplify debug_asserts.
Nick Mathewson
2025-04-16
2
-12
/
+12
|
*
|
cell: Refine StreamIdReq for V1 relay cells, with minimal changes
Nick Mathewson
2025-04-16
1
-8
/
+14
|
*
|
cell: Create an unimplemented RelayCellFormat::V1
Nick Mathewson
2025-04-16
1
-10
/
+30
|
*
|
proto: Use selected format when encoding messages
Nick Mathewson
2025-04-16
1
-6
/
+11
|
*
|
Add a RelayCellFormat argument to encode().
Nick Mathewson
2025-04-16
8
-19
/
+35
|
*
|
Note some places where we need updates for #1944.
Nick Mathewson
2025-04-16
7
-2
/
+32
|
/
/
*
|
Merge branch 'ticket1950' into 'main'
Nick Mathewson
2025-04-16
1
-1
/
+1
|
\
\
|
*
|
proto: Avoid panic on non-existent hop number
Nick Mathewson
2025-04-11
1
-1
/
+1
|
|
/
*
|
Merge branch 'todo-errordetail' into 'main'
David Goulet
2025-04-14
2
-2
/
+8
|
\
\
|
*
|
arti-client: Add ErrorDetail::OnionServiceSetup
hjrgrn
2025-04-14
2
-2
/
+8
*
|
|
Merge branch 'fork' into 'main'
David Goulet
2025-04-14
4
-0
/
+73
|
\
\
\
|
*
|
|
arti-client: xref to fork policy
Ian Jackson
2025-04-07
2
-0
/
+17
|
*
|
|
tor-rtcompat: xref to fork policy from PreferredRuntime
Ian Jackson
2025-04-07
1
-0
/
+11
|
*
|
|
tor-rtcompat: Add div anchor for policy
Ian Jackson
2025-04-07
1
-0
/
+4
|
*
|
|
tor-rtcompat: Write policy on fork without exec
Ian Jackson
2025-04-07
1
-0
/
+41
[prev]
[next]