aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/streamUtils.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard1-121/+0
build.
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard1-17/+17
byte_t...). Minor warning fixes.
2013-03-06Fixed maximum block size for read().Vincent Richard1-1/+1
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-04-16Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard1-0/+29
very big messages to be parsed without loading the whole message data into memory.
2012-04-14Split stream.hpp/.cpp into multiple source files.Vincent Richard1-0/+92