index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
tls
/
gnutls
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2013-12-29
Merged source and header files in directory structure. Got rid of SConstruct ↵
Vincent Richard
3
-903
/
+0
build.
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, ↵
Vincent Richard
1
-16
/
+24
byte_t...). Minor warning fixes.
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
3
-30
/
+30
2013-09-22
fix typo
Mark Brand
1
-1
/
+1
2013-09-21
TLS properties: allows setting custom cipher suite for TLS/SSL connections.
Vincent Richard
2
-14
/
+123
2013-03-24
Fixed warnings and 64-bit issues.
Vincent Richard
1
-1
/
+1
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
2
-2
/
+2
2012-12-11
Fixed wrong class name (copy/paste is BAD ;-) ).
Vincent Richard
1
-1
/
+1
2012-12-10
SSL server identity check.
Vincent Richard
1
-1
/
+13
2012-11-29
Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵
Vincent Richard
1
-5
/
+51
Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
2012-11-03
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
2
-0
/
+728