aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/posix (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2-3/+3
2005-07-12Reference counting and smart pointers.Vincent Richard3-27/+25
2005-05-25Free memory for args.Vincent Richard1-3/+8
2005-04-30Added 'childProcess'.Vincent Richard2-0/+391
2005-04-09Fixed warning.Vincent Richard1-1/+1
2005-03-18Updated VMime website URL.Vincent Richard3-3/+3
2005-03-16Fixed compilation problems on Solaris 9.Vincent Richard1-1/+1
2005-02-05Removed extra '::' before numeric constants.Vincent Richard1-3/+3
2005-01-04Added diagnostic error string for 'exceptions::connection_error' + fixed a ↵Vincent Richard1-8/+3
bug in 'posixSocket::connect()' when specifying an IP address.
2005-01-03Changed year to 2005 in copyright header.Vincent Richard3-3/+3
2005-01-01Converted all C-style casts to C++-style casts + added unit test for ↵Vincent Richard1-5/+5
utility::md5.
2004-12-26Renamed files in POSIX platform handler.Vincent Richard3-3/+3
2004-12-26Moved all header files to 'vmime/' directory.Vincent Richard6-372/+5
2004-12-26Removed relative paths from #include's.Vincent Richard6-11/+11
2004-12-23Missing #include for close() function.Vincent Richard1-0/+1
2004-12-21Fixed open() flags when writing to file.Vincent Richard1-1/+1
2004-12-20Changed permissions when creating file/directory.Vincent Richard1-2/+2
2004-12-19Fixed bugs in scanFolder() and fileIterator.Vincent Richard2-4/+27
2004-12-18Added #ifdefs's to fix bugs when compiling without messaging or file-system ↵Vincent Richard2-2/+15
support.
2004-12-18Added #ifdefs's to fix bugs when compiling without messaging or file-system ↵Vincent Richard2-0/+12
support.
2004-12-18Default platform handlers (currently only POSIX).Vincent Richard6-0/+1211