aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-232-3/+3
* Reference counting and smart pointers.Vincent Richard2005-07-132-21/+22
* 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-301-0/+7
* Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard2005-04-181-7/+65
* 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