aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/BufferedOutStream.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use standard exception classesPierre Ossman2024-11-061-5/+5
* Use static string for exceptionsPierre Ossman2024-11-061-4/+5
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+2
* Use nullptr in all C++ codePierre Ossman2024-06-241-4/+4
* Use stdint typesPierre Ossman2023-02-011-4/+4
* Use BufferedOutStream in more streamsPierre Ossman2022-08-251-2/+12
* Change streams to be asynchronousPierre Ossman2020-05-211-1/+3
* Check buffer usage with a simply booleanPierre Ossman2020-05-211-7/+7
* Dynamically allocate stream buffersPierre Ossman2020-05-211-24/+67
* Remove unused bufSize argument from streamsPierre Ossman2020-05-211-2/+2
* Simplify stream availability handlingPierre Ossman2020-05-211-12/+5
* Create common base classes for buffered streamsPierre Ossman2020-05-211-0/+115