aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/windows/windowsFile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard2013-12-291-553/+0
* Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard2013-12-101-9/+9
* 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 selec...Vincent Richard2012-11-011-4/+8
* Added ability to parse directly from an input stream (eg. file). This allows ...Vincent Richard2012-04-161-0/+18
* Fixed compilation issue on Windows.Vincent Richard2010-02-031-1/+1
* Removed some unnecessary consts on integral types where overrides conflict. A...Vincent Richard2009-11-041-2/+2
* 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 'charsetFilteredOutput...Vincent Richard2005-10-201-0/+7
* 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