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
*
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
*
proto: downgrade some "TODO HS" comments to "HSS"
Nick Mathewson
2023-06-21
1
-5
/
+5
*
Add "TODO RPC" notes around DataStreamCtrl per review.
Nick Mathewson
2023-05-24
2
-0
/
+16
*
proto: Add stream-status functionality to DataStreamCtrl.
Nick Mathewson
2023-05-24
1
-2
/
+106
*
proto: Create a `DataStreamCtrl` type.
Nick Mathewson
2023-05-22
2
-1
/
+108
*
Refactor ClientCirc APIs to use Arc<ClientCirc>.
Nick Mathewson
2023-05-16
1
-1
/
+1
*
Add some missing imports
Ian Jackson
2023-03-28
1
-1
/
+4
*
Add an experimental circuit accessor to DataStream.
Nick Mathewson
2023-03-23
1
-2
/
+28
*
proto: Tweak documentation and names around CmdChecker.
Nick Mathewson
2023-02-27
3
-8
/
+16
*
tor-proto: Introduce CmdChecker, and define it for our streams.
Nick Mathewson
2023-02-17
3
-0
/
+147
*
tor-proto: note implications for future HS work
Nick Mathewson
2023-02-15
1
-0
/
+2
*
tor-proto: Push stream message parsing into the stream objects.
Nick Mathewson
2023-02-15
3
-31
/
+67
*
tor-cell: Rename RelayMsg and RelayCell-related types.
Nick Mathewson
2023-02-07
3
-14
/
+14
*
tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.
Nick Mathewson
2023-02-07
2
-0
/
+2
*
tor-proto: Draft API to handle incoming BEGIN requests.
Nick Mathewson
2023-01-17
1
-0
/
+67
*
proto: Only ready a DataStream if CONNECTED was succesfully received
David Goulet
2022-05-31
1
-1
/
+4
*
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
1
-1
/
+1
*
Replace manual Debug impls with educe in tor-proto
Ian Jackson
2022-03-02
1
-32
/
+23
[next]