Daniel Stenberg
|
d369a2b775
- Introducing Jamie Lokier's function for date to epoch conversion used in the
|
16 éve |
Yang Tse
|
f7ef60c13f
fix compiler warning: external definition with no prior declaration
|
16 éve |
Dan Fandrich
|
90a6a59a2f
Stopped using ranges in scanf character sequences (e.g. %[a-z]) since that
|
16 éve |
Daniel Stenberg
|
423309541a
Jeff Johnson filed bug report #1863171
|
17 éve |
Daniel Stenberg
|
662bee7193
All static functions that were previously name Curl_* something no longer
|
17 éve |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 éve |
Gisle Vanem
|
caf880be18
Constified from arguments.
|
17 éve |
Daniel Stenberg
|
17ae28e0fe
Martin Skinner brought back bug report #1230118 to haunt us once again.
|
18 éve |
Daniel Stenberg
|
44d84ac164
Avoid typecasting a signed char to an int when using is*() functions, as that
|
18 éve |
Marty Kuhrt
|
0040a60559
fix questionable compare
|
19 éve |
Marty Kuhrt
|
b11dec5dd5
putting back into dist
|
19 éve |
Daniel Stenberg
|
db83a0ebbc
Michael Wallner reported that the date parser had wrong offset stored for
|
19 éve |
Daniel Stenberg
|
6c157a404b
Christopher R. Palmer fixed the offsets used for date parsings when the time
|
19 éve |
Daniel Stenberg
|
d49c144297
Gisle Vanem came up with a nice little work-around for bug #1230118. It
|
19 éve |
Daniel Stenberg
|
6b1220b61d
Cory Nelson's work on nuking compiler warnings when building on x64 with
|
19 éve |
Daniel Stenberg
|
ab4086bc24
Updated the copyright year since changes have been this year.
|
19 éve |
Daniel Stenberg
|
8a96aec567
mktime() returns a time_t. time_t is often 32 bits, even on many architectures
|
19 éve |
Daniel Stenberg
|
e7cefd684b
Removed all uses of strftime() since it uses the localised version of the
|
20 éve |
Dan Fandrich
|
80d301257c
Make some more arrays of pointers const.
|
20 éve |
Daniel Stenberg
|
c0d448f778
if gmtime() returns NULL, this returns -1 to bail out nicely
|
20 éve |
Daniel Stenberg
|
cd73a733c7
dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used
|
20 éve |
Daniel Stenberg
|
2de62cb06f
less long => int implicit conversion warnings
|
20 éve |
Daniel Stenberg
|
f71b3f48a1
Replaced the former date parser with a rewrite. No more yacc/bison needed.
|
20 éve |
Daniel Stenberg
|
adbe3eefb6
and moved back the month array to a static one since the ftp code won't need
|
20 éve |
Daniel Stenberg
|
2e7dcc1e2a
support for YYYYMMDD added, which allows us to keep using the lib/ftp.c code
|
20 éve |
Daniel Stenberg
|
b85a036e4a
added more examples/docs in the top comment
|
20 éve |
Daniel Stenberg
|
7885264b29
Since many users probably already use local time strings as input, I now
|
20 éve |
Daniel Stenberg
|
ade8e47a8c
more docs and fixed the delta compared to GMT that prevented test case 141 to
|
20 éve |
Daniel Stenberg
|
17acdb5acf
slightly better but still lacks
|
20 éve |
Daniel Stenberg
|
f6433211ae
getdate replacement code. smaller, slicker, faster.
|
20 éve |