aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/FileInStream.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-031-1/+1
| | | | | Either by casting, or switching to a more appropriate type for the variable.
* Make sure Exceptions do not use unsafe format stringsPierre Ossman2015-03-031-1/+1
|
* Add stream class to feed data from a filePierre Ossman2015-02-131-0/+87