summary refs log tree commit diff
path: root/crypto/src/util/io/BaseOutputStream.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stream modernizationPeter Dettman2022-09-031-5/+3
|
* Work on Stream classesPeter Dettman2022-05-231-39/+14
| | | | | | | - consistent naming, ordering - CanRead/Seek/Write fixes - argument validation - some cases of blocking zero-byte Read calls
* Avoid extra copy when processing TLS handshake messagesPeter Dettman2017-03-231-1/+6
| | | | - move handshake hash updates (outbound) to a more sensible place
* Tighten up the correspondence b/w Close/DisposePeter Dettman2015-11-081-0/+1
|
* Oops, fix method namesPeter Dettman2015-11-041-1/+1
|
* Replace Close with Dispose for PORTABLEPeter Dettman2015-11-041-2/+18
|
* Initial import of old CVS repositoryPeter Dettman2013-06-281-0/+47