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
...
*
|
|
|
Merge branch 'ctrl-msg-2' into 'main'
David Goulet
2025-10-22
2
-111
/
+113
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
proto: Replace select! with select_biased!
Gabriela Moldovan
2025-10-22
1
-2
/
+2
|
*
|
|
proto: Update an outdated doc link
Gabriela Moldovan
2025-10-22
1
-1
/
+1
|
*
|
|
proto: Add debug log when RelayReactor shuts down
Gabriela Moldovan
2025-10-22
1
-2
/
+14
|
*
|
|
proto: Replace futures::select with import
Gabriela Moldovan
2025-10-22
1
-2
/
+2
|
*
|
|
proto: Remove no-longer relevant note on control message handling
Gabriela Moldovan
2025-10-22
1
-10
/
+0
|
*
|
|
proto: Remove an already-addressed TODO
Gabriela Moldovan
2025-10-22
1
-2
/
+0
|
*
|
|
proto: Handle control messages in RelayReactor
Gabriela Moldovan
2025-10-22
2
-51
/
+53
|
*
|
|
proto: Move the control channels to RelayReactor
Gabriela Moldovan
2025-10-22
2
-53
/
+53
*
|
|
|
Merge branch 'tor-dirserver-msrv-1.86' into 'main'
David Goulet
2025-10-22
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
tor-dirserver: bump MSRV from 1.83 to 1.86
hashcatHitman
2025-10-21
1
-1
/
+1
*
|
|
|
Merge branch 'p2-shared-rand-status' into 'main'
Ian Jackson
2025-10-22
5
-17
/
+28
|
\
\
\
\
|
*
|
|
|
tor-netdoc: impl ItemValueParseable for SharedRandStatus
Ian Jackson
2025-10-21
1
-0
/
+1
|
*
|
|
|
tor-netdoc: impl Display, FromStr, NormalItemArgument for SharedRandVal
Ian Jackson
2025-10-21
1
-2
/
+18
|
*
|
|
|
tor-netdoc: derive From<Vec<u8>> and v-v for B64
Ian Jackson
2025-10-21
1
-7
/
+1
|
*
|
|
|
tor-netdoc: Change type of timestamp in SharedRandStatus (fmt)
Ian Jackson
2025-10-21
1
-2
/
+1
|
*
|
|
|
tor-netdoc: Change type of timestamp in SharedRandStatus
Ian Jackson
2025-10-21
4
-7
/
+8
*
|
|
|
|
Merge branch 'restricted-discovery-stable' into 'main'
gabi-250
2025-10-22
4
-14
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
arti: Update README to say restricted discovery is non-experimental
Gabriela Moldovan
2025-10-21
1
-1
/
+4
|
*
|
|
|
|
arti: Move restricted-discovery closer to onion-service-service
Gabriela Moldovan
2025-10-21
1
-1
/
+1
|
*
|
|
|
|
hsrproxy: Sort Cargo.toml
Gabriela Moldovan
2025-10-21
1
-5
/
+1
|
*
|
|
|
|
hsrproxy: Place non-experimental features at the top
Gabriela Moldovan
2025-10-21
1
-1
/
+1
|
*
|
|
|
|
arti: Mark restricted-discovery as non-experimental
Gabriela Moldovan
2025-10-21
3
-8
/
+8
|
|
/
/
/
/
*
|
|
|
|
arti-relay: add line breaks between `InertTorRelay` fields
Steven Engler
2025-10-21
1
-0
/
+5
*
|
|
|
|
arti-relay: add a `MemoryQuotaTracker`
Steven Engler
2025-10-21
1
-3
/
+12
*
|
|
|
|
arti-relay: add a `SystemConfig` to the relay config
Steven Engler
2025-10-21
1
-0
/
+18
*
|
|
|
|
arti-relay: add some TODO comments
Steven Engler
2025-10-21
1
-0
/
+3
*
|
|
|
|
arti-relay: small refactoring
Steven Engler
2025-10-21
1
-7
/
+6
*
|
|
|
|
arti-relay: generate keys only when bootstrapping
Steven Engler
2025-10-21
1
-3
/
+3
*
|
|
|
|
arti-relay: add note to `StorageConfig::permissions`
Steven Engler
2025-10-21
1
-0
/
+6
*
|
|
|
|
arti-relay: copy `state_mgr.try_lock()` from arti-client
Steven Engler
2025-10-21
2
-1
/
+9
*
|
|
|
|
tor-proto: fix `clippy::needless_pass_by_value` warning
Steven Engler
2025-10-21
1
-0
/
+1
*
|
|
|
|
arti-relay: small change to `create_keymgr()`
Steven Engler
2025-10-21
2
-30
/
+8
*
|
|
|
|
arti-relay: use `TokioRustlsRuntime` instead of `PreferredRuntime`
Steven Engler
2025-10-21
1
-5
/
+8
*
|
|
|
|
arti-relay: initialize the `StateDirectory` and `FsStateMgr`
Steven Engler
2025-10-21
3
-1
/
+51
*
|
|
|
|
Merge branch 'ticket2217_01' into 'main'
David Goulet
2025-10-21
4
-11
/
+106
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
relay: Implement a blocking run() that starts the relay
David Goulet
2025-10-21
2
-11
/
+34
|
*
|
|
|
relay: Add channel housekeeping task
David Goulet
2025-10-21
3
-0
/
+72
*
|
|
|
|
Merge branch 'p2-misc-fixes' into 'main'
opara
2025-10-21
2
-2
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
tor-netdoc: Reference `build::ItemArgument` from `NoramlItemArgument` doc
Ian Jackson
2025-10-21
1
-1
/
+2
|
*
|
|
|
|
tor-netdoc: NetdocParseable derive: use more explicit syntax
Ian Jackson
2025-10-21
1
-1
/
+1
|
*
|
|
|
|
tor-netdoc: parse2: Don't declare internal error on subdoc intro items
Ian Jackson
2025-10-21
1
-0
/
+4
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'msrv-1-86-0' into 'main'
David Goulet
2025-10-21
61
-61
/
+61
|
\
\
\
\
\
|
*
|
|
|
|
Bump MSRV from 1.85.1 to 1.86
Clara Engler
2025-10-21
61
-61
/
+61
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'p2-blanket-arc' into 'main'
David Goulet
2025-10-21
2
-7
/
+30
|
\
\
\
\
\
|
*
|
|
|
|
tor-netdoc: blanket impl parse2 traits for Arc
Ian Jackson
2025-10-21
2
-7
/
+30
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'relay-reactor-fun-2' into 'main'
gabi-250
2025-10-21
20
-499
/
+1472
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
proto: Fix broken doc links
Gabriela Moldovan
2025-10-21
1
-2
/
+3
|
*
|
|
|
proto: Prioritize shutdown over everything else
Gabriela Moldovan
2025-10-21
1
-8
/
+8
|
*
|
|
|
proto: Ensure RelayReactor shuts down the other reactors
Gabriela Moldovan
2025-10-21
3
-21
/
+48
[prev]
[next]