| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed warnings and 64-bit issues. | Vincent Richard | 2013-03-24 | 1 | -3/+3 |
| | | |||||
| * | Fixed typo in function name. | Vincent Richard | 2013-02-25 | 1 | -1/+1 |
| | | |||||
| * | Fixed invalid use of freed memory. | Vincent Richard | 2013-02-11 | 1 | -1/+2 |
| | | |||||
| * | Fixed issue #23. Avoid additional queries if gethostname() is already a ↵ | Vincent Richard | 2013-02-10 | 1 | -27/+37 |
| | | | | | 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 | 1 | -2/+2 |
| | | | | | Use localtime_s and gmtime_s on Windows, if available. | ||||
| * | Updated copyright year and maintainer email address. | Vincent Richard | 2013-01-10 | 1 | -1/+1 |
| | | |||||
| * | OpenSSL support (thanks to Mehmet Bozkurt). | Vincent Richard | 2012-11-03 | 1 | -1/+43 |
| | | |||||
| * | Migrated build system to CMake. Conditional file compilation. Automatic ↵ | Vincent Richard | 2012-11-01 | 1 | -0/+9 |
| | | | | | selection of platform handler. | ||||
| * | 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 | 1 | -12/+8 |
| | | | | | leak (thanks to Bartek Szurgot). Get rid of const-ness on factories. | ||||
| * | Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. | Vincent Richard | 2009-09-06 | 1 | -2/+2 |
| | | |||||
| * | Fixed compilation warnings. | Vincent Richard | 2008-10-12 | 1 | -2/+2 |
| | | |||||
| * | Fix for possible NULL return value for setlocale() (Zarafa). | Vincent Richard | 2008-07-11 | 1 | -2/+2 |
| | | |||||
| * | Changed copyright year to 2008. | Vincent Richard | 2008-01-04 | 1 | -1/+1 |
| | | |||||
| * | Fixed typo in the copyright header, and added missing paragraph about linking. | Vincent Richard | 2007-03-27 | 1 | -3/+7 |
| | | |||||
| * | Changed copyright year to 2007. | Vincent Richard | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | Changed copyright year to 2006. | Vincent Richard | 2006-02-05 | 1 | -1/+1 |
| | | |||||
| * | Added service::setTimeoutHandlerFactory(). | Vincent Richard | 2005-10-04 | 1 | -8/+0 |
| | | |||||
| * | Added service::setSocketFactory(). | Vincent Richard | 2005-10-04 | 1 | -7/+3 |
| | | |||||
| * | Reduced waiting time. | Vincent Richard | 2005-10-03 | 1 | -1/+1 |
| | | |||||
| * | Too much CPU time used when waiting for data to be received. | Vincent Richard | 2005-10-02 | 1 | -0/+10 |
| | | |||||
| * | Updated FSF address. | Vincent Richard | 2005-09-17 | 1 | -3/+3 |
| | | |||||
| * | Non-blocking socket input/output. | Vincent Richard | 2005-09-15 | 1 | -0/+8 |
| | | |||||
| * | Renamed 'vmime::messaging' to 'vmime::net'. | Vincent Richard | 2005-08-23 | 1 | -2/+2 |
| | | |||||
| * | Added 'childProcess'. | Vincent Richard | 2005-04-30 | 1 | -0/+8 |
| | | |||||
| * | Updated VMime website URL. | Vincent Richard | 2005-03-18 | 1 | -1/+1 |
| | | |||||
| * | Removed extra '::' before numeric constants. | Vincent Richard | 2005-02-05 | 1 | -3/+3 |
| | | |||||
| * | Changed year to 2005 in copyright header. | Vincent Richard | 2005-01-03 | 1 | -1/+1 |
| | | |||||
| * | Renamed files in POSIX platform handler. | Vincent Richard | 2004-12-27 | 1 | -0/+202 |
