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
/
tor-proto
/
src
/
stream
/
data.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add tor-proto docs and tweak docs+apis elsewhere.
Nick Mathewson
2021-05-21
1
-0
/
+6
*
Resolve clippy warnings from Rust 1.52.
Nick Mathewson
2021-05-07
1
-1
/
+1
*
Remove pin_project usage in tor-proto.
Nick Mathewson
2021-04-28
1
-41
/
+37
*
cargo fix --edition-idioms
Nick Mathewson
2021-04-26
1
-7
/
+7
*
Better management for END cells in streams.
Nick Mathewson
2021-03-10
1
-6
/
+7
*
Box the buffer in DataWriterImpl.
Nick Mathewson
2021-03-10
1
-3
/
+2
*
Remove now-unused methods from DataStream and its allies.
Nick Mathewson
2021-03-10
1
-36
/
+0
*
Treat StreamClosed as indicating no error.
Nick Mathewson
2021-03-10
1
-3
/
+7
*
Use AsyncRead and AsyncWrite in our proxy implementation
Nick Mathewson
2021-03-10
1
-0
/
+2
*
Make DataStream implement AsyncRead and AsyncWrite.
Nick Mathewson
2021-03-10
1
-1
/
+27
*
Implement AsyncWrite for DataWriter.
Nick Mathewson
2021-03-10
1
-24
/
+155
*
Revise DataReader to implement AsyncRead.
Nick Mathewson
2021-03-10
1
-23
/
+95
*
Rearrange DataStream code a bit and add an internal layer of indirection
Nick Mathewson
2021-03-10
1
-36
/
+56
*
Make note_ended private on RawCellStream.
Nick Mathewson
2021-03-10
1
-4
/
+1
*
Move DataStream into its own module.
Nick Mathewson
2021-03-10
1
-0
/
+210