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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-proto: use thiserror for `SenderDropped`
Steven Engler
2024-12-10
1
-9
/
+2
*
tor-proto: use `ready!` instead of `match`
Steven Engler
2024-12-10
1
-5
/
+3
*
tor-proto: `borrowed()` now explicitly returns a `BorrowedReceiverFuture`
Steven Engler
2024-12-10
1
-3
/
+2
*
tor-proto: improve comments
Steven Engler
2024-12-10
1
-15
/
+31
*
Revert "tor-proto: implement `FusedFuture` for receiver futures"
Steven Engler
2024-12-10
1
-57
/
+10
*
tor-proto: implement `FusedFuture` for receiver futures
Steven Engler
2024-12-10
1
-10
/
+57
*
Revert "tor-proto: deduplicate future fields into `FutureState`"
Steven Engler
2024-12-10
1
-18
/
+11
*
Revert "tor-proto: implement `FusedFuture` for receiver futures"
Steven Engler
2024-12-10
1
-79
/
+33
*
tor-proto: implement `FusedFuture` for receiver futures
Steven Engler
2024-12-10
1
-33
/
+79
*
tor-proto: deduplicate future fields into `FutureState`
Steven Engler
2024-12-10
1
-11
/
+18
*
tor-proto: renamed `ReceiverBorrowedFuture` to `BorrowedReceiverFuture`
Steven Engler
2024-12-10
1
-5
/
+5
*
tor-proto: renamed `ReceiverOwnedFuture` to `ReceiverFuture`
Steven Engler
2024-12-10
1
-6
/
+6
*
tor-proto: rename `Receiver::recv` to `borrowed`
Steven Engler
2024-12-10
1
-24
/
+24
*
tor-proto: moved the `Weak::upgrade` into `Sender::send_and_wake`
Steven Engler
2024-12-10
1
-22
/
+15
*
tor-proto: changed `wakers` from an `Option<_>` to a `Result<_, WakersAlready...
Steven Engler
2024-12-10
1
-9
/
+21
*
tor-proto: added `use std::ops::Drop`
Steven Engler
2024-12-10
1
-3
/
+4
*
tor-proto: removed `Receiver::recv_clone` and implemented `IntoFuture` for `R...
Steven Engler
2024-12-10
1
-24
/
+22
*
tor-proto: renamed `CancelledError` to `SenderDropped`
Steven Engler
2024-12-10
1
-17
/
+17
*
tor-proto: switched from `Slab` to `DenseSlotMap` for waker map
Steven Engler
2024-12-10
1
-10
/
+12
*
tor-proto: change the message type from `Option<T>` to `Result<T, CancelledEr...
Steven Engler
2024-12-10
1
-9
/
+12
*
tor-proto: changed regular comments on `Shared` to doc comments
Steven Engler
2024-12-10
1
-21
/
+21
*
tor-proto: replace oneshot broadcast channel
Steven Engler
2024-12-10
1
-137
/
+561
*
tor-proto: add 'oneshot_broadcast' util module
Steven Engler
2024-12-10
1
-0
/
+245
*
tor-proto: Remove the no-longer needed allows
Ian Jackson
2024-10-03
1
-1
/
+0
*
tor-proto: Provide a variant for memquota errors
Ian Jackson
2024-10-03
1
-0
/
+6
*
tor-proto: SometimesUnboundedSink: provide as_inner accessor
Ian Jackson
2024-10-02
1
-0
/
+10
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-2
/
+2
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
StreamPollSet: disallow polling ready streams
Jim Newsome
2024-08-21
1
-22
/
+28
*
tor-proto: Use PeekableStream to get rid of redundant buffering
Jim Newsome
2024-08-21
1
-180
/
+217
*
StreamPollSet: remove redundant type parameter V
Jim Newsome
2024-08-12
1
-23
/
+20
*
StreamPollSet: replace nested Option
Jim Newsome
2024-08-08
1
-10
/
+28
*
StreamMap: Merge rxs into open_streams
Jim Newsome
2024-08-08
1
-0
/
+5
*
StreamPollSet: allow access to inner streams
Jim Newsome
2024-08-08
1
-39
/
+334
*
KeyedFuturesUnordered: explicitly document Stream behavior
Jim Newsome
2024-08-08
1
-0
/
+13
*
KeyedFuturesUnordered: return actual references
Jim Newsome
2024-08-08
1
-23
/
+10
*
KeyedFuturesUnordered: additional testing
Jim Newsome
2024-08-08
1
-37
/
+98
*
Add KeyedFuturesUnordered::get and KeyedFuturesUnordered::get_mut
Jim Newsome
2024-08-08
1
-3
/
+72
*
KeyedFuturesUnordered::remove: return the future as well
Jim Newsome
2024-08-08
2
-18
/
+55
*
KeyedFuturesUnordered: refactor so that futures are accessible
Jim Newsome
2024-08-08
2
-100
/
+100
*
Add StreamPollSet
Jim Newsome
2024-08-01
1
-0
/
+602
*
Add KeyedFuturesUnordered
Jim Newsome
2024-08-01
1
-0
/
+366
*
Merge branch 'todo-number' into 'main'
Alexander Færøy
2024-07-07
1
-1
/
+1
|
\
|
*
Fix two TODO ticket numbers
Ian Jackson
2024-06-25
1
-1
/
+1
*
|
Rename OptTimestamp to AtomicOptTimestamp
Neel Chauhan
2024-06-24
1
-7
/
+7
|
/
*
SometimesUnboundedSink: Add a test case with some manual sequencing
Ian Jackson
2024-05-30
1
-0
/
+68
*
SometimesUnboundedSink: Write commentary about Waker
Ian Jackson
2024-05-30
1
-0
/
+36
*
SometimesUnboundedSink: Document some error behaviour
Ian Jackson
2024-05-30
1
-0
/
+4
*
SometimesUnboundedSink: Fix a copypaste error
Ian Jackson
2024-05-30
1
-1
/
+1
*
SometimesUnboundedSink: Narrow dead code allow
Ian Jackson
2024-05-30
1
-2
/
+1
[prev]
[next]