index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
platforms
/
posix
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
4
-42
/
+39
*
Remove +x bit from source files
Jan Engelhardt
2013-03-27
1
-0
/
+0
*
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 FQDN....
Vincent Richard
2013-02-10
1
-27
/
+37
*
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...
Vincent Richard
2013-02-05
1
-2
/
+2
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
5
-5
/
+5
*
SSL server identity check.
Vincent Richard
2012-12-10
1
-0
/
+95
*
Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...
Vincent Richard
2012-11-29
1
-7
/
+65
*
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
2012-11-03
2
-1
/
+110
*
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
2012-11-01
4
-8
/
+32
*
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
1
-0
/
+20
*
Connection time out.
Vincent Richard
2010-08-05
1
-7
/
+118
*
Return false instead of throwing an exception if file does not exist in isDir...
Vincent Richard
2010-03-16
1
-0
/
+12
*
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 lea...
Vincent Richard
2009-12-08
1
-12
/
+8
*
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
1
-3
/
+9
*
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
4
-8
/
+8
*
fsync() in posixFile::fileCreate(); changed posixFile::rename to exclusive se...
Vincent Richard
2009-07-11
1
-0
/
+6
*
Changed posix write wrapper since a) write can be interrupted and b) write ca...
Vincent Richard
2009-06-21
1
-2
/
+23
*
Added other missing return error checks for posix system calls; check consist...
Vincent Richard
2009-06-21
1
-18
/
+62
*
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
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
4
-19
/
+19
*
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
4
-4
/
+4
*
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
2007-03-27
4
-12
/
+28
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
4
-4
/
+4
*
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
2006-11-08
2
-0
/
+4
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
1
-1
/
+1
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
4
-4
/
+4
*
Added support for getaddrinfo() on POSIX.
Vincent Richard
2005-12-26
1
-0
/
+61
*
Fixed a bug in argument vector.
Vincent Richard
2005-12-04
1
-1
/
+1
*
Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...
Vincent Richard
2005-10-20
2
-0
/
+11
*
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
4
-12
/
+12
*
Non-blocking socket input/output.
Vincent Richard
2005-09-14
2
-22
/
+51
*
Error handling in posixSocket::send().
Vincent Richard
2005-08-24
1
-7
/
+64
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
2
-3
/
+3
*
Reference counting and smart pointers.
Vincent Richard
2005-07-12
3
-27
/
+25
*
Free memory for args.
Vincent Richard
2005-05-25
1
-3
/
+8
*
Added 'childProcess'.
Vincent Richard
2005-04-30
2
-0
/
+391
[next]