index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
platforms
/
windows
/
windowsHandler.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
1
-7
/
+7
2013-08-18
Test for non-NULL 'ai_canonname', as per MSDN recommendation.
Vincent Richard
1
-1
/
+1
2013-06-07
Include <winsock2.h> before <windows.h>, to avoid <winsock.h> inclusion.
Vincent Richard
1
-1
/
+1
2013-05-12
Lowered wait delay on Windows.
Vincent Richard
1
-1
/
+1
2013-03-24
Fixed warnings and 64-bit issues.
Vincent Richard
1
-2
/
+2
2013-02-28
Fixed issue #26: strcpy_s not available on MinGW.
Vincent Richard
1
-0
/
+6
2013-02-26
Use secure versions of time/string functions on Windows.
Vincent Richard
1
-1
/
+1
2013-02-25
Fixed typo in function name.
Vincent Richard
1
-1
/
+1
2013-02-24
fix include file case
Mark Brand
1
-1
/
+1
2013-02-11
Fixed invalid use of freed memory.
Vincent Richard
1
-1
/
+2
2013-02-11
Added missing includes.
Vincent Richard
1
-0
/
+3
2013-02-10
Check for MLang on Windows platform.
Vincent Richard
1
-3
/
+3
2013-02-10
Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN....
Vincent Richard
1
-27
/
+35
2013-02-05
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...
Vincent Richard
1
-2
/
+8
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
1
-2
/
+2
2012-11-12
add missing wincrypt.h
Mark Brand
1
-0
/
+1
2012-11-06
Fixed compilation issues on Windows.
Vincent Richard
1
-2
/
+2
2012-11-03
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
1
-0
/
+23
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
1
-1
/
+10
2009-12-08
Fixed not exception-safe constructor, which could lead to possible memory lea...
Vincent Richard
1
-10
/
+6
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-01-04
Changed copyright year to 2008.
Vincent Richard
1
-1
/
+1
2007-10-16
Initialize Winsock before using gethostbyname().
Vincent Richard
1
-0
/
+6
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-09-17
Updated FSF address.
Vincent Richard
1
-3
/
+7
2005-08-23
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
1
-2
/
+2
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
1
-0
/
+7
2005-04-18
Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.
Vincent Richard
1
-7
/
+65
2005-03-27
Added windows platform handlers.
Stefan Uhrig
1
-36
/
+47
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