aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/posix/posixHandler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard2013-12-291-322/+0
* Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard2013-12-101-1/+1
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-8/+8
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-241-3/+3
* Fixed typo in function name.Vincent Richard2013-02-251-1/+1
* Fixed invalid use of freed memory.Vincent Richard2013-02-111-1/+2
* Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN....Vincent Richard2013-02-101-27/+37
* Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...Vincent Richard2013-02-051-2/+2
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-031-1/+43
* Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard2012-11-011-0/+9
* 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-081-12/+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
* Fix for possible NULL return value for setlocale() (Zarafa).Vincent Richard2008-07-111-2/+2
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-271-3/+7
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-041-8/+0
* Added service::setSocketFactory().Vincent Richard2005-10-041-7/+3
* Reduced waiting time.Vincent Richard2005-10-031-1/+1
* Too much CPU time used when waiting for data to be received.Vincent Richard2005-10-021-0/+10
* Updated FSF address.Vincent Richard2005-09-171-3/+3
* Non-blocking socket input/output.Vincent Richard2005-09-141-0/+8
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-2/+2
* Added 'childProcess'.Vincent Richard2005-04-301-0/+8
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
* Removed extra '::' before numeric constants.Vincent Richard2005-02-051-3/+3
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
* Renamed files in POSIX platform handler.Vincent Richard2004-12-261-0/+202