aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/windows/windowsSocket.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard2013-12-291-484/+0
* Handle timeout in non-blocking send.Vincent Richard2013-12-171-0/+20
* Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard2013-12-101-7/+13
* 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
* Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...Vincent Richard2012-11-291-29/+211
* Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard2012-11-011-2/+8
* 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