index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
platforms
/
windows
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
3
-29
/
+29
*
Fixed sharing mode when opening file.
Vincent Richard
2013-08-28
1
-4
/
+4
*
Test for non-NULL 'ai_canonname', as per MSDN recommendation.
Vincent Richard
2013-08-18
1
-1
/
+1
*
Open the file in shared mode not to lock file.
Vincent Richard
2013-08-16
1
-2
/
+2
*
Include <winsock2.h> before <windows.h>, to avoid <winsock.h> inclusion.
Vincent Richard
2013-06-07
1
-1
/
+1
*
Lowered wait delay on Windows.
Vincent Richard
2013-05-12
1
-1
/
+1
*
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
-2
/
+2
*
Fixed issue #26: strcpy_s not available on MinGW.
Vincent Richard
2013-02-28
1
-0
/
+6
*
Use secure versions of time/string functions on Windows.
Vincent Richard
2013-02-26
1
-1
/
+1
*
Fixed typo in function name.
Vincent Richard
2013-02-25
1
-1
/
+1
*
fix include file case
Mark Brand
2013-02-24
1
-1
/
+1
*
Fixed invalid use of freed memory.
Vincent Richard
2013-02-11
1
-1
/
+2
*
Added missing includes.
Vincent Richard
2013-02-11
1
-0
/
+3
*
Check for MLang on Windows platform.
Vincent Richard
2013-02-10
1
-3
/
+3
*
Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN....
Vincent Richard
2013-02-10
1
-27
/
+35
*
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...
Vincent Richard
2013-02-05
1
-2
/
+8
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
4
-7
/
+7
*
Fixed issue #17.
Vincent Richard
2012-12-27
1
-3
/
+8
*
Misc fixes for Windows build (thanks to Mehmet Bozkurt).
Vincent Richard
2012-12-17
1
-0
/
+2
*
SSL server identity check.
Vincent Richard
2012-12-10
1
-0
/
+67
*
remove stray argument from windowsSocket::sendRawNonBlocking
Mark Brand
2012-11-29
1
-1
/
+1
*
Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...
Vincent Richard
2012-11-29
1
-29
/
+211
*
add missing wincrypt.h
Mark Brand
2012-11-12
1
-0
/
+1
*
Fixed compilation issues on Windows.
Vincent Richard
2012-11-06
2
-3
/
+3
*
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
2012-11-03
2
-0
/
+90
*
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
2012-11-01
3
-7
/
+26
*
Added ability to parse directly from an input stream (eg. file). This allows ...
Vincent Richard
2012-04-16
1
-0
/
+18
*
Added stubs for timeout handler (#3045770).
Vincent Richard
2010-08-16
1
-3
/
+8
*
Fixed compilation issue on Windows.
Vincent Richard
2010-02-03
1
-1
/
+1
*
Fixed not exception-safe constructor, which could lead to possible memory lea...
Vincent Richard
2009-12-08
1
-10
/
+6
*
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
2009-11-30
1
-2
/
+8
*
Removed some unnecessary consts on integral types where overrides conflict. A...
Vincent Richard
2009-11-04
1
-2
/
+2
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
3
-6
/
+6
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
3
-14
/
+14
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
3
-3
/
+3
*
Initialize Winsock before using gethostbyname().
Vincent Richard
2007-10-16
1
-0
/
+6
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
3
-3
/
+3
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
3
-3
/
+3
*
Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...
Vincent Richard
2005-10-20
1
-0
/
+7
*
Added service::setTimeoutHandlerFactory().
Vincent Richard
2005-10-04
1
-8
/
+0
*
Added service::setSocketFactory().
Vincent Richard
2005-10-04
1
-7
/
+3
*
Updated FSF address.
Vincent Richard
2005-09-17
3
-9
/
+21
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
2
-3
/
+3
*
Reference counting and smart pointers.
Vincent Richard
2005-07-12
2
-21
/
+22
*
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
1
-0
/
+7
*
Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.
Vincent Richard
2005-04-18
1
-7
/
+65
*
Modified isValidPathComponent() to accept drives as first component.
Stefan Uhrig
2005-03-28
1
-10
/
+26
[next]