Vincent Richard
|
21945be4c4
|
Fixed warnings and 64-bit issues.
|
2013-03-24 12:30:26 +01:00 |
|
Vincent Richard
|
b9ace81807
|
Fixed issue #26: strcpy_s not available on MinGW.
|
2013-02-28 09:16:40 +01:00 |
|
Vincent Richard
|
0d6aef8491
|
Use secure versions of time/string functions on Windows.
|
2013-02-26 17:51:44 +01:00 |
|
Vincent Richard
|
49f9628c0a
|
Fixed typo in function name.
|
2013-02-25 13:10:15 +01:00 |
|
Mark Brand
|
b3da087306
|
fix include file case
|
2013-02-24 16:07:29 +01:00 |
|
Vincent Richard
|
f0e12cbadc
|
Fixed invalid use of freed memory.
|
2013-02-11 21:10:19 +01:00 |
|
Vincent Richard
|
b02e6ab664
|
Added missing includes.
|
2013-02-11 09:37:32 +01:00 |
|
Vincent Richard
|
ddf3cff495
|
Check for MLang on Windows platform.
|
2013-02-10 21:12:41 +01:00 |
|
Vincent Richard
|
4457dec512
|
Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN. Use getaddrinfo() instead of gethostbyname() for IPv6 compatibility.
|
2013-02-10 20:59:14 +01:00 |
|
Vincent Richard
|
c2474f2b2b
|
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Use localtime_s and gmtime_s on Windows, if available.
|
2013-02-05 14:21:21 +01:00 |
|
Vincent Richard
|
ad9bef78c4
|
Updated copyright year and maintainer email address.
|
2013-01-10 17:30:31 +01:00 |
|
Mark Brand
|
fa97c5e2d8
|
add missing wincrypt.h
|
2012-11-12 12:22:03 +01:00 |
|
Vincent Richard
|
defc1bba1d
|
Fixed compilation issues on Windows.
|
2012-11-06 16:05:24 +01:00 |
|
Vincent Richard
|
bc63892291
|
OpenSSL support (thanks to Mehmet Bozkurt).
|
2012-11-03 09:27:12 +01:00 |
|
Vincent Richard
|
cce1c28bce
|
Migrated build system to CMake. Conditional file compilation. Automatic selection of platform handler.
|
2012-11-01 18:20:06 +01:00 |
|
Vincent Richard
|
a3bf37fb4f
|
Fixed not exception-safe constructor, which could lead to possible memory leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
|
2009-12-08 10:03:34 +00:00 |
|
Vincent Richard
|
a5d258dc72
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
|
Vincent Richard
|
3f4226eaac
|
Fixed compilation warnings.
|
2008-10-12 10:05:28 +00:00 |
|
Vincent Richard
|
0c30c298da
|
Changed copyright year to 2008.
|
2008-01-04 18:07:40 +00:00 |
|
Vincent Richard
|
6cafb90c08
|
Initialize Winsock before using gethostbyname().
|
2007-10-16 18:13:47 +00:00 |
|
Vincent Richard
|
d284cfa729
|
Changed copyright year to 2007.
|
2007-01-01 20:55:15 +00:00 |
|
Vincent Richard
|
63d21f7a09
|
Changed copyright year to 2006.
|
2006-02-05 10:22:59 +00:00 |
|
Vincent Richard
|
3ec0f17ade
|
Added service::setTimeoutHandlerFactory().
|
2005-10-04 18:49:59 +00:00 |
|
Vincent Richard
|
09d9e11439
|
Added service::setSocketFactory().
|
2005-10-04 18:34:25 +00:00 |
|
Vincent Richard
|
cbd1110a4b
|
Updated FSF address.
|
2005-09-17 10:10:29 +00:00 |
|
Vincent Richard
|
28bafee944
|
Renamed 'vmime::messaging' to 'vmime::net'.
|
2005-08-23 19:11:19 +00:00 |
|
Vincent Richard
|
258cb13281
|
Oops... missing ')'.
|
2005-05-14 16:39:33 +00:00 |
|
Vincent Richard
|
4781f7ce1c
|
Replaced getpid() with GetCurrentProcessId() on Windows.
|
2005-05-14 15:57:06 +00:00 |
|
Vincent Richard
|
ae4240026e
|
Added 'childProcess'.
|
2005-04-30 08:19:56 +00:00 |
|
Vincent Richard
|
49fee23e26
|
Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.
|
2005-04-18 19:55:58 +00:00 |
|
Stefan Uhrig
|
48397a91cf
|
Added windows platform handlers.
|
2005-03-27 18:26:25 +00:00 |
|