Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-07 | Curl_gmtime: added a portable gmtime | Daniel Stenberg | |
Instead of polluting many places with #ifdefs, we create a single place for this function, and also check return code properly so that a NULL pointer returned won't cause problems. | |||
2010-03-24 | remove the CVSish $Id$ lines | 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 | |
for a better API to date parsing than the external API is | |||
2008-07-11 | fix multiple header inclusion prevention definition | Yang Tse | |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg | |
2005-02-11 | Removed all uses of strftime() since it uses the localised version of the | Daniel Stenberg | |
week day names and month names and servers don't like that. | |||
2004-09-13 | removed this file again, we only provide a single public function and that | Daniel Stenberg | |
is already in the public header file | |||
2004-09-11 | getdate replacement code. smaller, slicker, faster. | Daniel Stenberg | |