aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/streamUtils.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed maximum block size for read().Vincent Richard2013-03-061-1/+1
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard2012-04-161-0/+29
| | | | very big messages to be parsed without loading the whole message data into memory.
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+92