index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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
...
*
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
*
Fix clippy::doc_lazy_continuation
Ian Jackson
2024-07-08
1
-2
/
+2
*
Rename OptTimestamp to AtomicOptTimestamp
Neel Chauhan
2024-06-24
1
-4
/
+4
*
ChannelSender::poll_ready_unpin_bool: move to util
Ian Jackson
2024-05-29
1
-19
/
+0
*
ChannelSender::poll_ready_unpin_bool: extension trait
Ian Jackson
2024-05-29
1
-1
/
+7
*
ChannelSender::poll_ready_unpin_bool: rename from poll_ready
Ian Jackson
2024-05-29
1
-2
/
+6
*
ChannelSender::poll_ready inherent method: Don't discard error
Ian Jackson
2024-05-29
1
-1
/
+1
*
ChannelSender::poll_ready inherent method: Avoid apparent discard
Ian Jackson
2024-05-29
1
-1
/
+1
*
ChannelSender::poll_ready inherent method: Use Sink:poll_ready
Ian Jackson
2024-05-29
1
-1
/
+1
*
Remove an outdated comment.
Nick Mathewson
2024-05-20
1
-3
/
+0
*
Make an arc clone explicit.
Nick Mathewson
2024-05-20
1
-1
/
+1
*
Fix a typo.
gabi-250
2024-05-20
1
-1
/
+1
*
proto: Divide up some elements of ChannelDetails.
Nick Mathewson
2024-05-16
1
-50
/
+54
*
Make Channel non-Clone.
Nick Mathewson
2024-05-16
1
-2
/
+2
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
1
-4
/
+4
*
proto: Move Channel send functionality into a separate type.
Nick Mathewson
2024-05-16
1
-39
/
+51
*
proto: Document ChannelDetails members that don't need to be shared.
Nick Mathewson
2024-05-16
1
-1
/
+7
*
proto: Document usage for each mutable part of ChannelDetails
Nick Mathewson
2024-05-16
1
-1
/
+12
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
Add a caret_int HandshakeType for HTYPE constants
Jim Newsome
2023-10-26
1
-1
/
+5
*
Change `CircId` to never be zero
Jim Newsome
2023-10-25
1
-4
/
+4
[prev]
[next]