aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/windows/windowsHandler.cpp (follow)
Commit message (Collapse)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 ↵Vincent Richard2013-02-101-27/+35
| | | | FQDN. Use getaddrinfo() instead of gethostbyname() for IPv6 compatibility.
* Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. ↵Vincent Richard2013-02-051-2/+8
| | | | Use localtime_s and gmtime_s on Windows, if available.
* 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 ↵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