aboutsummaryrefslogtreecommitdiff
path: root/lib/parsedate.c
AgeCommit message (Expand)Author
2014-08-05parsedate.c: fix the return code for an overflow edge conditionDan Fandrich
2014-04-19parsedate.c: check sscanf result before passing it to strlenMarc Hoersken
2014-03-02parsedate: Fixed compilation warningJiri Malak
2013-12-11parsedate: avoid integer overflowEric Lubin
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-03-22parsedate.c: fix a numeric overflowYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-06-23parsedate: detect more invalid dates betterDaniel Stenberg
2011-06-03parsedate: turn private and staticDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-02-14gmtime: remove defineDaniel Stenberg
2011-02-07Curl_gmtime: avoid future mistakesDaniel Stenberg
2011-02-07Curl_gmtime: added a portable gmtimeDaniel Stenberg
2010-12-01fix compiler warning: conversion may lose significant bitsYang Tse
2010-09-27parsedate: allow time specified without secondsDaniel Stenberg
2010-04-17parsedate: Value stored to 'found' is never readDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-10-18- Ray Dassen provided a patch in Debian's bug tracker (bug number #551461)Daniel Stenberg
2009-09-03fix copyright yearDaniel Stenberg
2009-09-03provide and export Curl_parsedate() as a library-wide internal functionDaniel Stenberg
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg
2008-10-22Changed some arrays of char* to arrays of char[] to reduce data size andDan Fandrich
2008-10-16Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg
2008-10-15- Pascal Terjan filed bug #2154627Daniel Stenberg
2008-10-09I replaced the use of 'struct tm' with a private clone of that struct simplyDaniel Stenberg
2008-09-29Made the month days table static constDan Fandrich
2008-09-23- Introducing Jamie Lokier's function for date to epoch conversion used in theDaniel Stenberg
2008-09-18fix compiler warning: external definition with no prior declarationYang Tse
2008-06-22Stopped using ranges in scanf character sequences (e.g. %[a-z]) since thatDan Fandrich
2008-01-06Jeff Johnson filed bug report #1863171Daniel Stenberg
2007-12-08All static functions that were previously name Curl_* something no longerDaniel Stenberg
2007-11-07if () => if()Daniel Stenberg
2007-11-06Constified from arguments.Gisle Vanem
2006-12-05Martin Skinner brought back bug report #1230118 to haunt us once again.Daniel Stenberg
2006-10-17Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg
2005-12-30fix questionable compareMarty Kuhrt
2005-12-30putting back into distMarty Kuhrt
2005-10-04Michael Wallner reported that the date parser had wrong offset stored forDaniel Stenberg
2005-08-09Christopher R. Palmer fixed the offsets used for date parsings when the timeDaniel Stenberg
2005-07-05Gisle Vanem came up with a nice little work-around for bug #1230118. ItDaniel Stenberg
2005-04-26Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-03-08mktime() returns a time_t. time_t is often 32 bits, even on many architecturesDaniel Stenberg
2005-02-11Removed all uses of strftime() since it uses the localised version of theDaniel Stenberg
2004-12-20Make some more arrays of pointers const.Dan Fandrich
2004-11-29if gmtime() returns NULL, this returns -1 to bail out nicelyDaniel Stenberg