Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / parsedate.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-04-19 Marc Hoerskenparsedate.c: check sscanf result before passing it...
2014-03-02 Jiri Malakparsedate: Fixed compilation warning
2013-12-11 Eric Lubinparsedate: avoid integer overflow
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-03-22 Yang Tseparsedate.c: fix a numeric overflow
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-06-23 Daniel Stenbergparsedate: detect more invalid dates better
2011-06-03 Daniel Stenbergparsedate: turn private and static
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2011-02-14 Daniel Stenberggmtime: remove define
2011-02-07 Daniel StenbergCurl_gmtime: avoid future mistakes
2011-02-07 Daniel StenbergCurl_gmtime: added a portable gmtime
2010-12-01 Yang Tsefix compiler warning: conversion may lose significant...
2010-09-27 Daniel Stenbergparsedate: allow time specified without seconds
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-17 Daniel Stenbergparsedate: Value stored to 'found' is never read
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-10-18 Daniel Stenberg- Ray Dassen provided a patch in Debian's bug tracker...
2009-09-03 Daniel Stenbergfix copyright year
2009-09-03 Daniel Stenbergprovide and export Curl_parsedate() as a library-wide...
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-22 Dan FandrichChanged some arrays of char* to arrays of char[] to...
2008-10-16 Daniel StenbergRenamed Curl_ascii_equal to Curl_raw_equal and bugfixed...
2008-10-15 Daniel Stenberg- Pascal Terjan filed bug #2154627
2008-10-09 Daniel StenbergI replaced the use of 'struct tm' with a private clone...
2008-09-29 Dan FandrichMade the month days table static const
2008-09-23 Daniel Stenberg- Introducing Jamie Lokier's function for date to epoch...
2008-09-18 Yang Tsefix compiler warning: external definition with no prior...
2008-06-22 Dan FandrichStopped using ranges in scanf character sequences ...
2008-01-06 Daniel StenbergJeff Johnson filed bug report #1863171
2007-12-08 Daniel StenbergAll static functions that were previously name Curl_...
2007-11-07 Daniel Stenbergif () => if()
2007-11-06 Gisle VanemConstified from arguments.
2006-12-05 Daniel StenbergMartin Skinner brought back bug report #1230118 to...
2006-10-17 Daniel StenbergAvoid typecasting a signed char to an int when using...
2005-12-30 Marty Kuhrtfix questionable compare
2005-12-30 Marty Kuhrtputting back into dist
2005-10-04 Daniel StenbergMichael Wallner reported that the date parser had wrong...
2005-08-09 Daniel StenbergChristopher R. Palmer fixed the offsets used for date...
2005-07-05 Daniel StenbergGisle Vanem came up with a nice little work-around...
2005-04-26 Daniel StenbergCory Nelson's work on nuking compiler warnings when...
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-03-08 Daniel Stenbergmktime() returns a time_t. time_t is often 32 bits...
2005-02-11 Daniel StenbergRemoved all uses of strftime() since it uses the locali...
2004-12-20 Dan FandrichMake some more arrays of pointers const.
2004-11-29 Daniel Stenbergif gmtime() returns NULL, this returns -1 to bail out...
2004-11-11 Daniel Stenbergdates from 2038 or later now return 0x7fffffff when...
2004-09-20 Daniel Stenbergless long => int implicit conversion warnings
2004-09-15 Daniel StenbergReplaced the former date parser with a rewrite. No...
2004-09-13 Daniel Stenbergand moved back the month array to a static one since...
2004-09-13 Daniel Stenbergsupport for YYYYMMDD added, which allows us to keep...
2004-09-13 Daniel Stenbergadded more examples/docs in the top comment
2004-09-13 Daniel StenbergSince many users probably already use local time string...
2004-09-11 Daniel Stenbergmore docs and fixed the delta compared to GMT that...
2004-09-11 Daniel Stenbergslightly better but still lacks
2004-09-11 Daniel Stenberggetdate replacement code. smaller, slicker, faster.