aboutsummaryrefslogtreecommitdiffstats
path: root/src/dateTime.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-4/+4
|
* Fixed wrong function called.Vincent Richard2013-02-271-2/+2
|
* Use secure versions of time/string functions on Windows.Vincent Richard2013-02-261-8/+3
|
* Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard2013-02-241-4/+6
| | | | implementation of RFC-6532.
* Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. ↵Vincent Richard2013-02-051-2/+3
| | | | Use localtime_s and gmtime_s on Windows, if available.
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard2012-04-161-4/+4
| | | | very big messages to be parsed without loading the whole message data into memory.
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Fixed non-numeric timezone parsing (thanks to John van der Kamp, Zarafa).Vincent Richard2009-01-091-1/+3
|
* Fixed compilation warnings.Vincent Richard2008-10-121-15/+15
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2006-11-081-0/+2
|
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-2/+2
|
* Week of year calculation.Vincent Richard2006-04-241-0/+1
|
* Added unit tests for datetimeUtils + renamed functions.Vincent Richard2006-02-121-12/+12
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* gmtime() and localtime() are reentrant when using MS C runtime library ↵Vincent Richard2005-11-141-1/+12
| | | | (MinGW/MSVC).
* Refactored header field values and parameters.Vincent Richard2005-11-041-1/+1
|
* Made 'datetime' compatible with C's time_t.Vincent Richard2005-10-031-0/+29
|
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* Reference counting and smart pointers.Vincent Richard2005-07-121-4/+4
|
* Added unit tests for date comparison + fixed date comparison (again...).Vincent Richard2005-04-231-24/+24
|
* Fixed date/time comparisons.Vincent Richard2005-04-221-38/+42
|
* Implemented comparison operators.Vincent Richard2005-04-131-29/+158
|
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
|
* Fixed compilation problems on Solaris 9.Vincent Richard2005-03-161-43/+43
|
* Moved 'static' functions into 'parserHelpers' class.Vincent Richard2005-02-051-43/+43
|
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
|
* Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'.Vincent Richard2005-01-021-25/+4
|
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-3/+3
|
* Added component::getChildComponents() function.Vincent Richard2004-12-201-0/+6
|
* Added parsing bounds on 'component'.Vincent Richard2004-12-151-0/+2
|
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-29/+54
|
* Initial import.Vincent Richard2004-10-051-0/+702