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
/
stream
Commit message (
Expand
)
Author
Age
Files
Lines
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
flow-control: document idea for making more robust
Jim Newsome
2024-08-21
1
-0
/
+5
*
tor-proto: Encapsulate flow-control
Jim Newsome
2024-08-13
1
-0
/
+75
*
Fix clippy::doc_lazy_continuation
Ian Jackson
2024-07-08
1
-1
/
+1
*
proto: Try to clarify why StreamReader has a StreamTarget.
Nick Mathewson
2024-05-29
2
-3
/
+10
*
proto: Improve documentation about DataStream lifetimes and closing
Nick Mathewson
2024-05-29
1
-0
/
+30
*
proto: Make DataWriter::close actually do something.
Nick Mathewson
2024-05-29
1
-7
/
+21
*
proto: Explicitly enforce maxima on SENDME windows.
Nick Mathewson
2024-05-14
1
-1
/
+1
*
proto: Fix compilation with stream-ctrl but not experimental-api.
Nick Mathewson
2024-05-14
1
-1
/
+1
*
proto: Expose wait_for_connection as a part of the DataStream API.
Nick Mathewson
2024-05-09
1
-1
/
+1
*
Rename the old IncomingStreamRequestContext to StreamReqInfo.
Nick Mathewson
2024-03-26
1
-3
/
+1
*
Add an IncomingStreamRequestFilter to check early properties
Nick Mathewson
2024-03-26
1
-1
/
+46
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
relay-cell: Update relay cell decoding API for prop340
Jim Newsome
2024-03-12
1
-2
/
+2
*
Rename UnparsedRelayCell -> UnparsedRelayMsg
Jim Newsome
2024-03-12
5
-15
/
+15
*
tor_cell: never construct empty DATA messages.
Nick Mathewson
2024-02-13
2
-11
/
+11
*
Rename {Any}RelayCell to {Any}RelayMsgOuter
Nick Mathewson
2023-12-14
1
-2
/
+2
*
Send less information in onion service BEGIN messages
Nick Mathewson
2023-11-15
1
-1
/
+34
*
Convert StreamId to NonZeroU16
Jim Newsome
2023-10-25
1
-1
/
+1
*
proto: Revise the behavior of IncomingStream::discard().
Nick Mathewson
2023-10-19
1
-9
/
+12
*
IncomingStream:: flatten IncomingStreamInner.
Nick Mathewson
2023-10-19
1
-13
/
+11
*
IncomingStream: Remove state.
Nick Mathewson
2023-10-19
1
-67
/
+4
*
Note a bug in IncomingStream::discard.
Nick Mathewson
2023-10-19
1
-0
/
+2
*
Remove IncomingStreamInner from its Option.
Nick Mathewson
2023-10-19
1
-34
/
+7
*
Remove impl Drop from IncomingStream
Nick Mathewson
2023-10-19
1
-11
/
+4
*
proto: Make StreamTarget::close() misuse less likely.
Nick Mathewson
2023-10-17
1
-3
/
+4
*
proto::stream::incoming: Use bit-array representation for command list
Nick Mathewson
2023-10-12
1
-7
/
+84
*
tor-proto: remove a now-unneeded allow in stream::incoming
Nick Mathewson
2023-10-12
1
-2
/
+0
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-proto
Ian Jackson
2023-10-11
1
-1
/
+1
*
tor-proto: Make some imports more precise
Ian Jackson
2023-08-23
1
-1
/
+3
*
tor-proto: Make update_state() and discard() return Result<(), Bug>.
Gabriela Moldovan
2023-08-09
1
-5
/
+5
*
tor-proto: Implement IncomingStream::discard().
Gabriela Moldovan
2023-08-08
1
-2
/
+2
*
tor-proto: Replace boolean flags with an IncomingStreamState enum.
Gabriela Moldovan
2023-08-08
1
-18
/
+56
*
Merge branch 'tor-proto-incoming-todo' into 'main'
gabi-250
2023-08-08
1
-18
/
+15
|
\
|
*
tor-proto: Replace IncomingStreamMsg with IncomingStreamRequest.
Gabriela Moldovan
2023-08-07
1
-18
/
+15
*
|
tor-proto: Fix broken docs.
Gabriela Moldovan
2023-08-08
1
-1
/
+1
*
|
tor-proto: Make it obvious that we're discarding a Result.
Gabriela Moldovan
2023-08-08
1
-1
/
+1
*
|
tor-proto: Make StreamTarget::close return the oneshot::Receiver instead of b...
Gabriela Moldovan
2023-08-08
1
-10
/
+9
*
|
tor-proto: Make take_inner() use mut_inner() to check the inner value.
Gabriela Moldovan
2023-08-08
1
-3
/
+6
|
/
*
tor-proto: Implement `Drop` for `IncomingStream`.
Gabriela Moldovan
2023-08-07
1
-11
/
+64
*
tor-proto: Keep track of whether the `IncomingStream` was accepted.
Gabriela Moldovan
2023-08-07
1
-0
/
+5
*
tor-proto: Rename misleading field in `DataCmdChecker`.
Gabriela Moldovan
2023-08-07
1
-13
/
+16
*
tor-proto: Implement IncomingStream::{accept_data, request, reject}.
Gabriela Moldovan
2023-08-03
1
-6
/
+32
*
tor-proto: Remove extraneous space.
Gabriela Moldovan
2023-08-03
1
-1
/
+1
*
tor-proto: Add constructors for pre-connected DataStreams.
Gabriela Moldovan
2023-08-03
1
-2
/
+41
*
tor-proto: Add a constructor for IncomingStream.
Gabriela Moldovan
2023-08-03
1
-0
/
+13
*
tor-proto: Add imports for commonly used types.
Gabriela Moldovan
2023-08-03
1
-4
/
+4
*
tor-proto: Add IncomingCmdChecker for IncomingStream.
Gabriela Moldovan
2023-08-03
1
-2
/
+59
*
Remove explicit allows for missing_panics_docs.
Nick Mathewson
2023-07-06
1
-6
/
+1
[next]