aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/posix/posixHandler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-322/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-1/+1
| | | | byte_t...). Minor warning fixes.
* 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 ↵Vincent Richard2013-02-101-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 Richard2013-02-051-2/+2
| | | | Use localtime_s and gmtime_s on Windows, if available.
* 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 ↵Vincent Richard2012-11-011-0/+9
| | | | selection of platform handler.
* 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 ↵Vincent Richard2009-12-081-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 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