index
:
vmime
master
A powerful C++ class library for working with RFC-822 and MIME messages and Internet messaging services like IMAP, POP or SMTP.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
platforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added stubs for timeout handler (#3045770).
Vincent Richard
2010-08-16
1
-3
/
+8
*
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 compilation issue on Windows.
Vincent Richard
2010-02-03
1
-1
/
+1
*
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
2
-22
/
+14
*
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
2
-5
/
+17
*
Removed some unnecessary consts on integral types where overrides conflict. A...
Vincent Richard
2009-11-04
1
-2
/
+2
*
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
7
-14
/
+14
*
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
7
-33
/
+33
*
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
7
-7
/
+7
*
Initialize Winsock before using gethostbyname().
Vincent Richard
2007-10-16
1
-0
/
+6
*
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
7
-7
/
+7
*
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
7
-7
/
+7
*
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
3
-0
/
+18
*
Added service::setTimeoutHandlerFactory().
Vincent Richard
2005-10-04
2
-16
/
+0
*
Added service::setSocketFactory().
Vincent Richard
2005-10-04
2
-14
/
+6
*
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
7
-21
/
+33
*
Non-blocking socket input/output.
Vincent Richard
2005-09-15
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
4
-6
/
+6
*
Reference counting and smart pointers.
Vincent Richard
2005-07-13
5
-48
/
+47
*
Free memory for args.
Vincent Richard
2005-05-25
1
-3
/
+8
*
Oops... missing ')'.
Vincent Richard
2005-05-14
1
-1
/
+1
*
Replaced getpid() with GetCurrentProcessId() on Windows.
Vincent Richard
2005-05-14
1
-2
/
+2
*
Added 'childProcess'.
Vincent Richard
2005-04-30
3
-0
/
+398
*
Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.
Vincent Richard
2005-04-18
1
-7
/
+65
*
Fixed warning.
Vincent Richard
2005-04-09
1
-1
/
+1
*
Modified isValidPathComponent() to accept drives as first component.
Stefan Uhrig
2005-03-28
1
-10
/
+26
*
Fixed isValidPathComponent() to detect invalid chars or reserved names.
Vincent Richard
2005-03-28
1
-11
/
+54
*
Added windows platform handlers.
Stefan Uhrig
2005-03-27
3
-0
/
+854
*
Updated VMime website URL.
Vincent Richard
2005-03-18
3
-3
/
+3
*
Fixed compilation problems on Solaris 9.
Vincent Richard
2005-03-16
1
-1
/
+1
*
Removed extra '::' before numeric constants.
Vincent Richard
2005-02-05
1
-3
/
+3
[next]