aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-12Fixed compilation warnings.Vincent Richard7-33/+33
2008-07-11Fix for possible NULL return value for setlocale() (Zarafa).Vincent Richard1-2/+2
2008-01-04Changed copyright year to 2008.Vincent Richard7-7/+7
2007-10-16Initialize Winsock before using gethostbyname().Vincent Richard1-0/+6
2007-03-27Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard4-12/+28
2007-01-01Changed copyright year to 2007.Vincent Richard7-7/+7
2006-11-08Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2-0/+4
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard1-1/+1
2006-02-05Changed copyright year to 2006.Vincent Richard7-7/+7
2005-12-26Added support for getaddrinfo() on POSIX.Vincent Richard1-0/+61
2005-12-04Fixed a bug in argument vector.Vincent Richard1-1/+1
2005-10-20Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard3-0/+18
'charsetFilteredOutputStream' when input contains invalid sequences.
2005-10-04Added service::setTimeoutHandlerFactory().Vincent Richard2-16/+0
2005-10-04Added service::setSocketFactory().Vincent Richard2-14/+6
2005-10-03Reduced waiting time.Vincent Richard1-1/+1
2005-10-02Too much CPU time used when waiting for data to be received.Vincent Richard1-0/+10
2005-09-17Updated FSF address.Vincent Richard7-21/+33
2005-09-14Non-blocking socket input/output.Vincent Richard2-22/+51
2005-08-24Error handling in posixSocket::send().Vincent Richard1-7/+64
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard4-6/+6
2005-07-12Reference counting and smart pointers.Vincent Richard5-48/+47
2005-05-25Free memory for args.Vincent Richard1-3/+8
2005-05-14Oops... missing ')'.Vincent Richard1-1/+1
2005-05-14Replaced getpid() with GetCurrentProcessId() on Windows.Vincent Richard1-2/+2
2005-04-30Added 'childProcess'.Vincent Richard3-0/+398
2005-04-18Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard1-7/+65
2005-04-09Fixed warning.Vincent Richard1-1/+1
2005-03-28Modified isValidPathComponent() to accept drives as first component.Stefan Uhrig1-10/+26
2005-03-28Fixed isValidPathComponent() to detect invalid chars or reserved names.Vincent Richard1-11/+54
2005-03-27Added windows platform handlers.Stefan Uhrig3-0/+854
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