Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Dima Barsky made the curl cookie parser accept cookies even with blank or | Daniel Stenberg | 2009-10-25 | 1 | -0/+2 |
| | | | | | | | unparsable expiry dates and then treat them as session cookies - previously libcurl would reject cookies with a date format it couldn't parse. Research shows that the major browser treat such cookies as session cookies. I modified test 8 and 31 to verify this. | ||||
* | - I'm abandoning the system with the web site mirrors (but keeping download | Daniel Stenberg | 2008-08-28 | 1 | -1/+1 |
| | | | | | files bing mirrored) and thus I've changed the URL in the cookiejar header to no longer use curlm.haxx.se but instead use the main site curl.haxx.se | ||||
* | - Niklas Angebrand made the cookie support in libcurl properly deal with the | Daniel Stenberg | 2008-01-31 | 1 | -0/+2 |
| | | | | | | | "HttpOnly" feature introduced by Microsoft and apparently also supported by Firefox: http://msdn2.microsoft.com/en-us/library/ms533046.aspx . HttpOnly is now supported when received from servers in HTTP headers, when written to cookie jars and when read from existing cookie jars. | ||||
* | Replaced 127.0.0.1 with %HOSTIP where possible | Dan Fandrich | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | Force the time zone to GMT in the cookie tests in case the user is | Dan Fandrich | 2007-07-10 | 1 | -0/+6 |
| | | | | | | using one of the so-called 'right' time zones that take into account leap seconds, which causes the tests to fail (as reported by Daniel Black in bug report #1745964). | ||||
* | Year 2038 has its own problems (32 bit integer overflow). | Yang Tse | 2007-02-05 | 1 | -4/+4 |
| | | | | So cookie expiration date is lowered to expire at most in 2035. | ||||
* | more fixes for the testsuite cookie expiration issue | Yang Tse | 2007-02-02 | 1 | -1/+1 |
| | |||||
* | cookie expiration time got us with pants at our knees. | Yang Tse | 2007-02-02 | 1 | -3/+3 |
| | | | | Next time in 2038 :-) | ||||
* | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | 2007-01-23 | 1 | -1/+3 |
| | | | | | | are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools. | ||||
* | As reported in bug: #1566077 the former URL mentioned in the generated cookie | Daniel Stenberg | 2006-09-27 | 1 | -1/+1 |
| | | | | jar has died and we now instead point out our own version of that | ||||
* | Modified the default HTTP headers used by libcurl: | Daniel Stenberg | 2005-05-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | A) Normal non-proxy HTTP: - no more "Pragma: no-cache" (this only makes sense to proxies) B) Non-CONNECT HTTP request over proxy: - "Pragma: no-cache" is used (like before) - "Proxy-Connection: Keep-alive" (for older style 1.0-proxies) C) CONNECT HTTP request over proxy: - "Host: [name]:[port]" - "Proxy-Connection: Keep-alive" | ||||
* | Set mode text on the section that is written by curl in text mode, to allow | Daniel Stenberg | 2005-04-28 | 1 | -1/+1 |
| | | | | | the runtests.pl to check this differently on operating systems that differentiate on this. | ||||
* | keywords added | Daniel Stenberg | 2005-04-16 | 1 | -0/+8 |
| | |||||
* | A minor "syntax error" in numerous test files corrected | Daniel Stenberg | 2005-01-25 | 1 | -1/+1 |
| | |||||
* | 1. cookie expire-strings MUST use GMT timezones | Daniel Stenberg | 2004-09-11 | 1 | -4/+4 |
| | | | | 2. adjusted date strings to upcoming date parser rewrite | ||||
* | Now the test servers and test cases can run on a custom port number. There's | Daniel Stenberg | 2004-09-08 | 1 | -2/+2 |
| | | | | | | no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script. | ||||
* | Modified the default HTTP Accept: header to only be Accept: */* | Daniel Stenberg | 2004-02-09 | 1 | -1/+1 |
| | |||||
* | modified to work fine with the new persistant connection working test suite | Daniel Stenberg | 2003-07-19 | 1 | -0/+1 |
| | | | | HTTP server | ||||
* | Each test case now specifies which server(s) it needs, without relying on the | Daniel Stenberg | 2003-04-30 | 1 | -0/+3 |
| | | | | test number. | ||||
* | modified to work with modified code | Daniel Stenberg | 2003-04-30 | 1 | -8/+7 |
| | |||||
* | extended and improved cookie testing | Daniel Stenberg | 2002-07-29 | 1 | -3/+3 |
| | |||||
* | use the correct time in the cookie jar | Daniel Stenberg | 2002-02-27 | 1 | -1/+1 |
| | |||||
* | new field1 functionality testing too | Daniel Stenberg | 2002-02-26 | 1 | -2/+2 |
| | |||||
* | test 31: "HTTP with weirdly formatted cookies and cookiejar storage" | Daniel Stenberg | 2002-02-26 | 1 | -0/+56 |