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 (
Expand
)
Author
Files
Lines
2013-12-29
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
9
-3534
/
+0
2013-12-17
Handle timeout in non-blocking send.
Vincent Richard
2
-0
/
+40
2013-12-17
More robust error checking.
Vincent Richard
1
-6
/
+6
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
7
-53
/
+70
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
7
-71
/
+68
2013-08-28
Fixed sharing mode when opening file.
Vincent Richard
1
-4
/
+4
2013-08-18
Test for non-NULL 'ai_canonname', as per MSDN recommendation.
Vincent Richard
1
-1
/
+1
2013-08-16
Open the file in shared mode not to lock file.
Vincent Richard
1
-2
/
+2
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-27
Remove +x bit from source files
Jan Engelhardt
2
-0
/
+0
2013-03-24
Fixed warnings and 64-bit issues.
Vincent Richard
2
-5
/
+5
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
2
-2
/
+2
2013-02-24
fix include file case
Mark Brand
1
-1
/
+1
2013-02-11
Fixed invalid use of freed memory.
Vincent Richard
2
-2
/
+4
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
2
-54
/
+72
2013-02-05
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...
Vincent Richard
2
-4
/
+10
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
9
-12
/
+12
2012-12-27
Fixed issue #17.
Vincent Richard
1
-3
/
+8
2012-12-17
Misc fixes for Windows build (thanks to Mehmet Bozkurt).
Vincent Richard
1
-0
/
+2
2012-12-10
SSL server identity check.
Vincent Richard
2
-0
/
+162
2012-11-29
remove stray argument from windowsSocket::sendRawNonBlocking
Mark Brand
1
-1
/
+1
2012-11-29
Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on Windo...
Vincent Richard
2
-36
/
+276
2012-11-12
add missing wincrypt.h
Mark Brand
1
-0
/
+1
2012-11-06
Fixed compilation issues on Windows.
Vincent Richard
2
-3
/
+3
2012-11-03
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
4
-1
/
+200
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
7
-15
/
+58
2012-10-15
Added support for timeout when receiving data from a socket (POSIX platform).
Vincent Richard
1
-1
/
+49
2012-04-16
Added ability to parse directly from an input stream (eg. file). This allows ...
Vincent Richard
2
-0
/
+38
2010-08-16
Added stubs for timeout handler (#3045770).
Vincent Richard
1
-3
/
+8
2010-08-05
Connection time out.
Vincent Richard
1
-7
/
+118
2010-03-16
Return false instead of throwing an exception if file does not exist in isDir...
Vincent Richard
1
-0
/
+12
2010-02-03
Fixed compilation issue on Windows.
Vincent Richard
1
-1
/
+1
2009-12-08
Fixed non thread-safe getLocalCharset() function (thanks to Bartek Szurgot).
Vincent Richard
1
-0
/
+44
2009-12-08
Fixed not exception-safe constructor, which could lead to possible memory lea...
Vincent Richard
2
-22
/
+14
2009-12-01
Fixed directory renaming.
Vincent Richard
1
-1
/
+5
2009-11-30
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
2
-5
/
+17
2009-11-04
Removed some unnecessary consts on integral types where overrides conflict. A...
Vincent Richard
1
-2
/
+2
2009-11-03
Reset EOF flag when stream is reset.
Vincent Richard
1
-1
/
+3
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
7
-14
/
+14
2009-07-11
fsync() in posixFile::fileCreate(); changed posixFile::rename to exclusive se...
Vincent Richard
1
-0
/
+6
2009-06-21
Changed posix write wrapper since a) write can be interrupted and b) write ca...
Vincent Richard
1
-2
/
+23
2009-06-21
Added other missing return error checks for posix system calls; check consist...
Vincent Richard
1
-18
/
+62
2009-06-21
Check return status of fsync (Georg Sauthoff).
Vincent Richard
1
-1
/
+2
2009-04-09
Fixed duplicate switch case on AIX (thanks to Robin Rawson-Tetley).
Vincent Richard
1
-0
/
+2
2008-11-09
Missing #include for GCC 4.4 (thanks to Martin Michlmayr).
Vincent Richard
1
-0
/
+1
[next]