aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* remove stray argument from windowsSocket::sendRawNonBlockingMark Brand2012-11-291-1/+1
* Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...Vincent Richard2012-11-291-29/+211
* add missing wincrypt.hMark Brand2012-11-121-0/+1
* Fixed compilation issues on Windows.Vincent Richard2012-11-062-3/+3
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-032-0/+90
* Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard2012-11-013-7/+26
* Added ability to parse directly from an input stream (eg. file). This allows ...Vincent Richard2012-04-161-0/+18
* Added stubs for timeout handler (#3045770).Vincent Richard2010-08-161-3/+8
* Fixed compilation issue on Windows.Vincent Richard2010-02-031-1/+1
* Fixed not exception-safe constructor, which could lead to possible memory lea...Vincent Richard2009-12-081-10/+6
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-301-2/+8
* Removed some unnecessary consts on integral types where overrides conflict. A...Vincent Richard2009-11-041-2/+2
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-063-6/+6
* Fixed compilation warnings.Vincent Richard2008-10-123-14/+14
* Changed copyright year to 2008.Vincent Richard2008-01-043-3/+3
* Initialize Winsock before using gethostbyname().Vincent Richard2007-10-161-0/+6
* Changed copyright year to 2007.Vincent Richard2007-01-013-3/+3
* Changed copyright year to 2006.Vincent Richard2006-02-053-3/+3
* Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...Vincent Richard2005-10-201-0/+7
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-041-8/+0
* Added service::setSocketFactory().Vincent Richard2005-10-041-7/+3
* Updated FSF address.Vincent Richard2005-09-173-9/+21
* 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