summaryrefslogtreecommitdiff
path: root/tor-proto/src/stream/data.rs
Commit message (Expand)AuthorAgeFilesLines
* Add tor-proto docs and tweak docs+apis elsewhere.Nick Mathewson2021-05-211-0/+6
* Resolve clippy warnings from Rust 1.52.Nick Mathewson2021-05-071-1/+1
* Remove pin_project usage in tor-proto.Nick Mathewson2021-04-281-41/+37
* cargo fix --edition-idiomsNick Mathewson2021-04-261-7/+7
* Better management for END cells in streams.Nick Mathewson2021-03-101-6/+7
* Box the buffer in DataWriterImpl.Nick Mathewson2021-03-101-3/+2
* Remove now-unused methods from DataStream and its allies.Nick Mathewson2021-03-101-36/+0
* Treat StreamClosed as indicating no error.Nick Mathewson2021-03-101-3/+7
* Use AsyncRead and AsyncWrite in our proxy implementationNick Mathewson2021-03-101-0/+2
* Make DataStream implement AsyncRead and AsyncWrite.Nick Mathewson2021-03-101-1/+27
* Implement AsyncWrite for DataWriter.Nick Mathewson2021-03-101-24/+155
* Revise DataReader to implement AsyncRead.Nick Mathewson2021-03-101-23/+95
* Rearrange DataStream code a bit and add an internal layer of indirectionNick Mathewson2021-03-101-36/+56
* Make note_ended private on RawCellStream.Nick Mathewson2021-03-101-4/+1
* Move DataStream into its own module.Nick Mathewson2021-03-101-0/+210