Age | Commit message (Expand) | 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 |
2004-09-13 | support for YYYYMMDD added, which allows us to keep using the lib/ftp.c code | Daniel Stenberg |
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 |
2004-09-11 | more docs and fixed the delta compared to GMT that prevented test case 141 to | Daniel Stenberg |
2004-09-11 | slightly better but still lacks | Daniel Stenberg |
2004-09-11 | getdate replacement code. smaller, slicker, faster. | Daniel Stenberg |