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
...
*
|
|
proto: Add TODO about relay memquota setup
Gabriela Moldovan
2026-03-26
1
-0
/
+6
*
|
|
proto: Use the inbound CircuitAccount when extending circuit (fmt)
Gabriela Moldovan
2026-03-26
2
-2
/
+9
*
|
|
proto: Use the inbound CircuitAccount when extending circuit
Gabriela Moldovan
2026-03-26
3
-4
/
+11
|
|
/
|
/
|
*
|
WASM: Enable `wasm_js` feature for getrandom for tor-basic-utils.
Alexander Hansen Færøy
2026-03-26
1
-0
/
+3
*
|
arti: Mostly make clippy happy for wasm with --no-default-features.
Nick Mathewson
2026-03-25
3
-1
/
+5
*
|
arti-client: Stub out usage of FsStateMgr on wasm32-unknown.
Nick Mathewson
2026-03-25
2
-7
/
+41
*
|
consdiff: Additionally require tor-netdoc/ns-vote.
Nick Mathewson
2026-03-25
1
-1
/
+2
*
|
consdiff: Only use the single feature we require from tor-netdoc.
Nick Mathewson
2026-03-25
1
-1
/
+1
*
|
Merge branch 'wasm-compilation-part1' into 'main'
Alexander Hansen Færøy
2026-03-25
9
-62
/
+61
|
\
\
|
*
|
dirmgr: Stub out usage of Lockfile on wasm32-unknown.
Nick Mathewson
2026-03-25
2
-5
/
+38
|
*
|
tor-config path: Fix a warning on non-unix systems
Nick Mathewson
2026-03-25
1
-1
/
+1
|
*
|
rtcompat: Fix clippy with wasm32 and no-default-features.
Nick Mathewson
2026-03-25
2
-1
/
+10
|
*
|
tor-basic-utils: Remove IoErrorExt and BinaryHeapExt.
Nick Mathewson
2026-03-25
3
-52
/
+3
|
*
|
tor_llcrypto: fix clippy for wasm32.
Nick Mathewson
2026-03-25
1
-3
/
+9
*
|
|
Merge branch 'rpc-ll-refactor' into 'main'
Nick Mathewson
2026-03-25
9
-436
/
+510
|
\
\
\
|
*
|
|
Re-run cbindgen.
Nick Mathewson
2026-03-25
1
-2
/
+2
|
*
|
|
rpc: Fix up documentation links
Nick Mathewson
2026-03-25
2
-1
/
+6
|
*
|
|
rpc: tweak documentation and variable names wrt renaming
Nick Mathewson
2026-03-25
3
-69
/
+74
|
*
|
|
rpc: Make stream type in NonblockingConnection opaque.
Nick Mathewson
2026-03-25
3
-22
/
+52
|
*
|
|
Split ll_conn module into blocking/nonblocking layers
Nick Mathewson
2026-03-25
3
-901
/
+939
|
*
|
|
rpc: Rename nb_stream.rs → ll_conn.rs
Nick Mathewson
2026-03-25
6
-11
/
+11
|
*
|
|
rpc: Rename NonblockingStream → NonblockingConnection.
Nick Mathewson
2026-03-25
2
-23
/
+23
|
*
|
|
rpc: Rename PollingStream → BlockingConnection.
Nick Mathewson
2026-03-25
4
-31
/
+31
|
*
|
|
rpc: Remove mention of two already-removed arguments.
Nick Mathewson
2026-03-25
1
-4
/
+0
|
|
/
/
*
|
|
Merge branch 'fallbackdir-25-03-2026' into 'main'
David Goulet
2026-03-25
1
-897
/
+899
|
\
\
\
|
*
|
|
fallbackdir: Update list generated on March 25, 2026
Tor CI Release
2026-03-25
1
-897
/
+899
|
|
/
/
*
|
|
Merge branch 'relay-safelogging' into 'main'
opara
2026-03-25
2
-0
/
+32
|
\
\
\
|
*
|
|
arti-relay: add `log_sensitive_information` config option
Steven Engler
2026-03-24
2
-0
/
+32
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'relay-reactor-tests' into 'main'
gabi-250
2026-03-25
6
-115
/
+743
|
\
\
\
|
*
|
|
proto: Update reactor docs to reflect ForwardHandler change
Gabriela Moldovan
2026-03-25
1
-6
/
+37
|
*
|
|
proto: Move handle_unrecognized_cell() out of ForwardHandler
Gabriela Moldovan
2026-03-25
2
-50
/
+40
|
*
|
|
proto: Forward unrecognized RELAY_EARLY as RELAY_EARLY
Gabriela Moldovan
2026-03-25
3
-4
/
+8
|
*
|
|
proto: Add tests for the relay circuit reactor
Gabriela Moldovan
2026-03-25
1
-0
/
+536
|
*
|
|
cell: Derive PartialEq for Begin and BeginFlags
Gabriela Moldovan
2026-03-25
1
-2
/
+2
|
*
|
|
proto: Use AllowAllStreamsFilter in relay builds too
Gabriela Moldovan
2026-03-25
1
-2
/
+2
|
*
|
|
proto: Move AllowAllStreamsFilter to crate-pub test module
Gabriela Moldovan
2026-03-25
2
-15
/
+19
|
*
|
|
proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg() (fmt)
Gabriela Moldovan
2026-03-25
2
-13
/
+43
|
*
|
|
proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg()
Gabriela Moldovan
2026-03-25
2
-38
/
+47
|
*
|
|
proto: Move rmsg_to_ccmsg to crate-pub test module
Gabriela Moldovan
2026-03-25
2
-10
/
+34
|
*
|
|
proto: Replace fully-qualified path with import alias
Gabriela Moldovan
2026-03-25
1
-1
/
+1
*
|
|
|
tor-consdiff: Apply comment suggestion
Clara Engler
2026-03-25
1
-2
/
+3
*
|
|
|
tor-consdiff: Prevent dotlines with WS tail
Clara Engler
2026-03-25
1
-4
/
+18
*
|
|
|
tor-consdiff: Rename `.lno` to `.lno_for_error`
Clara Engler
2026-03-25
1
-2
/
+2
*
|
|
|
Revert "parse2: Rename lno_for_error to lno"
Clara Engler
2026-03-25
3
-4
/
+3
*
|
|
|
tor-consdiff: Prevent dotlines properly
Clara Engler
2026-03-25
1
-1
/
+19
*
|
|
|
tor-consdiff: Enforce Unix line endings
Clara Engler
2026-03-25
2
-10
/
+10
*
|
|
|
tor-consdiff: Justify our use of peek'ing
Clara Engler
2026-03-25
1
-0
/
+3
*
|
|
|
tor-consdiff: Refactor result composition
Clara Engler
2026-03-25
1
-11
/
+17
*
|
|
|
tor-consdiff: Use named variants for lno errors
Clara Engler
2026-03-25
2
-10
/
+16
*
|
|
|
tor-consdiff: Use derive_more for HunkType's Display
Clara Engler
2026-03-25
2
-13
/
+6
[prev]
[next]