aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/posix/posixFile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard2013-12-291-628/+0
* Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard2013-12-101-13/+14
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-17/+17
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard2012-11-011-4/+7
* Added ability to parse directly from an input stream (eg. file). This allows ...Vincent Richard2012-04-161-0/+20
* Return false instead of throwing an exception if file does not exist in isDir...Vincent Richard2010-03-161-0/+12
* Fixed directory renaming.Vincent Richard2009-12-011-1/+5
* Reset EOF flag when stream is reset.Vincent Richard2009-11-031-1/+3
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
* fsync() in posixFile::fileCreate(); changed posixFile::rename to exclusive se...Vincent Richard2009-07-111-0/+6
* Changed posix write wrapper since a) write can be interrupted and b) write ca...Vincent Richard2009-06-211-2/+23
* Added other missing return error checks for posix system calls; check consist...Vincent Richard2009-06-211-18/+62
* Check return status of fsync (Georg Sauthoff).Vincent Richard2009-06-211-1/+2
* Fixed duplicate switch case on AIX (thanks to Robin Rawson-Tetley).Vincent Richard2009-04-091-0/+2
* Missing #include for GCC 4.4 (thanks to Martin Michlmayr).Vincent Richard2008-11-091-0/+1
* Fixed compilation warnings.Vincent Richard2008-10-121-12/+12
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-271-3/+7
* 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/+6
* Updated FSF address.Vincent Richard2005-09-171-3/+3
* Reference counting and smart pointers.Vincent Richard2005-07-121-16/+17
* Fixed warning.Vincent Richard2005-04-091-1/+1
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
* Renamed files in POSIX platform handler.Vincent Richard2004-12-261-0/+500