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: Restrict the visibility of BackwardReactor
Gabriela Moldovan
2025-10-21
1
-3
/
+3
|
*
|
proto: Move BackwardReactor to its own module
Gabriela Moldovan
2025-10-21
2
-443
/
+466
|
*
|
proto: Add a constructor for BackwardReactor
Gabriela Moldovan
2025-10-21
1
-16
/
+54
|
*
|
proto: Remove no-longer needed Runtime argument
Gabriela Moldovan
2025-10-21
1
-13
/
+5
|
*
|
proto: Replace RelayReactor type-alias with struct
Gabriela Moldovan
2025-10-21
1
-23
/
+32
|
*
|
proto: Add spaces in docs to satisfy clippy
Gabriela Moldovan
2025-10-21
1
-3
/
+3
|
*
|
proto: Fix doc links post-refactoring
Gabriela Moldovan
2025-10-21
2
-3
/
+7
|
*
|
proto: Add a basic implementation for the relay reactor(s)
Gabriela Moldovan
2025-10-21
2
-37
/
+695
|
*
|
proto: Remove explicit returns to appease clippy
Gabriela Moldovan
2025-10-21
1
-6
/
+5
|
*
|
proto: Boilerplate for control command handling
Gabriela Moldovan
2025-10-21
1
-7
/
+29
|
*
|
proto: s/channel_id/circ_id
Gabriela Moldovan
2025-10-21
1
-1
/
+1
|
*
|
proto: Replace DynTimeProvider with Runtime
Gabriela Moldovan
2025-10-21
1
-7
/
+9
|
*
|
proto: Require that chan_provider is Send
Gabriela Moldovan
2025-10-21
1
-2
/
+2
|
*
|
proto: Use a broadcast channel for the shutdown handle
Gabriela Moldovan
2025-10-21
1
-5
/
+6
|
*
|
proto: Move StreamMpsc{Sender,Receiver} to stream module (fmt)
Gabriela Moldovan
2025-10-21
5
-5
/
+5
|
*
|
proto: Move StreamMpsc{Sender,Receiver} to stream module
Gabriela Moldovan
2025-10-21
8
-11
/
+18
|
*
|
proto: remove extraneous blank line
Gabriela Moldovan
2025-10-21
1
-1
/
+0
|
*
|
proto: Remove silly TODO about outgoing chan mgmt
Gabriela Moldovan
2025-10-21
1
-3
/
+1
|
*
|
proto: Move hop settings into a shared module
Gabriela Moldovan
2025-10-21
7
-306
/
+328
|
*
|
proto: Move streammap out of the client module (fmt)
Gabriela Moldovan
2025-10-21
3
-5
/
+3
|
*
|
proto: Add TODO about future code motion
Gabriela Moldovan
2025-10-21
1
-0
/
+4
|
*
|
proto: Move halfstream under streammap
Gabriela Moldovan
2025-10-21
3
-3
/
+4
|
*
|
proto: Move streammap out of the client module
Gabriela Moldovan
2025-10-21
10
-13
/
+15
|
*
|
proto: Move dumb pipes to top-lvl stream module (fmt)
Gabriela Moldovan
2025-10-21
7
-7
/
+7
|
*
|
proto: Move dumb pipes to top-lvl stream module
Gabriela Moldovan
2025-10-21
10
-9
/
+10
|
*
|
proto: Give the relay reactor a stream map
Gabriela Moldovan
2025-10-21
3
-4
/
+12
|
*
|
proto: Rename RelayReactor to BackwardReactor
Gabriela Moldovan
2025-10-21
1
-5
/
+15
|
|
/
*
|
tor-netdoc: Lifetime impls: reindent
Ian Jackson
2025-10-21
1
-37
/
+37
*
|
tor-netdoc: derive NetdocParseableFields for Lifetime
Ian Jackson
2025-10-21
1
-0
/
+4
*
|
tor-netdoc: parse2: Provide documentation for derived Accumulator types
Ian Jackson
2025-10-21
1
-0
/
+3
*
|
tor-netdoc: Lifetime: change type of fields
Ian Jackson
2025-10-21
2
-8
/
+8
*
|
tor-netdoc: Lifetime: derive constructor and accessors
Ian Jackson
2025-10-21
1
-20
/
+17
*
|
tor-netdoc: Lifetime: Move some documentation to fields
Ian Jackson
2025-10-21
1
-10
/
+10
*
|
tor-netdoc: Lifetime: Construct Lifetime struct earlier
Ian Jackson
2025-10-21
1
-6
/
+10
|
/
*
arti-relay: refactor error handling
Steven Engler
2025-10-20
3
-142
/
+34
*
Merge branch 'ticket_2210_squashed' into 'main'
Nick Mathewson
2025-10-20
1
-2
/
+4
|
\
|
*
Use random_hostname() to pick an (E)SNI
Neel Chauhan
2025-10-20
1
-2
/
+4
*
|
Cleanup: Remove a variable rename
Nick Mathewson
2025-10-20
1
-4
/
+2
*
|
Refactor: turn circ_extensions_from_settings into a method
Nick Mathewson
2025-10-20
3
-63
/
+62
|
/
*
Merge branch 'guardmgr-retry-logging' into 'main'
wesleyac
2025-10-16
2
-8
/
+21
|
\
|
*
tor-guardmgr: Ignore cognitive_complexity lint.
Wesley Aptekar-Cassels
2025-10-16
1
-0
/
+1
|
*
tor-guardmgr: Use humantime for some logging.
Wesley Aptekar-Cassels
2025-10-16
2
-2
/
+2
|
*
tor-guardmgr: Add retry time to guard failure warning.
Wesley Aptekar-Cassels
2025-10-16
1
-7
/
+14
|
*
tor-guardmgr: Include retry time in AllGuardsDown error message.
Wesley Aptekar-Cassels
2025-10-16
1
-1
/
+6
*
|
Merge branch 'ignore-watch-multiple-test' into 'main'
gabi-250
2025-10-16
1
-0
/
+2
|
\
\
|
*
|
arti: Ignore reload_cfg::test::watch_multiple.
Wesley Aptekar-Cassels
2025-10-16
1
-0
/
+2
|
|
/
*
|
Merge branch 'cmd-checkers' into 'main'
gabi-250
2025-10-16
14
-64
/
+101
|
\
\
|
|
/
|
/
|
|
*
proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdChecker (fmt)
Gabriela Moldovan
2025-10-16
1
-1
/
+2
|
*
proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdChecker
Gabriela Moldovan
2025-10-16
7
-19
/
+19
|
*
proto: Fix docs to refer to the right stream:: paths.
Gabriela Moldovan
2025-10-16
2
-2
/
+2
[prev]
[next]