Age | Commit message (Expand) | Author |
2004-10-27 | Added --retry and --retry-delay first attempt with four related test cases. | Daniel Stenberg |
2004-10-25 | Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a | Daniel Stenberg |
2004-10-19 | revert the charset fix as it broke the solaris tests (native iconv doesn't | Daniel Stenberg |
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg |
2004-10-19 | bug 1049275 fixes test 165 | Daniel Stenberg |
2004-10-14 | Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name | Daniel Stenberg |
2004-10-14 | use quotes to make gdb usage on this easier | Daniel Stenberg |
2004-10-06 | test resume and redirect | Daniel Stenberg |
2004-10-06 | Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled | Daniel Stenberg |
2004-10-04 | Made the dns entry remain locked while a connection to the host remains to | Daniel Stenberg |
2004-10-01 | - Based on Fedor Karpelevitch's formpost path basename patch, file parts in | Daniel Stenberg |
2004-09-22 | Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend on | Daniel Stenberg |
2004-09-16 | Location: problem with bad original URL, identified in bug report #1029478 | Daniel Stenberg |
2004-09-11 | 1. cookie expire-strings MUST use GMT timezones | Daniel Stenberg |
2004-09-10 | fixed -F to support setting type= even on parts that aren't file-uploads | Daniel Stenberg |
2004-09-10 | - Bug report #1025986. When following a Location: with a custom Host: header | Daniel Stenberg |
2004-09-08 | Now the test servers and test cases can run on a custom port number. There's | Daniel Stenberg |
2004-08-24 | added test 183 to verify that we properly send good Host: headers when | Daniel Stenberg |
2004-08-23 | verify that transferring a zero byte FTP file results in a zero byte local | Daniel Stenberg |
2004-08-23 | Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and | Daniel Stenberg |
2004-08-16 | Roland Krikava's cookies over proxy fix. | Daniel Stenberg |
2004-07-16 | test downloading from a server claiming negative content-length | Daniel Stenberg |
2004-06-30 | NOBODY set TRUE after a POST makes a good HEAD now | Daniel Stenberg |
2004-06-22 | extended to include a cookie with 4998 bytes of content | Daniel Stenberg |
2004-06-21 | added test case 513 | Daniel Stenberg |
2004-06-19 | test 177 HTTP POST with --digest that gets a 302 response | Daniel Stenberg |
2004-06-15 | test 176, use --ntlm and POST when the server doesn't require any auth | Daniel Stenberg |
2004-06-15 | added test case 175, use HTTP POST and DIGEST set but the server requires no | Daniel Stenberg |
2004-06-14 | added test 174, HTTP POST --anyauth to server without auth requirements. | Daniel Stenberg |
2004-06-04 | test 173 added: HTTP RFC1867-formpost a file from stdin with "faked" filename | Daniel Stenberg |
2004-06-03 | corrected to use the proxy user name for proxy auth, as was just bugfixed! | Daniel Stenberg |
2004-05-25 | initial support for "uploading" to file:// URLs | Daniel Stenberg |
2004-05-24 | better name | Daniel Stenberg |
2004-05-24 | Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could | Daniel Stenberg |
2004-05-21 | While talking to host a.b.c, libcurl did wrongly not accept cookies that were | Daniel Stenberg |
2004-05-19 | NTLM requires SSL | Daniel Stenberg |
2004-05-19 | added test 170 | Daniel Stenberg |
2004-05-19 | David Byron's test case with -F that used to crash | Daniel Stenberg |
2004-05-04 | General HTTP authentication cleanup and fixes | Daniel Stenberg |
2004-05-03 | improved the name of the test | Daniel Stenberg |
2004-04-30 | added test 166, formpost with white space in file name | Daniel Stenberg |
2004-04-29 | Introducing IDN host name testing. Test case 165 requires an IDN-capable | Daniel Stenberg |
2004-04-29 | ignore cnonce lines too as they are based on the current time and will differ | Daniel Stenberg |
2004-04-29 | test 512 does some basic curl_easy_duphandle() testing | Daniel Stenberg |
2004-04-29 | updated to work with the new Digest code | Daniel Stenberg |
2004-04-26 | Removed the FTPS test cases, they only annoy us as they don't work for anyone | Daniel Stenberg |
2004-04-24 | test164 HTTP range with multiple ranges | Daniel Stenberg |
2004-04-23 | minor format fix | Daniel Stenberg |
2004-04-23 | added test 163 - a simple test case that use -F field<file, to verify that | Daniel Stenberg |
2004-04-23 | require SSL as otherwise NTLM doesn't work! | Daniel Stenberg |