aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/windows/windowsHandler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-7/+7
* Test for non-NULL 'ai_canonname', as per MSDN recommendation.Vincent Richard2013-08-181-1/+1
* Include <winsock2.h> before <windows.h>, to avoid <winsock.h> inclusion.Vincent Richard2013-06-071-1/+1
* Lowered wait delay on Windows.Vincent Richard2013-05-121-1/+1
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-241-2/+2
* Fixed issue #26: strcpy_s not available on MinGW.Vincent Richard2013-02-281-0/+6
* Use secure versions of time/string functions on Windows.Vincent Richard2013-02-261-1/+1
* Fixed typo in function name.Vincent Richard2013-02-251-1/+1
* fix include file caseMark Brand2013-02-241-1/+1
* Fixed invalid use of freed memory.Vincent Richard2013-02-111-1/+2
* Added missing includes.Vincent Richard2013-02-111-0/+3
* Check for MLang on Windows platform.Vincent Richard2013-02-101-3/+3
* Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN....Vincent Richard2013-02-101-27/+35
* Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...Vincent Richard2013-02-051-2/+8
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-2/+2
* 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 selec...Vincent Richard2012-11-011-1/+10
* Fixed not exception-safe constructor, which could lead to possible memory lea...Vincent Richard2009-12-081-10/+6
* 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