aboutsummaryrefslogtreecommitdiff
path: root/lib/parsedate.h
AgeCommit message (Collapse)Author
2011-06-03parsedate: turn private and staticDaniel Stenberg
I removed the prefix as well accordingly.
2011-02-07Curl_gmtime: added a portable gmtimeDaniel 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-24remove the CVSish $Id$ linesDaniel Stenberg
2009-09-03fix copyright yearDaniel Stenberg
2009-09-03provide and export Curl_parsedate() as a library-wide internal functionDaniel Stenberg
for a better API to date parsing than the external API is
2008-07-11fix multiple header inclusion prevention definitionYang Tse
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-02-11Removed all uses of strftime() since it uses the localised version of theDaniel Stenberg
week day names and month names and servers don't like that.
2004-09-13removed this file again, we only provide a single public function and thatDaniel Stenberg
is already in the public header file
2004-09-11getdate replacement code. smaller, slicker, faster.Daniel Stenberg