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