summaryrefslogtreecommitdiff
path: root/lib/parsedate.c
Commit message (Expand)AuthorAgeFilesLines
* parsedate: still provide the name arrays when disabledDaniel Stenberg2019-09-131-5/+9
* parsedate: CURL_DISABLE_PARSEDATEDaniel Stenberg2019-05-131-15/+26
* parsedate: support UT timezoneNikos Tsipinakis2018-03-191-0/+1
* spelling fixesViktor Szakats2018-02-231-1/+1
* getdate: return -1 for out of rangeDaniel Stenberg2018-02-021-5/+1
* parsedate: s/#if/#ifdefDaniel Stenberg2018-01-311-1/+1
* parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg2018-01-251-39/+55
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-2/+0
* code style: use spaces around plusesDaniel Stenberg2017-09-111-12/+12
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-20/+20
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-5/+5
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-4/+4
* parsedate: handle cut off numbers betterDaniel Stenberg2016-10-311-5/+7
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* parsedate.c: Fixed compilation warningSteve Holme2014-12-101-1/+1
* parsedate.c: fix the return code for an overflow edge conditionDan Fandrich2014-08-051-5/+4
* parsedate.c: check sscanf result before passing it to strlenMarc Hoersken2014-04-191-4/+6
* parsedate: Fixed compilation warningJiri Malak2014-03-021-0/+2
* parsedate: avoid integer overflowEric Lubin2013-12-111-2/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+580
* build: rename 93 lib/*.c filesYang Tse2013-01-031-580/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-4/+4
* parsedate.c: fix a numeric overflowYang Tse2012-03-221-2/+23
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-7/+1
* parsedate: detect more invalid dates betterDaniel Stenberg2011-06-231-0/+4
* parsedate: turn private and staticDaniel Stenberg2011-06-031-3/+21
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-3/+4
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* gmtime: remove defineDaniel Stenberg2011-02-141-2/+2
* Curl_gmtime: avoid future mistakesDaniel Stenberg2011-02-071-0/+9
* Curl_gmtime: added a portable gmtimeDaniel Stenberg2011-02-071-1/+18
* fix compiler warning: conversion may lose significant bitsYang Tse2010-12-011-1/+2
* parsedate: allow time specified without secondsDaniel Stenberg2010-09-271-0/+6
* parsedate: Value stored to 'found' is never readDaniel Stenberg2010-04-171-2/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Ray Dassen provided a patch in Debian's bug tracker (bug number #551461)Daniel Stenberg2009-10-181-0/+30
* fix copyright yearDaniel Stenberg2009-09-031-1/+1
* provide and export Curl_parsedate() as a library-wide internal functionDaniel Stenberg2009-09-031-9/+39
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-1/+1
* Changed some arrays of char* to arrays of char[] to reduce data size andDan Fandrich2008-10-221-1/+1
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-3/+3
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-3/+4
* I replaced the use of 'struct tm' with a private clone of that struct simplyDaniel Stenberg2008-10-091-5/+13
* Made the month days table static constDan Fandrich2008-09-291-2/+6
* - Introducing Jamie Lokier's function for date to epoch conversion used in theDaniel Stenberg2008-09-231-32/+40
* fix compiler warning: external definition with no prior declarationYang Tse2008-09-181-0/+1
* Stopped using ranges in scanf character sequences (e.g. %[a-z]) since thatDan Fandrich2008-06-221-3/+1
* Jeff Johnson filed bug report #1863171Daniel Stenberg2008-01-061-4/+10
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-3/+3