index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
parsedate.c
Age
Commit message (
Expand
)
Author
2017-07-10
curl_setup_once: Remove ERRNO/SET_ERRNO macros
Jay Satiro
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
parsedate: handle cut off numbers better
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2014-12-10
parsedate.c: Fixed compilation warning
Steve Holme
2014-08-05
parsedate.c: fix the return code for an overflow edge condition
Dan Fandrich
2014-04-19
parsedate.c: check sscanf result before passing it to strlen
Marc Hoersken
2014-03-02
parsedate: Fixed compilation warning
Jiri Malak
2013-12-11
parsedate: avoid integer overflow
Eric Lubin
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-03-22
parsedate.c: fix a numeric overflow
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-06-23
parsedate: detect more invalid dates better
Daniel Stenberg
2011-06-03
parsedate: turn private and static
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2011-02-14
gmtime: remove define
Daniel Stenberg
2011-02-07
Curl_gmtime: avoid future mistakes
Daniel Stenberg
2011-02-07
Curl_gmtime: added a portable gmtime
Daniel Stenberg
2010-12-01
fix compiler warning: conversion may lose significant bits
Yang Tse
2010-09-27
parsedate: allow time specified without seconds
Daniel Stenberg
2010-04-17
parsedate: Value stored to 'found' is never read
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-10-18
- Ray Dassen provided a patch in Debian's bug tracker (bug number #551461)
Daniel Stenberg
2009-09-03
fix copyright year
Daniel Stenberg
2009-09-03
provide and export Curl_parsedate() as a library-wide internal function
Daniel Stenberg
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-22
Changed some arrays of char* to arrays of char[] to reduce data size and
Dan Fandrich
2008-10-16
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
Daniel Stenberg
2008-10-15
- Pascal Terjan filed bug #2154627
Daniel Stenberg
2008-10-09
I replaced the use of 'struct tm' with a private clone of that struct simply
Daniel Stenberg
2008-09-29
Made the month days table static const
Dan Fandrich
2008-09-23
- Introducing Jamie Lokier's function for date to epoch conversion used in the
Daniel Stenberg
2008-09-18
fix compiler warning: external definition with no prior declaration
Yang Tse
2008-06-22
Stopped using ranges in scanf character sequences (e.g. %[a-z]) since that
Dan Fandrich
2008-01-06
Jeff Johnson filed bug report #1863171
Daniel Stenberg
2007-12-08
All static functions that were previously name Curl_* something no longer
Daniel Stenberg
2007-11-07
if () => if()
Daniel Stenberg
2007-11-06
Constified from arguments.
Gisle Vanem
2006-12-05
Martin Skinner brought back bug report #1230118 to haunt us once again.
Daniel Stenberg
2006-10-17
Avoid typecasting a signed char to an int when using is*() functions, as that
Daniel Stenberg
2005-12-30
fix questionable compare
Marty Kuhrt
2005-12-30
putting back into dist
Marty Kuhrt
2005-10-04
Michael Wallner reported that the date parser had wrong offset stored for
Daniel Stenberg
2005-08-09
Christopher R. Palmer fixed the offsets used for date parsings when the time
Daniel Stenberg
2005-07-05
Gisle Vanem came up with a nice little work-around for bug #1230118. It
Daniel Stenberg
2005-04-26
Cory Nelson's work on nuking compiler warnings when building on x64 with
Daniel Stenberg
[next]