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
/
tor-proto
/
src
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Allow unstable_name_collisions in several places
Gabriela Moldovan
2025-12-01
2
-0
/
+10
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
4
-3
/
+22
*
proto: Remove unused function from ClientChannelBuilder
David Goulet
2025-11-19
1
-7
/
+0
*
proto: Make cargo doc happy
David Goulet
2025-11-19
1
-1
/
+1
*
proto: Split VerifiedChannel::finish()
David Goulet
2025-11-19
1
-2
/
+17
*
proto: Use the new client specific channels
David Goulet
2025-11-19
1
-11
/
+19
*
proto: Add client specific handshake channel structs
David Goulet
2025-11-19
2
-6
/
+90
*
proto: Move client handshake into client channel module
David Goulet
2025-11-19
2
-0
/
+209
*
proto: Fix up doc links post-refactoring
Gabriela Moldovan
2025-11-17
1
-2
/
+2
*
proto: Make cc state shared between CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
2
-13
/
+10
*
proto: Move CircHop{Inbound,Outbound} out of the client module.
Gabriela Moldovan
2025-11-17
1
-573
/
+9
*
proto: Add constructors for CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
1
-19
/
+46
*
proto: Move some of CircHop's impl to CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
1
-141
/
+340
*
proto: Make the hop in SendRelayCell optional (fmt)
Gabriela Moldovan
2025-11-17
1
-1
/
+5
*
proto: Make the hop in SendRelayCell optional
Gabriela Moldovan
2025-11-17
6
-18
/
+20
*
proto: Move SendRelayCell to circhop (fmt)
Gabriela Moldovan
2025-11-17
2
-2
/
+2
*
proto: Move SendRelayCell to circhop
Gabriela Moldovan
2025-11-17
4
-18
/
+7
*
proto: Split CircHop into inbound and outbound components (fmt)
Gabriela Moldovan
2025-11-17
1
-7
/
+13
*
proto: Split CircHop into inbound and outbound components
Gabriela Moldovan
2025-11-17
1
-52
/
+76
*
proto: Rename cell decoder field for clarity
Gabriela Moldovan
2025-11-14
1
-3
/
+3
*
proto: Avoid exposing stream map field (fmt)
Gabriela Moldovan
2025-11-14
1
-8
/
+11
*
proto: Avoid exposing stream map field
Gabriela Moldovan
2025-11-14
1
-3
/
+3
*
proto: Import StreamMap to reduce cognitive complexity
Gabriela Moldovan
2025-11-14
1
-6
/
+6
*
proto: Move CloseStreamBehavior to top-level stream module
Gabriela Moldovan
2025-11-14
2
-24
/
+3
*
proto: Remove extraneous backtick in CloseStreamBehavior docs
Gabriela Moldovan
2025-11-14
1
-1
/
+1
*
Merge branch 'prop368-v4' into 'main'
Nick Mathewson
2025-11-13
4
-0
/
+53
|
\
|
*
tor-proto: Track information on when tunnels were last used
Nick Mathewson
2025-11-12
4
-0
/
+53
*
|
proto: Remove duplicated function in CircHop
Gabriela Moldovan
2025-11-13
2
-7
/
+2
*
|
proto: Remove a no longer relevant TODO
Gabriela Moldovan
2025-11-12
1
-3
/
+0
|
/
*
Merge branch 'cell-sender' into 'main'
Alexander Hansen Færøy
2025-11-10
2
-303
/
+1
|
\
|
*
proto: Move cell_sender out of the client module
Gabriela Moldovan
2025-10-28
2
-303
/
+1
|
*
proto: Make everything in CircuitCellSender pub(crate)
Gabriela Moldovan
2025-10-28
1
-8
/
+8
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
2
-2
/
+2
*
|
Drop two use's that seem no longer to be necessary
Ian Jackson
2025-11-06
1
-1
/
+1
*
|
all: run cargo fmt
Steven Engler
2025-11-04
1
-1
/
+1
*
|
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
|
bad_extend_test_impl: Wait for message instead of a 100 ms delay.
Nick Mathewson
2025-11-04
1
-8
/
+18
*
|
proto: use assert_matches in circuit.rs tests.
Nick Mathewson
2025-11-04
1
-5
/
+6
*
|
proto: Move a TODO to CircSyncView
Gabriela Moldovan
2025-10-30
1
-3
/
+0
*
|
proto: Replace ClientCircSyncView in IncomingStreamRequestFilter
Gabriela Moldovan
2025-10-30
4
-7
/
+8
|
/
*
tor-proto: fix `clippy::needless_pass_by_value` warning
Steven Engler
2025-10-21
1
-0
/
+1
*
proto: Fix doc links post-refactoring
Gabriela Moldovan
2025-10-21
1
-1
/
+5
*
proto: Move StreamMpsc{Sender,Receiver} to stream module (fmt)
Gabriela Moldovan
2025-10-21
3
-3
/
+3
*
proto: Move StreamMpsc{Sender,Receiver} to stream module
Gabriela Moldovan
2025-10-21
5
-9
/
+8
*
proto: Move hop settings into a shared module
Gabriela Moldovan
2025-10-21
5
-306
/
+15
*
proto: Move streammap out of the client module (fmt)
Gabriela Moldovan
2025-10-21
3
-5
/
+3
*
proto: Move halfstream under streammap
Gabriela Moldovan
2025-10-21
1
-247
/
+0
*
proto: Move streammap out of the client module
Gabriela Moldovan
2025-10-21
7
-685
/
+11
*
proto: Move dumb pipes to top-lvl stream module (fmt)
Gabriela Moldovan
2025-10-21
6
-6
/
+6
*
proto: Move dumb pipes to top-lvl stream module
Gabriela Moldovan
2025-10-21
8
-264
/
+7
[next]