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
*
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
*
tor-proto datastream: Fix typo in Debug impl
Ian Jackson
2022-02-25
1
-1
/
+1
*
Fix rustfmt
Ian Jackson
2022-02-24
1
-1
/
+1
*
tor-proto datastream: Do not dump packet data in DataWriterImpl
Ian Jackson
2022-02-24
1
-2
/
+9
*
tor-proto datastream: import std::fmt::Debug trait name
Ian Jackson
2022-02-24
1
-2
/
+2
*
impl Debug for DataStream (and its components)
Ian Jackson
2022-02-24
2
-0
/
+17
*
Update tor-proto errors to latest API.
Nick Mathewson
2022-02-15
1
-1
/
+1
*
Make tor-proto::Error implement HasKind.
Nick Mathewson
2022-02-15
1
-1
/
+1
*
tor-proto: use InternalError for internal errors.
Nick Mathewson
2022-02-15
1
-3
/
+15
*
Add a blank line between doc and comment.
Ian Jackson
2022-01-11
1
-0
/
+1
*
Improve the layout of crate exports; add runtime convenience functions
eta
2022-01-11
1
-5
/
+35
*
tor-proto: document an infelicitous behavior.
Nick Mathewson
2021-12-16
1
-3
/
+4
*
Get rid of unbounded stream sender, and RawCellStream
eta
2021-11-12
3
-76
/
+47
*
Completely overhaul the tor-proto circuit reactor
eta
2021-11-12
1
-22
/
+7
*
Merge IpVersionPreferences and the optimistic flag into one type.
Nick Mathewson
2021-11-10
1
-0
/
+58
*
Refactor wait_for_connection a bit.
Nick Mathewson
2021-11-10
1
-12
/
+14
*
Implement optimistic stream
Yuan Lyu
2021-11-09
1
-2
/
+33
*
Improve docs of more (potentially re-exported) arti-client types
eta
2021-10-29
1
-16
/
+48
*
Use correct link for AsyncWriteExt::flush
Nick Mathewson
2021-10-28
1
-1
/
+1
*
DataStream: document the importance of flush().
Nick Mathewson
2021-10-28
1
-3
/
+12
*
Replace references to arti-client in the documentation.
Nick Mathewson
2021-10-21
1
-1
/
+1
*
Also implement tokio Async{Read,Write} on Data{Reader,Writer}.
Nick Mathewson
2021-10-19
1
-5
/
+31
*
Add a little documentation about when you'll need the tokio trait.
Nick Mathewson
2021-10-19
1
-0
/
+7
*
tor-proto: implement tokio Async{Read, Write} traits conditionally
eta
2021-10-19
1
-0
/
+33
*
Use append in place of extend_from_slice in DataReaderImpl::add_data.
Nick Mathewson
2021-10-17
1
-2
/
+2
*
Fix typos
Jani Monoses
2021-09-07
1
-1
/
+1
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
3
-0
/
+586