aboutsummaryrefslogtreecommitdiff
path: root/lib/parsedate.c
AgeCommit message (Expand)Author
2019-11-29parsedate: offer a getdate_capped() alternativeDaniel Stenberg
2019-09-13parsedate: still provide the name arrays when disabledDaniel Stenberg
2019-05-13parsedate: CURL_DISABLE_PARSEDATEDaniel Stenberg
2018-03-19parsedate: support UT timezoneNikos Tsipinakis
2018-02-23spelling fixesViktor Szakats
2018-02-02getdate: return -1 for out of rangeDaniel Stenberg
2018-01-31parsedate: s/#if/#ifdefDaniel Stenberg
2018-01-25parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-07-10curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31parsedate: handle cut off numbers betterDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2014-12-10parsedate.c: Fixed compilation warningSteve Holme
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