aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/windows/windowsHandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add missing wincrypt.hMark Brand2012-11-121-0/+1
|
* Fixed compilation issues on Windows.Vincent Richard2012-11-061-2/+2
|
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-031-0/+23
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-1/+10
| | | | selection of platform handler.
* Fixed not exception-safe constructor, which could lead to possible memory ↵Vincent Richard2009-12-081-10/+6
| | | | leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Fixed compilation warnings.Vincent Richard2008-10-121-2/+2
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Initialize Winsock before using gethostbyname().Vincent Richard2007-10-161-0/+6
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-041-8/+0
|
* Added service::setSocketFactory().Vincent Richard2005-10-041-7/+3
|
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-2/+2
|
* 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
|
* Added windows platform handlers.Stefan Uhrig2005-03-271-0/+213