aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms (follow)
Commit message (Expand)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-217-71/+68
* Fixed sharing mode when opening file.Vincent Richard2013-08-281-4/+4
* Test for non-NULL 'ai_canonname', as per MSDN recommendation.Vincent Richard2013-08-181-1/+1
* Open the file in shared mode not to lock file.Vincent Richard2013-08-161-2/+2
* 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
* Remove +x bit from source filesJan Engelhardt2013-03-272-0/+0
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-242-5/+5
* 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-252-2/+2
* fix include file caseMark Brand2013-02-241-1/+1
* Fixed invalid use of freed memory.Vincent Richard2013-02-112-2/+4
* 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-102-54/+72
* Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...Vincent Richard2013-02-052-4/+10
* Updated copyright year and maintainer email address.Vincent Richard2013-01-109-12/+12
* 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-102-0/+162
* 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-292-36/+276
* 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-034-1/+200
* Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard2012-11-017-15/+58
* Added support for timeout when receiving data from a socket (POSIX platform).Vincent Richard2012-10-151-1/+49
* Added ability to parse directly from an input stream (eg. file). This allows ...Vincent Richard2012-04-162-0/+38
* Added stubs for timeout handler (#3045770).Vincent Richard2010-08-161-3/+8
* Connection time out.Vincent Richard2010-08-051-7/+118
* Return false instead of throwing an exception if file does not exist in isDir...Vincent Richard2010-03-161-0/+12
* Fixed compilation issue on Windows.Vincent Richard2010-02-031-1/+1
* Fixed non thread-safe getLocalCharset() function (thanks to Bartek Szurgot).Vincent Richard2009-12-081-0/+44
* Fixed not exception-safe constructor, which could lead to possible memory lea...Vincent Richard2009-12-082-22/+14
* Fixed directory renaming.Vincent Richard2009-12-011-1/+5
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-302-5/+17
* Removed some unnecessary consts on integral types where overrides conflict. A...Vincent Richard2009-11-041-2/+2
* Reset EOF flag when stream is reset.Vincent Richard2009-11-031-1/+3
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-067-14/+14
* fsync() in posixFile::fileCreate(); changed posixFile::rename to exclusive se...Vincent Richard2009-07-111-0/+6
* Changed posix write wrapper since a) write can be interrupted and b) write ca...Vincent Richard2009-06-211-2/+23
* Added other missing return error checks for posix system calls; check consist...Vincent Richard2009-06-211-18/+62
* Check return status of fsync (Georg Sauthoff).Vincent Richard2009-06-211-1/+2
* Fixed duplicate switch case on AIX (thanks to Robin Rawson-Tetley).Vincent Richard2009-04-091-0/+2
* Missing #include for GCC 4.4 (thanks to Martin Michlmayr).Vincent Richard2008-11-091-0/+1
* Fixed compilation warnings.Vincent Richard2008-10-127-33/+33
* Fix for possible NULL return value for setlocale() (Zarafa).Vincent Richard2008-07-111-2/+2
* Changed copyright year to 2008.Vincent Richard2008-01-047-7/+7
* Initialize Winsock before using gethostbyname().Vincent Richard2007-10-161-0/+6