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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DataStream into its own module.
Nick Mathewson
2021-03-10
1
-204
/
+2
*
Move ResolveStream to its own module.
Nick Mathewson
2021-03-10
1
-35
/
+3
*
Move RawCellStream into its own module.
Nick Mathewson
2021-03-10
1
-86
/
+5
*
Rename TorStream => RawCellStream
Nick Mathewson
2021-03-10
1
-16
/
+16
*
Refactor DataStream constituents a bit.
Nick Mathewson
2021-03-09
1
-33
/
+93
*
When a stream read fails, block writes too.
Nick Mathewson
2020-12-22
1
-13
/
+10
*
Fix some rustdoc warnings.
Nick Mathewson
2020-12-09
1
-1
/
+1
*
Mark some XXXX issues as XXXX-A1.
Nick Mathewson
2020-12-07
1
-3
/
+3
*
Refactor DataStream to be splittable, and have internal locking.
Nick Mathewson
2020-11-04
1
-8
/
+57
*
stream: Update to enable more fine-grained locking
Nick Mathewson
2020-11-04
1
-15
/
+26
*
Unify interface for detecting stream close.
Nick Mathewson
2020-10-27
1
-2
/
+1
*
Resolve a bunch of XXXM3 comments in tor-proto.
Nick Mathewson
2020-10-26
1
-9
/
+2
*
Improve documentation in tor-proto
Nick Mathewson
2020-10-26
1
-1
/
+1
*
Add a close() method for streams
Nick Mathewson
2020-10-20
1
-0
/
+8
*
Mark must-resolve XXXX issues with "XXXXM3".
Nick Mathewson
2020-10-18
1
-2
/
+2
*
Document all private members in tor-proto
Nick Mathewson
2020-10-13
1
-0
/
+14
*
Make sure that protocol errors terminate the circuit responsible.
Nick Mathewson
2020-10-13
1
-9
/
+18
*
Try giving distinct handling to streams where END has been sent
Nick Mathewson
2020-10-12
1
-7
/
+2
*
Move counts_towards_windows() code into circuit module
Nick Mathewson
2020-10-09
1
-1
/
+1
*
Rename remaining get_ accessors
Nick Mathewson
2020-09-28
1
-2
/
+2
*
Fix a few clippy issues
Nick Mathewson
2020-09-27
1
-1
/
+3
*
Split the cell-handling parts of tor-proto into a new crate.
Nick Mathewson
2020-09-26
1
-1
/
+1
*
Lower our "#[allow(dead_code)]" decl in tor_proto."
Nick Mathewson
2020-09-25
1
-0
/
+1
*
Improve documentation and lightly refactor SENDME code
Nick Mathewson
2020-09-25
1
-1
/
+3
*
Attempted implementation of stream sendme cells
Nick Mathewson
2020-09-25
1
-5
/
+28
*
Initial error cleanup on streams/circuits
Nick Mathewson
2020-09-25
1
-12
/
+12
*
Migrate ClientMain to byte-oriented API.
Nick Mathewson
2020-09-24
1
-2
/
+2
*
Try to make a send/receive style API for streams.
Nick Mathewson
2020-09-24
1
-2
/
+121
*
Add support for RELAY_END cells.
Nick Mathewson
2020-09-24
1
-2
/
+0
*
Fix some errors; document some places where error handling is bogus
Nick Mathewson
2020-09-21
1
-0
/
+2
*
More documentation for channel, circuit, stream.
Nick Mathewson
2020-09-21
1
-1
/
+4
*
Start implementing streams and circuit-level reactors.
Nick Mathewson
2020-09-21
1
-0
/
+51