- Apr 14, 2009
-
-
Yang Tse authored
-
- Apr 13, 2009
- Apr 10, 2009
-
-
Yang Tse authored
-
- Apr 09, 2009
-
-
Benoit Neil authored
-
Guenter Knauf authored
-
Yang Tse authored
-
- Apr 08, 2009
-
-
Benoit Neil authored
-
Benoit Neil authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Benoit Neil authored
-
- Apr 07, 2009
-
-
Daniel Stenberg authored
-
Benoit Neil authored
Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake scripts), and fixed a missing define under windows in a test source file.
-
Benoit Neil authored
-
- Apr 06, 2009
-
-
Benoit Neil authored
PS: Once again, sorry if the added files have executable perms on Linux.
-
- Mar 03, 2009
-
-
Daniel Stenberg authored
on curl-users, it is also added to DISABLED since I don't have time to work on it further right now.
-
- Feb 19, 2009
-
-
Daniel Stenberg authored
connection is kept alive afterwards
-
- Feb 02, 2009
-
-
Daniel Stenberg authored
version 1.1 instead of 1.0 like before. This change also introduces the new proxy type for libcurl called 'CURLPROXY_HTTP_1_0' that then allows apps to switch (back) to CONNECT 1.0 requests. The curl tool also got a --proxy1.0 option that works exactly like --proxy but sets CURLPROXY_HTTP_1_0. I updated all test cases cases that use CONNECT and I tried to do some using --proxy1.0 and some updated to do CONNECT 1.1 to get both versions run.
-
- Jan 26, 2009
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2535504) pointing out that realms with quoted quotation marks in HTTP Digest headers didn't work. I've now added test case 1095 that verifies my fix.
-
- Jan 21, 2009
-
-
Dan Fandrich authored
-
Dan Fandrich authored
clarity. This does fix one problem that causes ;type=i FTP URLs to fail in the Turkish locale when CURLOPT_PROXY_TRANSFER_MODE is used (test case 561) Added tests 561 and 1092 through 1094 to test various combinations of ;type= and ;mode= URLs that could potentially fail in the Turkish locale.
-
Dan Fandrich authored
libc changes on libcurl.
-
- Jan 07, 2009
-
-
Dan Fandrich authored
-
- Dec 30, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Dec 11, 2008
-
-
Dan Fandrich authored
-
- Dec 09, 2008
-
-
Dan Fandrich authored
test a report that the size didn't work, but these test cases pass.
-
- Dec 08, 2008
-
-
Daniel Stenberg authored
researching it, it turned out he got a 550 response back from a SIZE command and then I fell over the text in RFC3659 that says: The presence of the 550 error response to a SIZE command MUST NOT be taken by the client as an indication that the file cannot be transferred in the current MODE and TYPE. In other words: the change I did on September 30th 2008 and that has been included in the last two releases were a regression and a bad idea. We MUST NOT take a 550 response from SIZE as a hint that the file doesn't exist.
-
- Nov 25, 2008
-
-
Dan Fandrich authored
with and without --location-trusted
-
Dan Fandrich authored
adds 1 to num to get the data section to return. This allows testing authentication negotiations using the Basic authentication method.
-
- Nov 24, 2008
-
-
Dan Fandrich authored
-
- Nov 21, 2008
-
-
Daniel Stenberg authored
-
- Nov 19, 2008
-
-
Daniel Stenberg authored
used. It has been used since forever but it was never a good idea to use unless explicitly asked for.
-
Daniel Stenberg authored
you use runtests.pl -g, will be sourced by gdb to allow additional fancy or whatever you see fit
-
- Nov 17, 2008
-
-
Dan Fandrich authored
when the tests stall.
-
- Nov 13, 2008
-
-
Dan Fandrich authored
while still causing a timeout during the data phase.
-
- Nov 12, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Nov 11, 2008
-
-
Daniel Stenberg authored
This test was added after the HTTPS-using-multi-interface with OpenSSL regression of 7.19.1 to hopefully prevent this embarassing mistake from appearing again... Unfortunately the bug wasn't triggered by this test, which presumably is because the connect to a local server is too fast/different compared to the real/distant servers we saw the bug happen with.
-