aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/windows/windowsFile.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-16/+16
|
* Fixed sharing mode when opening file.Vincent Richard2013-08-281-4/+4
|
* Open the file in shared mode not to lock file.Vincent Richard2013-08-161-2/+2
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-2/+2
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-4/+8
| | | | selection of platform handler.
* Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard2012-04-161-0/+18
| | | | very big messages to be parsed without loading the whole message data into memory.
* Fixed compilation issue on Windows.Vincent Richard2010-02-031-1/+1
|
* Removed some unnecessary consts on integral types where overrides conflict. ↵Vincent Richard2009-11-041-2/+2
| | | | Added <cctype> to get the std::isspace that doesn't require a 2nd arg 'locale' (thanks to Ben Jackson).
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Fixed compilation warnings.Vincent Richard2008-10-121-10/+10
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard2005-10-201-0/+7
| | | | 'charsetFilteredOutputStream' when input contains invalid sequences.
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* Reference counting and smart pointers.Vincent Richard2005-07-121-18/+19
|
* Modified isValidPathComponent() to accept drives as first component.Stefan Uhrig2005-03-281-10/+26
|
* Fixed isValidPathComponent() to detect invalid chars or reserved names.Vincent Richard2005-03-281-11/+54
|
* Added windows platform handlers.Stefan Uhrig2005-03-271-0/+460