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
/
channel.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
1
-1
/
+1
*
proto: Remove the AUTHORIZE as a parsable cell
David Goulet
2025-08-21
1
-5
/
+6
*
proto: Rename OutboundClientHandshake
David Goulet
2025-08-20
1
-5
/
+5
*
proto: Make the OutboundClientHandshake use new cell handler
David Goulet
2025-08-20
1
-15
/
+3
*
proto: Add helper functions/type for cell handling
David Goulet
2025-08-20
1
-0
/
+20
*
proto: Add channel cell handler
David Goulet
2025-08-20
1
-0
/
+1
*
proto: Add restricted channel message sets
David Goulet
2025-08-20
1
-3
/
+4
*
proto: Add ChannelType enum
David Goulet
2025-08-20
1
-8
/
+53
*
chan: Rename channel launch to launch_client
David Goulet
2025-08-20
1
-2
/
+2
*
proto: Rename the `tunnel` module to `client`.
Gabriela Moldovan
2025-08-18
1
-5
/
+5
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-11
/
+15
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-1
/
+1
*
conflux: Adjust docs and fix doc links.
Gabriela Moldovan
2025-08-05
1
-2
/
+2
*
tunnel: Implement Buildable for ClientTunnel
David Goulet
2025-08-05
1
-4
/
+4
*
proto: Change PendingClientCirc to yield back a ClientTunnel
David Goulet
2025-08-05
1
-3
/
+4
*
tor-proto: Log channel, circuit, stream identifiers as structured fields.
Gabriela Moldovan
2025-06-12
1
-2
/
+2
*
tor-proto: Pass a DynTimeProvider to the circuit reactor.
Gabriela Moldovan
2025-05-06
1
-1
/
+3
*
proto: make padding::Parameters construction fallible.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
tor-proto: Add a tunnel module.
David Goulet
2025-02-20
1
-5
/
+5
*
tor-proto: remove `use asynchronous_codec as futures_codec`
Neel Chauhan
2025-02-06
1
-2
/
+2
*
tor-proto: Set kist params in channel reactor.
Gabriela Moldovan
2025-01-15
1
-0
/
+1
*
tor-proto: Add Channel::reparameterize_kist() API.
Gabriela Moldovan
2025-01-15
1
-0
/
+9
*
tor-proto: Pass a StreamOps handle to the channel reactor.
Gabriela Moldovan
2025-01-15
1
-0
/
+2
*
tor-rtcompat: Big invasive change adding StreamOps bound everywhere.
Gabriela Moldovan
2025-01-15
1
-3
/
+3
*
tor-proto: Add KistParams type built from NetParameters.
Gabriela Moldovan
2025-01-15
1
-0
/
+1
*
tor-proto: make `Channel::wait_for_close` non-experimental
Steven Engler
2025-01-09
1
-1
/
+0
*
tor-proto: `Channel::wait_for_close` return success status
Steven Engler
2025-01-09
1
-8
/
+37
*
tor-proto: removed `Receiver::recv_clone` and implemented `IntoFuture` for `R...
Steven Engler
2024-12-10
1
-1
/
+2
*
tor-proto: update docs on `Channel::reactor_closed_rx`
Steven Engler
2024-12-10
1
-3
/
+1
*
tor-proto: replace oneshot broadcast channel
Steven Engler
2024-12-10
1
-1
/
+1
*
tor-proto: replace `Channel`s "closed" state handling
Steven Engler
2024-12-10
1
-26
/
+17
*
tor-proto: move `ChannelDetails::reactor_closed_rx` to `Channel`
Steven Engler
2024-12-10
1
-11
/
+17
*
memquota: Fix circuit account lifetime (fmt)
Ian Jackson
2024-10-21
1
-1
/
+8
*
memquota: Fix circuit account lifetime (clippy churn)
Ian Jackson
2024-10-21
1
-1
/
+1
*
memquota: Fix circuit account lifetime
Ian Jackson
2024-10-21
1
-1
/
+1
*
Apply deferred rustfmt churn
Ian Jackson
2024-10-09
1
-1
/
+1
*
memquota: Use an mq_queue for channel->circuit RX queue
Ian Jackson
2024-10-09
1
-4
/
+6
*
memquota: Add docs and TODOs re inbound channel->circuit data
Ian Jackson
2024-10-09
1
-0
/
+1
*
tor-proto: Remove the no-longer needed allows
Ian Jackson
2024-10-03
1
-1
/
+0
*
tor-proto: channel: Provide time_provider accessors
Ian Jackson
2024-10-03
1
-0
/
+17
*
tor-proto: Make circuit->channel queues participate in memquota
Ian Jackson
2024-10-03
1
-9
/
+11
*
tor-proto: Introduce a fake_mpsc helper for channel tests
Ian Jackson
2024-10-03
1
-2
/
+11
*
tor-proto: Plumb the ChannelAccount through to queue creation site
Ian Jackson
2024-10-03
1
-2
/
+20
*
tor-proto: Plumb the ChannelAccount through to queue creation site (pre-fmt)
Ian Jackson
2024-10-03
1
-1
/
+5
*
tor-proto: Make PendingClientCirc::new fallible (fmt)
Ian Jackson
2024-10-03
1
-7
/
+1
*
tor-proto: Make PendingClientCirc::new fallible
Ian Jackson
2024-10-03
1
-2
/
+2
*
tor-proto: channel: Make construction fallible
Ian Jackson
2024-10-03
1
-2
/
+3
*
tor-proto: Add a CoarseTimeProvider bound to all the SleepProviders
Ian Jackson
2024-10-01
1
-3
/
+3
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
`tor_proto::channel`: update comment to point to `tor-chanmgr`
Jim Newsome
2024-08-27
1
-2
/
+1
[next]