aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/parserInputStreamAdapter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard1-176/+0
2013-12-10Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard1-18/+22
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-2/+2
2013-06-12Homogeneous use of vmime::string.Vincent Richard1-1/+1
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-12-13More robust check for EOF in input stream.Vincent Richard1-4/+14
2012-04-16Added ability to parse directly from an input stream (eg. file). This allows ...Vincent Richard1-0/+162