aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed compilation warnings.Vincent Richard2008-10-127-33/+33
|
* Fix for possible NULL return value for setlocale() (Zarafa).Vincent Richard2008-07-111-2/+2
|
* Changed copyright year to 2008.Vincent Richard2008-01-047-7/+7
|
* Initialize Winsock before using gethostbyname().Vincent Richard2007-10-161-0/+6
|
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-274-12/+28
|
* Changed copyright year to 2007.Vincent Richard2007-01-017-7/+7
|
* Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2006-11-082-0/+4
|
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-057-7/+7
|
* Added support for getaddrinfo() on POSIX.Vincent Richard2005-12-261-0/+61
|
* Fixed a bug in argument vector.Vincent Richard2005-12-041-1/+1
|
* Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard2005-10-203-0/+18
| | | | 'charsetFilteredOutputStream' when input contains invalid sequences.
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-042-16/+0
|
* Added service::setSocketFactory().Vincent Richard2005-10-042-14/+6
|
* Reduced waiting time.Vincent Richard2005-10-031-1/+1
|
* Too much CPU time used when waiting for data to be received.Vincent Richard2005-10-021-0/+10
|
* Updated FSF address.Vincent Richard2005-09-177-21/+33
|
* Non-blocking socket input/output.Vincent Richard2005-09-142-22/+51
|
* Error handling in posixSocket::send().Vincent Richard2005-08-241-7/+64
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-234-6/+6
|
* Reference counting and smart pointers.Vincent Richard2005-07-125-48/+47
|
* Free memory for args.Vincent Richard2005-05-251-3/+8
|
* Oops... missing ')'.Vincent Richard2005-05-141-1/+1
|
* Replaced getpid() with GetCurrentProcessId() on Windows.Vincent Richard2005-05-141-2/+2
|
* Added 'childProcess'.Vincent Richard2005-04-303-0/+398
|
* Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard2005-04-181-7/+65
|
* Fixed warning.Vincent Richard2005-04-091-1/+1
|
* 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-273-0/+854
|
* Updated VMime website URL.Vincent Richard2005-03-183-3/+3
|
* Fixed compilation problems on Solaris 9.Vincent Richard2005-03-161-1/+1
|
* Removed extra '::' before numeric constants.Vincent Richard2005-02-051-3/+3
|
* Added diagnostic error string for 'exceptions::connection_error' + fixed a ↵Vincent Richard2005-01-041-8/+3
| | | | bug in 'posixSocket::connect()' when specifying an IP address.
* Changed year to 2005 in copyright header.Vincent Richard2005-01-033-3/+3
|
* Converted all C-style casts to C++-style casts + added unit test for ↵Vincent Richard2005-01-011-5/+5
| | | | utility::md5.
* Renamed files in POSIX platform handler.Vincent Richard2004-12-263-3/+3
|
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-266-372/+5
|
* Removed relative paths from #include's.Vincent Richard2004-12-266-11/+11
|
* Missing #include for close() function.Vincent Richard2004-12-231-0/+1
|
* Fixed open() flags when writing to file.Vincent Richard2004-12-211-1/+1
|
* Changed permissions when creating file/directory.Vincent Richard2004-12-201-2/+2
|
* Fixed bugs in scanFolder() and fileIterator.Vincent Richard2004-12-192-4/+27
|
* Added #ifdefs's to fix bugs when compiling without messaging or file-system ↵Vincent Richard2004-12-182-2/+15
| | | | support.
* Added #ifdefs's to fix bugs when compiling without messaging or file-system ↵Vincent Richard2004-12-182-0/+12
| | | | support.
* Default platform handlers (currently only POSIX).Vincent Richard2004-12-186-0/+1211