Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-27 | parsedate: allow time specified without seconds | Daniel Stenberg | |
The date format in RFC822 allows that the seconds part of HH:MM:SS is left out, but this function didn't allow it. This change also includes a modified test case that makes sure that this now works. Reported by: Matt Ford Bug: http://curl.haxx.se/bug/view.cgi?id=3076529 | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-08-27 | disable the tests that differ between 32 and 64 bit | Daniel Stenberg | |
2009-08-12 | Added a range of new fun date strings to try. This set of dates come from a | Daniel Stenberg | |
mail posted to the http-state mailing list, from Adam Barth, and is said to be the set of date formats the Chrome browser code is tested against: http://www.ietf.org/mail-archive/web/http-state/current/msg00129.html libcurl parses most of them identically, but not all of them. | |||
2008-09-20 | include "memdebug.h" | Yang Tse | |
2008-09-18 | fix compiler warning: external definition with no prior declaration | Yang Tse | |
2008-09-05 | Stefan Krause's mail to curl-library at 03 Sep 2008 made me add these two | Daniel Stenberg | |
new date strings to get tested too. | |||
2006-10-25 | Add project notice and file Id | Yang Tse | |
2005-03-09 | skip the test of "2094 Nov 6" for now, since the 64bit time_t systems return | Daniel Stenberg | |
different values for it... | |||
2004-11-15 | added test case 517: 22 tests of the curl_getdate() function | Daniel Stenberg | |