Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-06 | tests: Don't run HTTP digest tests for SSPI based builds | Steve Holme | |
Added !SSPI to the features list of the HTTP digest tests, as SSPI based builds now use the Windows SSPI messaging API rather than the internal functions, and we can't control the random numbers that get used as part of the digest. | |||
2011-03-09 | tests: phase out haxx.se | Daniel Stenberg | |
Instead of using haxx.se as a fixed magic host name in lots of tests, this is a first step to move toward the generic example.com host instead. | |||
2009-05-08 | Changed host name to be under the haxx.se domain | Yang Tse | |
2008-11-19 | - I removed the default use of "Pragma: no-cache" from libcurl when a proxy is | Daniel Stenberg | |
used. It has been used since forever but it was never a good idea to use unless explicitly asked for. | |||
2007-10-12 | Added some <keywords> sections and use some key words more consistently. | Dan Fandrich | |
2007-07-16 | make it do all three requests on the same connection | Daniel Stenberg | |
2007-07-15 | convert test case 540 to use a custom Host: header as well | Daniel Stenberg | |
2007-07-14 | Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by Shmulik | Daniel Stenberg | |
Regev on the libcurl mailing list on 10 Jul 2007, converted to a test case. |