aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/windows/windowsSocket.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-6/+6
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-2/+2
|
* Fixed issue #17.Vincent Richard2012-12-271-3/+8
|
* Misc fixes for Windows build (thanks to Mehmet Bozkurt).Vincent Richard2012-12-171-0/+2
|
* SSL server identity check.Vincent Richard2012-12-101-0/+67
|
* remove stray argument from windowsSocket::sendRawNonBlockingMark Brand2012-11-291-1/+1
| | | | follow-up to 3e9e8c9265f722d294c0060e1ccf29695fa5d2eb
* Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵Vincent Richard2012-11-291-29/+211
| | | | Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-2/+8
| | | | selection of platform handler.
* Added stubs for timeout handler (#3045770).Vincent Richard2010-08-161-3/+8
|
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-301-2/+8
|
* 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
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-1/+1
|
* Reference counting and smart pointers.Vincent Richard2005-07-121-3/+3
|
* Added windows platform handlers.Stefan Uhrig2005-03-271-0/+181