index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dateTime.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
2013-12-29
1
-894
/
+0
*
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
2013-12-10
1
-7
/
+7
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
1
-4
/
+4
*
Fixed wrong function called.
Vincent Richard
2013-02-27
1
-2
/
+2
*
Use secure versions of time/string functions on Windows.
Vincent Richard
2013-02-26
1
-8
/
+3
*
Message generation/parsing context. Charset conversion options. Preliminary i...
Vincent Richard
2013-02-24
1
-4
/
+6
*
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Us...
Vincent Richard
2013-02-05
1
-2
/
+3
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
*
Added ability to parse directly from an input stream (eg. file). This allows ...
Vincent Richard
2012-04-16
1
-4
/
+4
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
1
-2
/
+2
*
Fixed non-numeric timezone parsing (thanks to John van der Kamp, Zarafa).
Vincent Richard
2009-01-09
1
-1
/
+3
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
1
-15
/
+15
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
1
-1
/
+1
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
1
-1
/
+1
*
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
2006-11-08
1
-0
/
+2
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
1
-2
/
+2
*
Week of year calculation.
Vincent Richard
2006-04-24
1
-0
/
+1
*
Added unit tests for datetimeUtils + renamed functions.
Vincent Richard
2006-02-12
1
-12
/
+12
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
1
-1
/
+1
*
gmtime() and localtime() are reentrant when using MS C runtime library (MinGW...
Vincent Richard
2005-11-14
1
-1
/
+12
*
Refactored header field values and parameters.
Vincent Richard
2005-11-04
1
-1
/
+1
*
Made 'datetime' compatible with C's time_t.
Vincent Richard
2005-10-03
1
-0
/
+29
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+7
*
Reference counting and smart pointers.
Vincent Richard
2005-07-12
1
-4
/
+4
*
Added unit tests for date comparison + fixed date comparison (again...).
Vincent Richard
2005-04-23
1
-24
/
+24
*
Fixed date/time comparisons.
Vincent Richard
2005-04-22
1
-38
/
+42
*
Implemented comparison operators.
Vincent Richard
2005-04-13
1
-29
/
+158
*
Updated VMime website URL.
Vincent Richard
2005-03-18
1
-1
/
+1
*
Fixed compilation problems on Solaris 9.
Vincent Richard
2005-03-16
1
-43
/
+43
*
Moved 'static' functions into 'parserHelpers' class.
Vincent Richard
2005-02-05
1
-43
/
+43
*
Changed year to 2005 in copyright header.
Vincent Richard
2005-01-03
1
-1
/
+1
*
Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'.
Vincent Richard
2005-01-02
1
-25
/
+4
*
Moved all header files to 'vmime/' directory.
Vincent Richard
2004-12-26
1
-3
/
+3
*
Added component::getChildComponents() function.
Vincent Richard
2004-12-20
1
-0
/
+6
*
Added parsing bounds on 'component'.
Vincent Richard
2004-12-15
1
-0
/
+2
*
Refactoring (see ChangeLog).
Vincent Richard
2004-10-21
1
-29
/
+54
*
Initial import.
Vincent Richard
2004-10-05
1
-0
/
+702