index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utility
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-12-29
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
35
-5039
/
+0
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
25
-293
/
+307
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
5
-348
/
+12
2013-11-15
Use "std::map" instead of "propertySet" in url class.
Vincent Richard
1
-13
/
+10
2013-09-09
Made template argument explicit to workaround compiler error on MSVC.
Vincent Richard
1
-1
/
+1
2013-06-24
Renamed default encoder.
Vincent Richard
1
-6
/
+6
2013-06-24
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
4
-0
/
+70
2013-06-12
Homogeneous use of vmime::string.
Vincent Richard
2
-2
/
+2
2013-05-12
Better random seed.
Vincent Richard
1
-3
/
+13
2013-04-16
Added filtered output stream to transform LFs to CRLFs.
Vincent Richard
1
-0
/
+71
2013-03-27
Remove +x bit from source files
Jan Engelhardt
1
-0
/
+0
2013-03-24
Fixed warnings and 64-bit issues.
Vincent Richard
1
-1
/
+1
2013-03-06
Fixed maximum block size for read().
Vincent Richard
1
-1
/
+1
2013-02-24
Message generation/parsing context. Charset conversion options. Preliminary i...
Vincent Richard
1
-0
/
+33
2013-02-20
Fixed SMTP dot stuffing at the beginning of content.
Vincent Richard
1
-1
/
+24
2013-02-15
The seekableInputStreamRegionAdapter now stores its own current position, to ...
Vincent Richard
1
-13
/
+24
2013-01-15
Moved includes to fix compilation issue.
Vincent Richard
1
-6
/
+0
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
37
-37
/
+37
2012-12-22
Fixed type for maximum line length.
Vincent Richard
1
-5
/
+6
2012-12-13
More robust check for EOF in input stream.
Vincent Richard
1
-4
/
+14
2012-12-13
Fixed seeking after EOF in input stream.
Vincent Richard
1
-0
/
+1
2012-12-12
Trivial 64-bit warning fixes.
Vincent Richard
3
-10
/
+10
2012-11-29
Trivial 64-bit warning fixes.
Vincent Richard
4
-14
/
+14
2012-11-03
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
1
-0
/
+44
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
1
-6
/
+6
2012-10-15
Support for bogus encoding name 'bmoted-printable' (Zarafa).
Vincent Richard
1
-0
/
+3
2012-04-16
Added ability to parse directly from an input stream (eg. file). This allows ...
Vincent Richard
8
-0
/
+341
2012-04-14
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
16
-485
/
+857
2012-04-05
Fixed wrong encoding of line breaks in QP-encoded text (issue #7).
Vincent Richard
1
-4
/
+5
2010-10-12
Better RFC-2047 encoding.
Vincent Richard
1
-104
/
+167
2010-10-12
Encode quotation marks in QP/RFC-2047.
Vincent Richard
1
-0
/
+1
2010-05-21
Always encode special charsets.
Vincent Richard
1
-0
/
+18
2010-04-13
Register non-standard encoding names.
Vincent Richard
1
-0
/
+4
2010-01-20
Fixed bug #2933667: CRLF filter broken.
Vincent Richard
1
-2
/
+2
2009-12-01
Added option to return ISO week-numbering instead of default calendar-numbering.
Vincent Richard
1
-2
/
+2
2009-11-30
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
1
-2
/
+2
2009-11-03
Fixed possible segfault (thanks to László Vadócz).
Vincent Richard
1
-1
/
+1
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
21
-42
/
+42
2009-04-09
Fixed block size through filtered streams.
Vincent Richard
2
-3
/
+19
2008-12-29
Fixed week of year for 53th week (non ISO-compliant).
Vincent Richard
1
-0
/
+3
2008-10-12
New namespace for encoders.
Vincent Richard
9
-0
/
+1490
2008-10-12
Fixed compilation warnings.
Vincent Richard
11
-66
/
+66
2008-07-11
Fixed bad buffer length causing duplicate data (Zarafa).
Vincent Richard
1
-1
/
+1
2008-01-04
Changed copyright year to 2008.
Vincent Richard
12
-12
/
+12
2007-08-30
Added function to unquote strings.
Vincent Richard
1
-0
/
+36
2007-07-09
Throw exception when badbit is set.
Vincent Richard
1
-0
/
+8
2007-07-09
New GCC definition.
Vincent Richard
1
-1
/
+1
2007-06-07
Fixed wrong block size (thanks to Emmanuel Cabestan).
Vincent Richard
1
-1
/
+1
2007-05-22
Fixed bug #1721186: thread-safe reference counting.
Vincent Richard
2
-128
/
+304
2007-05-21
Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.
Vincent Richard
1
-18
/
+18
[next]