Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged source and header files in directory structure. Got rid of SConstruct ↵ | Vincent Richard | 2013-12-29 | 9 | -3534/+0 |
| | | | | build. | ||||
* | Handle timeout in non-blocking send. | Vincent Richard | 2013-12-17 | 2 | -0/+40 |
| | |||||
* | More robust error checking. | Vincent Richard | 2013-12-17 | 1 | -6/+6 |
| | |||||
* | Simplified types for better readability. Use appropriate types (size_t, ↵ | Vincent Richard | 2013-12-10 | 7 | -53/+70 |
| | | | | byte_t...). Minor warning fixes. | ||||
* | Boost/C++11 shared pointers. | Vincent Richard | 2013-11-21 | 7 | -71/+68 |
| | |||||
* | Fixed sharing mode when opening file. | Vincent Richard | 2013-08-28 | 1 | -4/+4 |
| | |||||
* | Test for non-NULL 'ai_canonname', as per MSDN recommendation. | Vincent Richard | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | Open the file in shared mode not to lock file. | Vincent Richard | 2013-08-16 | 1 | -2/+2 |
| | |||||
* | Include <winsock2.h> before <windows.h>, to avoid <winsock.h> inclusion. | Vincent Richard | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | Lowered wait delay on Windows. | Vincent Richard | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | Remove +x bit from source files | Jan Engelhardt | 2013-03-27 | 2 | -0/+0 |
| | |||||
* | Fixed warnings and 64-bit issues. | Vincent Richard | 2013-03-24 | 2 | -5/+5 |
| | |||||
* | Fixed issue #26: strcpy_s not available on MinGW. | Vincent Richard | 2013-02-28 | 1 | -0/+6 |
| | |||||
* | Use secure versions of time/string functions on Windows. | Vincent Richard | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | Fixed typo in function name. | Vincent Richard | 2013-02-25 | 2 | -2/+2 |
| | |||||
* | fix include file case | Mark Brand | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | Fixed invalid use of freed memory. | Vincent Richard | 2013-02-11 | 2 | -2/+4 |
| | |||||
* | Added missing includes. | Vincent Richard | 2013-02-11 | 1 | -0/+3 |
| | |||||
* | Check for MLang on Windows platform. | Vincent Richard | 2013-02-10 | 1 | -3/+3 |
| | |||||
* | Fixed issue #23. Avoid additional queries if gethostname() is already a ↵ | Vincent Richard | 2013-02-10 | 2 | -54/+72 |
| | | | | FQDN. Use getaddrinfo() instead of gethostbyname() for IPv6 compatibility. | ||||
* | Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. ↵ | Vincent Richard | 2013-02-05 | 2 | -4/+10 |
| | | | | Use localtime_s and gmtime_s on Windows, if available. | ||||
* | Updated copyright year and maintainer email address. | Vincent Richard | 2013-01-10 | 9 | -12/+12 |
| | |||||
* | Fixed issue #17. | Vincent Richard | 2012-12-27 | 1 | -3/+8 |
| | |||||
* | Misc fixes for Windows build (thanks to Mehmet Bozkurt). | Vincent Richard | 2012-12-17 | 1 | -0/+2 |
| | |||||
* | SSL server identity check. | Vincent Richard | 2012-12-10 | 2 | -0/+162 |
| | |||||
* | remove stray argument from windowsSocket::sendRawNonBlocking | Mark Brand | 2012-11-29 | 1 | -1/+1 |
| | | | | follow-up to 3e9e8c9265f722d294c0060e1ccf29695fa5d2eb | ||||
* | Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵ | Vincent Richard | 2012-11-29 | 2 | -36/+276 |
| | | | | Windows platform are now non-blocking (thanks to Mehmet Bozkurt). | ||||
* | add missing wincrypt.h | Mark Brand | 2012-11-12 | 1 | -0/+1 |
| | |||||
* | Fixed compilation issues on Windows. | Vincent Richard | 2012-11-06 | 2 | -3/+3 |
| | |||||
* | OpenSSL support (thanks to Mehmet Bozkurt). | Vincent Richard | 2012-11-03 | 4 | -1/+200 |
| | |||||
* | Migrated build system to CMake. Conditional file compilation. Automatic ↵ | Vincent Richard | 2012-11-01 | 7 | -15/+58 |
| | | | | selection of platform handler. | ||||
* | Added support for timeout when receiving data from a socket (POSIX platform). | Vincent Richard | 2012-10-15 | 1 | -1/+49 |
| | |||||
* | Added ability to parse directly from an input stream (eg. file). This allows ↵ | Vincent Richard | 2012-04-16 | 2 | -0/+38 |
| | | | | very big messages to be parsed without loading the whole message data into memory. | ||||
* | Added stubs for timeout handler (#3045770). | Vincent Richard | 2010-08-16 | 1 | -3/+8 |
| | |||||
* | Connection time out. | Vincent Richard | 2010-08-05 | 1 | -7/+118 |
| | |||||
* | Return false instead of throwing an exception if file does not exist in ↵ | Vincent Richard | 2010-03-16 | 1 | -0/+12 |
| | | | | isDirectory(), isFile(), canRead() and canWrite(). | ||||
* | Fixed compilation issue on Windows. | Vincent Richard | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Fixed non thread-safe getLocalCharset() function (thanks to Bartek Szurgot). | Vincent Richard | 2009-12-08 | 1 | -0/+44 |
| | |||||
* | Fixed not exception-safe constructor, which could lead to possible memory ↵ | Vincent Richard | 2009-12-08 | 2 | -22/+14 |
| | | | | leak (thanks to Bartek Szurgot). Get rid of const-ness on factories. | ||||
* | Fixed directory renaming. | Vincent Richard | 2009-12-01 | 1 | -1/+5 |
| | |||||
* | Added block size on sockets to allow different buffer size for SSL. | Vincent Richard | 2009-11-30 | 2 | -5/+17 |
| | |||||
* | Removed some unnecessary consts on integral types where overrides conflict. ↵ | Vincent Richard | 2009-11-04 | 1 | -2/+2 |
| | | | | Added <cctype> to get the std::isspace that doesn't require a 2nd arg 'locale' (thanks to Ben Jackson). | ||||
* | Reset EOF flag when stream is reset. | Vincent Richard | 2009-11-03 | 1 | -1/+3 |
| | |||||
* | Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. | Vincent Richard | 2009-09-06 | 7 | -14/+14 |
| | |||||
* | fsync() in posixFile::fileCreate(); changed posixFile::rename to exclusive ↵ | Vincent Richard | 2009-07-11 | 1 | -0/+6 |
| | | | | semantics - if dst exists it fails (Georg Sauthoff). | ||||
* | Changed posix write wrapper since a) write can be interrupted and b) write ↵ | Vincent Richard | 2009-06-21 | 1 | -2/+23 |
| | | | | can write less than specified without error (Georg Sauthoff). | ||||
* | Added other missing return error checks for posix system calls; check ↵ | Vincent Richard | 2009-06-21 | 1 | -18/+62 |
| | | | | consistent for -1 (Georg Sauthoff). | ||||
* | Check return status of fsync (Georg Sauthoff). | Vincent Richard | 2009-06-21 | 1 | -1/+2 |
| | |||||
* | Fixed duplicate switch case on AIX (thanks to Robin Rawson-Tetley). | Vincent Richard | 2009-04-09 | 1 | -0/+2 |
| | |||||
* | Missing #include for GCC 4.4 (thanks to Martin Michlmayr). | Vincent Richard | 2008-11-09 | 1 | -0/+1 |
| |