Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-11-21 | Boost/C++11 shared pointers. | Vincent Richard | 1 | -16/+16 | |
2013-08-28 | Fixed sharing mode when opening file. | Vincent Richard | 1 | -4/+4 | |
2013-08-16 | Open the file in shared mode not to lock file. | Vincent Richard | 1 | -2/+2 | |
2013-01-10 | Updated copyright year and maintainer email address. | Vincent Richard | 1 | -2/+2 | |
2012-11-01 | Migrated build system to CMake. Conditional file compilation. Automatic ↵ | Vincent Richard | 1 | -4/+8 | |
selection of platform handler. | |||||
2012-04-16 | Added ability to parse directly from an input stream (eg. file). This allows ↵ | Vincent Richard | 1 | -0/+18 | |
very big messages to be parsed without loading the whole message data into memory. | |||||
2010-02-03 | Fixed compilation issue on Windows. | Vincent Richard | 1 | -1/+1 | |
2009-11-04 | Removed some unnecessary consts on integral types where overrides conflict. ↵ | Vincent Richard | 1 | -2/+2 | |
Added <cctype> to get the std::isspace that doesn't require a 2nd arg 'locale' (thanks to Ben Jackson). | |||||
2009-09-06 | Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. | Vincent Richard | 1 | -2/+2 | |
2008-10-12 | Fixed compilation warnings. | Vincent Richard | 1 | -10/+10 | |
2008-01-04 | Changed copyright year to 2008. | Vincent Richard | 1 | -1/+1 | |
2007-01-01 | Changed copyright year to 2007. | Vincent Richard | 1 | -1/+1 | |
2006-02-05 | Changed copyright year to 2006. | Vincent Richard | 1 | -1/+1 | |
2005-10-20 | Added flush() on 'outputStream' + added unit tests for ↵ | Vincent Richard | 1 | -0/+7 | |
'charsetFilteredOutputStream' when input contains invalid sequences. | |||||
2005-09-17 | Updated FSF address. | Vincent Richard | 1 | -3/+7 | |
2005-07-12 | Reference counting and smart pointers. | Vincent Richard | 1 | -18/+19 | |
2005-03-28 | Modified isValidPathComponent() to accept drives as first component. | Stefan Uhrig | 1 | -10/+26 | |
2005-03-28 | Fixed isValidPathComponent() to detect invalid chars or reserved names. | Vincent Richard | 1 | -11/+54 | |
2005-03-27 | Added windows platform handlers. | Stefan Uhrig | 1 | -0/+460 | |