aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.9.2.v0.9.2Vincent Richard2017-01-031-2/+2
* Merge pull request #156 from bosim/add-wrapped-message-id-optionVincent Richard2017-01-033-1/+33
|\
| * Add option to specify if vmime should wrap (Message|Content)-IdBo Simonsen2017-01-033-1/+33
* | ChangeLog is not updated anymore, refer to commits.Vincent Richard2017-01-022-1123/+2
* | Always ignore newlines between words.Vincent Richard2017-01-022-1/+8
* | Fixed #151: don't ignore CMAKE_CXX_FLAGS command line argument.Vincent Richard2016-12-061-8/+2
|/
* Fixed #149: don't loose charset when fixing invalid broken words.Vincent Richard2016-11-052-21/+97
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2016-11-022-0/+12
|\
| * Merge pull request #145 from 0xd34df00d/const_getCertificateVincent Richard2016-10-132-0/+12
| |\
| | * Added const overload for certificateException::getCertificate().0xd34df00d2016-10-082-0/+12
| |/
* / Don't recursively include compile flags.Vincent Richard2016-11-021-4/+4
|/
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2016-10-061-1/+2
|\
| * Merge pull request #143 from jengelh/masterVincent Richard2016-10-041-1/+2
| |\
| | * Skip multiple (bogus) colons after header field nameJan Engelhardt2016-10-041-1/+2
| |/
* / Fixed #144: lasting resolving is not an error.Vincent Richard2016-10-061-1/+3
|/
* Fixed #142: fixed install location of generated headers.Vincent Richard2016-09-192-3/+3
* Disabled debug response.Vincent Richard2016-08-301-1/+1
* Fixed #140: invalid separator char in parser.Vincent Richard2016-08-291-2/+2
* Fixed issue #139: thread-safe exception handling.Vincent Richard2016-08-252-39/+23
* Issue #138: fixed MSG_NOSIGNAL on Mac OS.Vincent Richard2016-04-253-0/+25
* Link with 'anl' only when building shared lib.Vincent Richard2016-04-101-5/+7
* Fixed 'portStr' not a std::string anymore.Vincent Richard2016-04-101-1/+1
* Always imbue C locale when using istringstream.Vincent Richard2016-04-107-1/+15
* Clarified object construction where 'enabled_shared_from_this' is used. Use i...Vincent Richard2016-04-0536-113/+142
* Fixed indentation.Vincent Richard2016-03-251-5/+5
* Misc fixes in error handling.Vincent Richard2016-03-253-16/+64
* Fixed location of config and lib export include files.Vincent Richard2016-03-252-7/+7
* Fixed special value 'last' in message sets.Vincent Richard2016-03-2413-94/+204
* Issue #126: even more warnings fixed.Vincent Richard2016-03-242-8/+13
* Fixed types.Vincent Richard2016-03-233-3/+3
* Issue #126: fixed deprecated GnuTLS types.Vincent Richard2016-03-235-19/+19
* Issue #126: fixed warnings about sign mismatch.Vincent Richard2016-03-2344-238/+235
* Fixed #135: getPeerAddress() is incorrect. Error handling.Vincent Richard2016-03-161-6/+14
* Issue #126: more warnings fixed.Vincent Richard2016-03-138-17/+21
* Issue #126: fixed some warnings.Vincent Richard2016-03-138-6/+15
* Issue #126: don't use deprecated 'auto_ptr' on C++11.Vincent Richard2016-03-138-55/+71
* Updated doc on building with CMake.Vincent Richard2016-03-111-44/+63
* Fixed location of config.hpp in outsourced build.Vincent Richard2016-03-111-2/+3
* Fixed #133: poll() is preferred over select().Vincent Richard2016-03-041-62/+63
* Fixed #134: use MSG_NOSIGNAL to avoid SIGPIPE.Vincent Richard2016-03-031-2/+2
* Fixed #132: invalid pointer to temporary buffer.Vincent Richard2016-03-031-4/+4
* Asynchronous resolving.Vincent Richard2016-03-025-32/+147
* Added support for TCP Keepalive.Vincent Richard2016-02-283-0/+13
* Merge branch 'master' of https://github.com/kisli/vmimeVincent Richard2015-11-301-1/+1
|\
| * Merge pull request #125 from alexBraidwood/masterVincent Richard2015-11-191-1/+1
| |\
| | * Added param to charsetConverter_win.hpp, implementation had extra argument th...Alex2015-11-191-1/+1
| |/
* / Fixed issue #124: access violation when checking subjectAltName extension of ...Vincent Richard2015-11-301-41/+29
|/
* XOAUTH2 authentication mechanism (for GMail).Vincent Richard2015-08-0811-0/+447
* Fixed possible endless loop with some buffer sizes (thanks to John van der Ka...Vincent Richard2015-06-112-7/+54
* Estimate generated size of parameterized field.Vincent Richard2015-06-075-0/+193