index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
platforms
/
posix
/
posixHandler.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-12-29
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
1
-322
/
+0
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
1
-1
/
+1
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
1
-8
/
+8
2013-03-24
Fixed warnings and 64-bit issues.
Vincent Richard
1
-3
/
+3
2013-02-25
Fixed typo in function name.
Vincent Richard
1
-1
/
+1
2013-02-11
Fixed invalid use of freed memory.
Vincent Richard
1
-1
/
+2
2013-02-10
Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN....
Vincent Richard
1
-27
/
+37
2013-02-05
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...
Vincent Richard
1
-2
/
+2
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
1
-1
/
+1
2012-11-03
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
1
-1
/
+43
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
1
-0
/
+9
2009-12-08
Fixed non thread-safe getLocalCharset() function (thanks to Bartek Szurgot).
Vincent Richard
1
-0
/
+44
2009-12-08
Fixed not exception-safe constructor, which could lead to possible memory lea...
Vincent Richard
1
-12
/
+8
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
1
-2
/
+2
2008-10-12
Fixed compilation warnings.
Vincent Richard
1
-2
/
+2
2008-07-11
Fix for possible NULL return value for setlocale() (Zarafa).
Vincent Richard
1
-2
/
+2
2008-01-04
Changed copyright year to 2008.
Vincent Richard
1
-1
/
+1
2007-03-27
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
1
-3
/
+7
2007-01-01
Changed copyright year to 2007.
Vincent Richard
1
-1
/
+1
2006-02-05
Changed copyright year to 2006.
Vincent Richard
1
-1
/
+1
2005-10-04
Added service::setTimeoutHandlerFactory().
Vincent Richard
1
-8
/
+0
2005-10-04
Added service::setSocketFactory().
Vincent Richard
1
-7
/
+3
2005-10-03
Reduced waiting time.
Vincent Richard
1
-1
/
+1
2005-10-02
Too much CPU time used when waiting for data to be received.
Vincent Richard
1
-0
/
+10
2005-09-17
Updated FSF address.
Vincent Richard
1
-3
/
+3
2005-09-14
Non-blocking socket input/output.
Vincent Richard
1
-0
/
+8
2005-08-23
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
1
-2
/
+2
2005-04-30
Added 'childProcess'.
Vincent Richard
1
-0
/
+8
2005-03-18
Updated VMime website URL.
Vincent Richard
1
-1
/
+1
2005-02-05
Removed extra '::' before numeric constants.
Vincent Richard
1
-3
/
+3
2005-01-03
Changed year to 2005 in copyright header.
Vincent Richard
1
-1
/
+1
2004-12-26
Renamed files in POSIX platform handler.
Vincent Richard
1
-1
/
+1
2004-12-26
Moved all header files to 'vmime/' directory.
Vincent Richard
1
-1
/
+1
2004-12-26
Removed relative paths from #include's.
Vincent Richard
1
-1
/
+1
2004-12-18
Added #ifdefs's to fix bugs when compiling without messaging or file-system s...
Vincent Richard
1
-2
/
+10
2004-12-18
Added #ifdefs's to fix bugs when compiling without messaging or file-system s...
Vincent Richard
1
-0
/
+8
2004-12-18
Default platform handlers (currently only POSIX).
Vincent Richard
1
-0
/
+186