index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
platforms
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2008-10-12
Fixed compilation warnings.
Vincent Richard
7
-33
/
+33
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
7
-7
/
+7
2007-10-16
Initialize Winsock before using gethostbyname().
Vincent Richard
1
-0
/
+6
2007-03-27
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
4
-12
/
+28
2007-01-01
Changed copyright year to 2007.
Vincent Richard
7
-7
/
+7
2006-11-08
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
2
-0
/
+4
2006-10-11
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
1
-1
/
+1
2006-02-05
Changed copyright year to 2006.
Vincent Richard
7
-7
/
+7
2005-12-26
Added support for getaddrinfo() on POSIX.
Vincent Richard
1
-0
/
+61
2005-12-04
Fixed a bug in argument vector.
Vincent Richard
1
-1
/
+1
2005-10-20
Added flush() on 'outputStream' + added unit tests for ↵
Vincent Richard
3
-0
/
+18
'charsetFilteredOutputStream' when input contains invalid sequences.
2005-10-04
Added service::setTimeoutHandlerFactory().
Vincent Richard
2
-16
/
+0
2005-10-04
Added service::setSocketFactory().
Vincent Richard
2
-14
/
+6
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
7
-21
/
+33
2005-09-14
Non-blocking socket input/output.
Vincent Richard
2
-22
/
+51
2005-08-24
Error handling in posixSocket::send().
Vincent Richard
1
-7
/
+64
2005-08-23
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
4
-6
/
+6
2005-07-12
Reference counting and smart pointers.
Vincent Richard
5
-48
/
+47
2005-05-25
Free memory for args.
Vincent Richard
1
-3
/
+8
2005-05-14
Oops... missing ')'.
Vincent Richard
1
-1
/
+1
2005-05-14
Replaced getpid() with GetCurrentProcessId() on Windows.
Vincent Richard
1
-2
/
+2
2005-04-30
Added 'childProcess'.
Vincent Richard
3
-0
/
+398
2005-04-18
Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.
Vincent Richard
1
-7
/
+65
2005-04-09
Fixed warning.
Vincent Richard
1
-1
/
+1
2005-03-28
Modified isValidPathComponent() to accept drives as first component.
Stefan Uhrig
1
-10
/
+26
2005-03-28
Fixed isValidPathComponent() to detect invalid chars or reserved names.
Vincent Richard
1
-11
/
+54
2005-03-27
Added windows platform handlers.
Stefan Uhrig
3
-0
/
+854
2005-03-18
Updated VMime website URL.
Vincent Richard
3
-3
/
+3
2005-03-16
Fixed compilation problems on Solaris 9.
Vincent Richard
1
-1
/
+1
2005-02-05
Removed extra '::' before numeric constants.
Vincent Richard
1
-3
/
+3
2005-01-04
Added diagnostic error string for 'exceptions::connection_error' + fixed a ↵
Vincent Richard
1
-8
/
+3
bug in 'posixSocket::connect()' when specifying an IP address.
2005-01-03
Changed year to 2005 in copyright header.
Vincent Richard
3
-3
/
+3
2005-01-01
Converted all C-style casts to C++-style casts + added unit test for ↵
Vincent Richard
1
-5
/
+5
utility::md5.
2004-12-26
Renamed files in POSIX platform handler.
Vincent Richard
3
-3
/
+3
2004-12-26
Moved all header files to 'vmime/' directory.
Vincent Richard
6
-372
/
+5
2004-12-26
Removed relative paths from #include's.
Vincent Richard
6
-11
/
+11
2004-12-23
Missing #include for close() function.
Vincent Richard
1
-0
/
+1
2004-12-21
Fixed open() flags when writing to file.
Vincent Richard
1
-1
/
+1
2004-12-20
Changed permissions when creating file/directory.
Vincent Richard
1
-2
/
+2
2004-12-19
Fixed bugs in scanFolder() and fileIterator.
Vincent Richard
2
-4
/
+27
2004-12-18
Added #ifdefs's to fix bugs when compiling without messaging or file-system ↵
Vincent Richard
2
-2
/
+15
support.
2004-12-18
Added #ifdefs's to fix bugs when compiling without messaging or file-system ↵
Vincent Richard
2
-0
/
+12
support.
2004-12-18
Default platform handlers (currently only POSIX).
Vincent Richard
6
-0
/
+1211
[prev]