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 (
Collapse
)
Author
2004-11-29
if gmtime() returns NULL, this returns -1 to bail out nicely
Daniel Stenberg
2004-11-11
dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used
Daniel Stenberg
2004-09-20
less long => int implicit conversion warnings
Daniel Stenberg
2004-09-15
Replaced the former date parser with a rewrite. No more yacc/bison needed.
Daniel Stenberg
2004-09-13
and moved back the month array to a static one since the ftp code won't need
Daniel Stenberg
it anymore
2004-09-13
support for YYYYMMDD added, which allows us to keep using the lib/ftp.c code
Daniel Stenberg
I was previously #ifdef'ing to a different look when this parser is used
2004-09-13
added more examples/docs in the top comment
Daniel Stenberg
2004-09-13
Since many users probably already use local time strings as input, I now
Daniel Stenberg
made it deal with named time zones as well as mail-style +0200 ones. Seems to work fine. I'm comparing with GNU date command: date -d [date] -u +%s
2004-09-11
more docs and fixed the delta compared to GMT that prevented test case 141 to
Daniel Stenberg
work with this
2004-09-11
slightly better but still lacks
Daniel Stenberg
2004-09-11
getdate replacement code. smaller, slicker, faster.
Daniel Stenberg
[prev]