index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed calls to 'empty' instead of 'clear' (thanks to John van der Kamp, from ...
Vincent Richard
2010-03-16
1
-2
/
+2
*
Return false instead of throwing an exception if file does not exist in isDir...
Vincent Richard
2010-03-16
1
-0
/
+12
*
Fixed compilation issue with 'const'.
Vincent Richard
2010-03-10
1
-1
/
+1
*
Fixed bug #2966885: memory leak caused by strong ref (thanks to tuxx from SF).
Vincent Richard
2010-03-10
2
-5
/
+3
*
Use 'glibtoolize' instead of 'libtoolize' on MacOSX.
Vincent Richard
2010-03-06
1
-1
/
+8
*
Fixed shebang for systems that don't have /bin/bash.
Vincent Richard
2010-02-17
1
-0
/
+1
*
Fixed test for global constructor failing when cross building.
Vincent Richard
2010-02-15
1
-1
/
+1
*
Updated gettext m4 macros to 0.17.
Vincent Richard
2010-02-12
2
-56
/
+244
*
Solved 'underquoted' warnings from m4 macros.
Vincent Richard
2010-02-12
3
-8
/
+8
*
Replaced 'Options' with 'Variables' to solve warnings about the former being ...
Vincent Richard
2010-02-12
1
-12
/
+12
*
Fixed missing M4 file in dist tarball.
Vincent Richard
2010-02-10
1
-0
/
+1
*
Don't quote if no encoding is needed.
Vincent Richard
2010-02-10
1
-1
/
+2
*
Allow spaces to appear in mailbox display name without encoding or quoting. E...
Vincent Richard
2010-02-10
1
-2
/
+3
*
Fixed compilation issue on Windows.
Vincent Richard
2010-02-03
1
-1
/
+1
*
Use homemade isSpace() instead of std::ispace() for portability.
Vincent Richard
2010-02-03
1
-1
/
+1
*
Removed wide-char support.
Vincent Richard
2010-02-03
8
-67
/
+0
*
Fixed memory leak.
Vincent Richard
2010-02-01
2
-2
/
+2
*
Fixed bug #2927077: account for multi-byte charsets in invalid sequence output.
Vincent Richard
2010-02-01
1
-14
/
+24
*
Fixed bug #2927077: account for multi-byte charsets in invalid sequence output.
Vincent Richard
2010-02-01
1
-1
/
+12
*
Fixed bug #2933667: CRLF filter broken.
Vincent Richard
2010-01-20
2
-2
/
+3
*
Makes 'To' optional, like 'Cc' and 'Bcc'. An exception is still thrown if the...
Vincent Richard
2009-12-13
1
-2
/
+8
*
Fixed non thread-safe getLocalCharset() function (thanks to Bartek Szurgot).
Vincent Richard
2009-12-08
1
-0
/
+44
*
Fixed not exception-safe constructor, which could lead to possible memory lea...
Vincent Richard
2009-12-08
14
-62
/
+55
*
Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).
Vincent Richard
2009-12-08
1
-0
/
+19
*
Fixed compilation issue with Intel Compiler (thanks to Eric Trinh for report).
Vincent Richard
2009-12-02
1
-1
/
+1
*
Fixed directory renaming.
Vincent Richard
2009-12-01
4
-3
/
+85
*
Added option to return ISO week-numbering instead of default calendar-numbering.
Vincent Richard
2009-12-01
3
-7
/
+10
*
Added and moved tests for RFC-2231.
Vincent Richard
2009-12-01
1
-40
/
+64
*
Fixed missing function.
Vincent Richard
2009-12-01
2
-0
/
+8
*
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
2009-11-30
13
-22
/
+78
*
Quote mailbox name instead of encoding it whenever it's possible.
Vincent Richard
2009-11-12
3
-5
/
+18
*
Auto-detect filename. Renamed 'filename' argument to 'filepath' for disambigu...
Vincent Richard
2009-11-04
4
-17
/
+95
*
Removed some unnecessary consts on integral types where overrides conflict. A...
Vincent Richard
2009-11-04
3
-3
/
+4
*
Reset EOF flag when stream is reset.
Vincent Richard
2009-11-03
1
-1
/
+3
*
Fixed possible segfault (thanks to László Vadócz).
Vincent Richard
2009-11-03
1
-1
/
+1
*
Fixed possible segfault (thanks to John van der Kamp, from Zarafa).
Vincent Richard
2009-09-15
1
-1
/
+4
*
Added workaround for Decider() for legacy versions of SCons.
Vincent Richard
2009-09-14
1
-1
/
+5
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
346
-984
/
+1325
*
Use pkg-config for gnutls 2.8.0 and later (thanks to Andreas Metzler).
Vincent Richard
2009-08-19
1
-1
/
+1
*
maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to 'new...
Vincent Richard
2009-07-11
2
-12
/
+23
*
fsync() in posixFile::fileCreate(); changed posixFile::rename to exclusive se...
Vincent Richard
2009-07-11
1
-0
/
+6
*
Ensure 'unsigned long' is 4 bytes long (Georg Sauthoff).
Vincent Richard
2009-07-11
1
-2
/
+5
*
gnutls_x509_crt_list_import does not support multiple DER certificates (Georg...
Vincent Richard
2009-06-21
1
-13
/
+12
*
Include hostname in message id (ensure unicity when working on a network file...
Vincent Richard
2009-06-21
1
-0
/
+3
*
Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).
Vincent Richard
2009-06-21
1
-0
/
+2
*
Changed posix write wrapper since a) write can be interrupted and b) write ca...
Vincent Richard
2009-06-21
1
-2
/
+23
*
Added other missing return error checks for posix system calls; check consist...
Vincent Richard
2009-06-21
1
-18
/
+62
*
Check return status of fsync (Georg Sauthoff).
Vincent Richard
2009-06-21
2
-1
/
+3
*
Fixed dynamic_cast support detection on HPUX (aCC).
Vincent Richard
2009-05-01
1
-2
/
+2
*
Removed '-pipe' compiler flags, as it is not available on all platforms.
Vincent Richard
2009-04-09
1
-2
/
+1
[prev]
[next]