Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-11 | Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST. | Daniel Stenberg | |
2004-10-27 | Added --retry and --retry-delay first attempt with four related test cases. | Daniel Stenberg | |
2004-10-27 | log client disconnects | Daniel Stenberg | |
2004-10-25 | Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a | Daniel Stenberg | |
file that was already completely downloaded caused an error, while it doesn't if you don't use --fail! I added test case 194 to verify the fix. Grrr. CURLOPT_FAILONERROR is now added to the list stuff to remove in libcurl v8 due to all the kludges needed to support it. | |||
2004-10-25 | just nicer output when this is seen | Daniel Stenberg | |
2004-10-25 | the array sizes _can_ differ and the arrays can still match, since chomp | Daniel Stenberg | |
is used at times but it doesn't decrease the array size | |||
2004-10-19 | revert the charset fix as it broke the solaris tests (native iconv doesn't | Daniel Stenberg | |
like that name) | |||
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 | |
and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix. | |||
2004-10-14 | use quotes to make gdb usage on this easier | Daniel Stenberg | |
2004-10-12 | correction | Daniel Stenberg | |
2004-10-10 | attempt to make the configure output appear in the build log when it runs | Daniel Stenberg | |
on my solaris 2.7 box too (currently unknown perl version) | |||
2004-10-07 | use curlx_strnequal() from the private lib sources instead of strncasecmp() | Daniel Stenberg | |
for maximum portability | |||
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 | |
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if the new URL would provide the resumed file. Test case 188 added to verify the fix (together with existing test 99). | |||
2004-10-04 | Made the dns entry remain locked while a connection to the host remains to | Daniel Stenberg | |
allow verbose output during this period. Bertrand Demiddelaer reported and helped fixing. | |||
2004-10-03 | removed trailing whitespace | Daniel Stenberg | |
2004-10-01 | - Based on Fedor Karpelevitch's formpost path basename patch, file parts in | Daniel Stenberg | |
formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths. | |||
2004-09-22 | Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend on | Daniel Stenberg | |
it resolving nicely | |||
2004-09-16 | Location: problem with bad original URL, identified in bug report #1029478 | Daniel Stenberg | |
2004-09-15 | no more getdate.c to care about | Daniel Stenberg | |
2004-09-11 | 1. cookie expire-strings MUST use GMT timezones | Daniel Stenberg | |
2. adjusted date strings to upcoming date parser rewrite | |||
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 | |
replacement, curl only replaced the Host: header on the initial request and didn't replace it on the following ones. This resulted in requests with two Host: headers. Now, curl checks if the location is on the same host as the initial request and then continues to replace the Host: header. And when it moves to another host, it doesn't replace the Host: header but it also doesn't make the second Host: header get used in the request. This change is verified by the two new test cases 184 and 185. | |||
2004-09-08 | Now the test servers and test cases can run on a custom port number. There's | Daniel Stenberg | |
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. | |||
2004-08-24 | added test 183 to verify that we properly send good Host: headers when | Daniel Stenberg | |
getting multiple URLs over a single proxy connection | |||
2004-08-24 | prevent files named ".nfs[something]" from being displayed when failing | Daniel Stenberg | |
2004-08-23 | verify that transferring a zero byte FTP file results in a zero byte local | Daniel Stenberg | |
file | |||
2004-08-23 | Provide support for "transferring" zero bytes FTP files and comparing that | Daniel Stenberg | |
the output file actually is zero bytes after the transfer. | |||
2004-08-23 | Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and | Daniel Stenberg | |
PUTs even when told to use HTTP 1.0, which is not correct. | |||
2004-08-16 | Roland Krikava's cookies over proxy fix. | Daniel Stenberg | |
2004-07-29 | mingw32 builds make .a libs | Daniel Stenberg | |
2004-07-26 | Bertrand Demiddelaer made the testing work with valgrind 2.1 | Daniel Stenberg | |
2004-07-25 | libs built with libtool are named .la in the build dir | Daniel Stenberg | |
2004-07-24 | if --enable-ares is used, we must run 'buildconf' in the ares dir before | Daniel Stenberg | |
we run configure. | |||
2004-07-16 | test downloading from a server claiming negative content-length | Daniel Stenberg | |
2004-07-15 | added Borland support. | Gunter Knauf | |
2004-07-14 | An Andres Garcia fix: add a typecast to make it work better | Daniel Stenberg | |
2004-07-06 | fixed Win32 prebuild section; fixed minor cosmetic bug. | Gunter Knauf | |
2004-07-05 | be a bit more verbose when things go wrong. | Gunter Knauf | |
2004-07-05 | added additional check to avoid calling a non-existant external script. | Gunter Knauf | |
2004-07-05 | the simple way was too simple, so added --mktarball option. | Gunter Knauf | |
2004-07-05 | added simple way to create a tarball just before the build is deleted. | Gunter Knauf | |
2004-07-05 | changed to reflect recent NetWare makefile changes; | Gunter Knauf | |
moved call to buildconf.bat down so that it takes place in the build dir. | |||
2004-06-30 | NOBODY set TRUE after a POST makes a good HEAD now | Daniel Stenberg | |
2004-06-29 | fixed argument parsing; added --setup option. | Gunter Knauf | |
2004-06-22 | extended to include a cookie with 4998 bytes of content | Daniel Stenberg | |
2004-06-22 | added new --target option for autobuilding other targets than GNU-like. | Gunter Knauf | |
2004-06-22 | retry to read the sent request a few times if it doesn't exist the first time | Daniel Stenberg | |