index
:
vmime
master
A powerful C++ class library for working with RFC-822 and MIME messages and Internet messaging services like IMAP, POP or SMTP.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utility
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed warning for uninitialized variable.
Vincent Richard
2006-06-23
1
-1
/
+1
*
Week of year calculation.
Vincent Richard
2006-04-24
1
-0
/
+70
*
Renamed 'byte' to 'byte_t'.
Vincent Richard
2006-04-18
1
-1
/
+1
*
Refactored and cleaned up smart pointers.
Vincent Richard
2006-03-29
1
-0
/
+166
*
Added unit tests for datetimeUtils + renamed functions.
Vincent Richard
2006-02-12
1
-10
/
+21
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
10
-10
/
+10
*
Fixed encoding of reserved/unsafe chars.
Vincent Richard
2006-01-31
1
-2
/
+6
*
Allow '@' in the username part of an URL.
Vincent Richard
2006-01-09
1
-1
/
+1
*
Rewritten some code without using iterators.
Vincent Richard
2005-12-30
1
-10
/
+10
*
Fixed buffer overrun in random::getString().
Vincent Richard
2005-11-28
1
-1
/
+1
*
Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...
Vincent Richard
2005-10-20
2
-4
/
+41
*
Fixed a bug in length calculation.
Vincent Richard
2005-10-14
1
-1
/
+1
*
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
2005-10-06
3
-10
/
+10
*
Added TLS/SSL support.
Vincent Richard
2005-10-03
1
-0
/
+16
*
Updated FSF address.
Vincent Richard
2005-09-17
10
-30
/
+34
*
SASL authentication.
Vincent Richard
2005-09-17
1
-0
/
+61
*
Added special characters for encoding.
Vincent Richard
2005-09-08
1
-1
/
+2
*
New namespace for message digest algorithms.
Vincent Richard
2005-09-06
1
-331
/
+0
*
Added progression notifications.
Vincent Richard
2005-09-03
2
-4
/
+93
*
Fixed undefined symbol 'UNSPECIFIED_PORT'.
Vincent Richard
2005-08-25
1
-0
/
+3
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
1
-3
/
+3
*
Reference counting and smart pointers.
Vincent Richard
2005-07-13
3
-2
/
+10
*
Fixed uninitialized variable.
Vincent Richard
2005-06-16
1
-3
/
+3
*
Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.
Vincent Richard
2005-06-16
2
-2
/
+67
*
Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added uni...
Vincent Richard
2005-06-16
1
-3
/
+120
*
Added #include <algorithm>
Stefan Uhrig
2005-04-28
1
-0
/
+1
*
Added parameter support to 'utility::url'.
Vincent Richard
2005-04-28
2
-1
/
+90
*
Sendmail implementation + filtered streams.
Vincent Richard
2005-04-28
2
-0
/
+158
*
Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.
Vincent Richard
2005-04-18
2
-9
/
+45
*
Moved 'url' and 'urlUtils' classes to 'utility' namespace.
Vincent Richard
2005-04-14
2
-0
/
+400
*
Added toUpper() function
Stefan Uhrig
2005-03-28
1
-0
/
+12
*
Updated VMime website URL.
Vincent Richard
2005-03-18
7
-7
/
+7
*
Fixed compilation problems on Solaris 9.
Vincent Richard
2005-03-16
1
-3
/
+3
*
Removed 'singleton' and 'singletonManager' classes.
Vincent Richard
2005-03-14
1
-53
/
+0
*
Moved 'static' functions into 'parserHelpers' class.
Vincent Richard
2005-02-05
1
-3
/
+3
*
Fixed forward use of swapUint32Array().
Vincent Richard
2005-02-05
1
-21
/
+21
*
Fixed compilation errors with 'isascii' on some systems.
Vincent Richard
2005-01-05
1
-0
/
+1
*
outputStreamStringAdapter::write() improvement.
Vincent Richard
2005-01-03
1
-2
/
+1
*
Changed year to 2005 in copyright header.
Vincent Richard
2005-01-03
8
-8
/
+8
*
Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'.
Vincent Richard
2005-01-02
1
-0
/
+24
*
Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.
Vincent Richard
2005-01-02
2
-2
/
+224
*
Added unit tests for 'utility::path'.
Vincent Richard
2005-01-02
1
-1
/
+1
*
Converted all C-style casts to C++-style casts + added unit test for utility:...
Vincent Richard
2005-01-01
2
-8
/
+8
*
Moved all header files to 'vmime/' directory.
Vincent Richard
2004-12-26
16
-1325
/
+9
*
Removed relative paths from #include's.
Vincent Richard
2004-12-26
11
-17
/
+18
*
Some more class documentation.
Vincent Richard
2004-12-22
1
-1
/
+1
*
Explain renameParent() in function doc.
Vincent Richard
2004-12-22
1
-0
/
+2
*
Added renameParent() function.
Vincent Richard
2004-12-22
2
-0
/
+34
*
Added isParentOf() function.
Vincent Richard
2004-12-22
2
-1
/
+23
*
Fixed ',2' in filename/flags + fixed file renaming when moving from 'new' to ...
Vincent Richard
2004-12-21
2
-0
/
+32
[next]