Daniel Stenberg
|
d49c144297
Gisle Vanem came up with a nice little work-around for bug #1230118. It
|
преди 19 години |
Daniel Stenberg
|
6b1220b61d
Cory Nelson's work on nuking compiler warnings when building on x64 with
|
преди 19 години |
Daniel Stenberg
|
ab4086bc24
Updated the copyright year since changes have been this year.
|
преди 19 години |
Daniel Stenberg
|
8a96aec567
mktime() returns a time_t. time_t is often 32 bits, even on many architectures
|
преди 19 години |
Daniel Stenberg
|
e7cefd684b
Removed all uses of strftime() since it uses the localised version of the
|
преди 20 години |
Dan Fandrich
|
80d301257c
Make some more arrays of pointers const.
|
преди 20 години |
Daniel Stenberg
|
c0d448f778
if gmtime() returns NULL, this returns -1 to bail out nicely
|
преди 20 години |
Daniel Stenberg
|
cd73a733c7
dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used
|
преди 20 години |
Daniel Stenberg
|
2de62cb06f
less long => int implicit conversion warnings
|
преди 20 години |
Daniel Stenberg
|
f71b3f48a1
Replaced the former date parser with a rewrite. No more yacc/bison needed.
|
преди 20 години |
Daniel Stenberg
|
adbe3eefb6
and moved back the month array to a static one since the ftp code won't need
|
преди 20 години |
Daniel Stenberg
|
2e7dcc1e2a
support for YYYYMMDD added, which allows us to keep using the lib/ftp.c code
|
преди 20 години |
Daniel Stenberg
|
b85a036e4a
added more examples/docs in the top comment
|
преди 20 години |
Daniel Stenberg
|
7885264b29
Since many users probably already use local time strings as input, I now
|
преди 20 години |
Daniel Stenberg
|
ade8e47a8c
more docs and fixed the delta compared to GMT that prevented test case 141 to
|
преди 20 години |
Daniel Stenberg
|
17acdb5acf
slightly better but still lacks
|
преди 20 години |
Daniel Stenberg
|
f6433211ae
getdate replacement code. smaller, slicker, faster.
|
преди 20 години |