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
...
|
*
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
*
|
|
|
Merge branch 'rtmock-unsend' into 'main'
David Goulet
2025-04-14
7
-105
/
+174
|
\
\
\
\
|
*
|
|
|
tor-rtcompat: task tests: Allow a clippy lint
Ian Jackson
2025-04-10
1
-0
/
+1
|
*
|
|
|
tor-rtcompat: task: Break out subthread_yield
Ian Jackson
2025-04-10
1
-30
/
+36
|
*
|
|
|
tor-rtcompat: task tests: Allow a clippy lint
Ian Jackson
2025-04-10
1
-0
/
+1
|
*
|
|
|
tor-rtcompat: BlockOn: relax bounds on reenter_block_on
Ian Jackson
2025-04-09
6
-5
/
+8
|
*
|
|
|
tor-rtmock: task: subthread_block_on_future; Yield a bit more
Ian Jackson
2025-04-09
1
-2
/
+18
|
*
|
|
|
tor-rtmock: task tests: New subhtread_pingpong test
Ian Jackson
2025-04-09
1
-1
/
+43
|
*
|
|
|
tor-rtmock: task: Redo subthread_block_on_future; poll on the subthread (fmt)
Ian Jackson
2025-04-09
1
-14
/
+3
|
*
|
|
|
tor-rtmock: task: Redo subthread_block_on_future; poll on the subthread
Ian Jackson
2025-04-09
2
-68
/
+65
|
*
|
|
|
tor-rtmock: task: Minor refactoring
Ian Jackson
2025-04-09
1
-4
/
+6
|
*
|
|
|
tor-rtmock: task: import Left and Right
Ian Jackson
2025-04-09
1
-3
/
+3
|
*
|
|
|
tor-rtmock: task: impl Debug for TaskFutureInfo
Ian Jackson
2025-04-09
1
-1
/
+3
|
*
|
|
|
tor-rtmock: task: Break out Waker::make_waker
Ian Jackson
2025-04-09
1
-5
/
+10
|
*
|
|
|
tor-rtmock: Improve a comment
Ian Jackson
2025-04-09
1
-1
/
+6
|
*
|
|
|
tor-rtmock: Fix a comment
Ian Jackson
2025-04-09
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'fix-hsc-quiet-flag' into 'main'
Ian Jackson
2025-04-14
4
-81
/
+33
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Remove hsc quiet and force flags in favor of batch
hjrgrn
2025-04-14
4
-81
/
+33
|
/
/
/
*
|
|
Merge branch 'ci-workaround-2922' into 'main'
Ian Jackson
2025-04-10
1
-7
/
+3
|
\
\
\
|
*
\
\
Merge branch 'main' into ci-workaround-2922
Ian Jackson
2025-04-10
50
-167
/
+2352
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge branch '1_86_warnings' into 'main'
Nick Mathewson
2025-04-09
3
-6
/
+13
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
arti-ureq: Simplify use of map_or().
Nick Mathewson
2025-04-09
1
-4
/
+4
|
*
|
|
Allow StreamOps import to be unused
Nick Mathewson
2025-04-09
2
-2
/
+9
|
/
/
/
*
|
|
Merge branch '1519-integration-or-example-with-ureq' into 'main'
Ian Jackson
2025-04-09
14
-3
/
+1585
|
\
\
\
|
*
|
|
arti-ureq: New library which integrates with ureq
nield
2025-04-09
14
-3
/
+1585
*
|
|
|
Merge branch 'crossbeam' into 'main'
gabi-250
2025-04-09
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Update crossbeam-channel to 0.5.15 to fix cargo audit
Ian Jackson
2025-04-09
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge branch 'conflux-cells-2' into 'main'
gabi-250
2025-04-09
1
-7
/
+31
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
tor-cell: Make conflux::V1Nonce opaque, add constructor.
Gabriela Moldovan
2025-04-08
1
-7
/
+30
|
*
|
|
tor-cell: Copy ConfluxSwitch::seqno in getter.
Gabriela Moldovan
2025-04-08
1
-0
/
+1
|
/
/
/
*
|
|
Merge branch 'metrics-port' into 'main'
Ian Jackson
2025-04-08
13
-30
/
+466
|
\
\
\
|
*
|
|
metrics: Discuss schema stability (currently, "no")
Ian Jackson
2025-04-08
2
-0
/
+9
|
*
|
|
tor-hsrproxy: config: make ProxyActionDiscriminants private
Ian Jackson
2025-04-08
1
-0
/
+1
|
*
|
|
metrics: tor-hsrproxy: Use a bespoke type for counter outcomes
Ian Jackson
2025-04-08
1
-5
/
+19
|
*
|
|
metrics: arti: Make feature `experimental`, not `experimental-api`
Ian Jackson
2025-04-08
1
-1
/
+2
[prev]
[next]