aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/BufferedInStream.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use standard exception classesPierre Ossman2024-11-061-5/+6
* Use static string for exceptionsPierre Ossman2024-11-061-3/+6
* Use nullptr in all C++ codePierre Ossman2024-06-241-4/+4
* Use stdint typesPierre Ossman2023-02-011-4/+4
* Make BufferedInStream allocation more availablePierre Ossman2022-08-251-2/+16
* Increase maximum input bufferPierre Ossman2021-11-041-1/+1
* Change streams to be asynchronousPierre Ossman2020-05-211-2/+2
* Dynamically allocate stream buffersPierre Ossman2020-05-211-4/+55
* Don't shuffle input buffer unless actually neededPierre Ossman2020-05-211-4/+6
* Remove unused bufSize argument from streamsPierre Ossman2020-05-211-2/+2
* Simplify stream availability handlingPierre Ossman2020-05-211-11/+6
* Create common base classes for buffered streamsPierre Ossman2020-05-211-0/+72