summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Made the dns entry remain locked while a connection to the host remains toDaniel Stenberg2004-10-041-24/+28
* removed trailing whitespaceDaniel Stenberg2004-10-031-2/+2
* - Based on Fedor Karpelevitch's formpost path basename patch, file parts inDaniel Stenberg2004-10-016-12/+12
* Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend onDaniel Stenberg2004-09-224-5/+5
* Location: problem with bad original URL, identified in bug report #1029478Daniel Stenberg2004-09-162-1/+68
* no more getdate.c to care aboutDaniel Stenberg2004-09-151-1/+0
* 1. cookie expire-strings MUST use GMT timezonesDaniel Stenberg2004-09-115-23/+23
* fixed -F to support setting type= even on parts that aren't file-uploadsDaniel Stenberg2004-09-102-1/+55
* - Bug report #1025986. When following a Location: with a custom Host: headerDaniel Stenberg2004-09-103-1/+136
* Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg2004-09-08145-351/+388
* added test 183 to verify that we properly send good Host: headers whenDaniel Stenberg2004-08-242-1/+49
* prevent files named ".nfs[something]" from being displayed when failingDaniel Stenberg2004-08-241-0/+3
* verify that transferring a zero byte FTP file results in a zero byte localDaniel Stenberg2004-08-232-1/+36
* Provide support for "transferring" zero bytes FTP files and comparing thatDaniel Stenberg2004-08-233-4/+10
* Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs andDaniel Stenberg2004-08-233-1/+118
* Roland Krikava's cookies over proxy fix.Daniel Stenberg2004-08-162-1/+47
* mingw32 builds make .a libsDaniel Stenberg2004-07-291-0/+1
* Bertrand Demiddelaer made the testing work with valgrind 2.1Daniel Stenberg2004-07-261-1/+12
* libs built with libtool are named .la in the build dirDaniel Stenberg2004-07-251-1/+1
* if --enable-ares is used, we must run 'buildconf' in the ares dir beforeDaniel Stenberg2004-07-241-4/+20
* test downloading from a server claiming negative content-lengthDaniel Stenberg2004-07-162-1/+43
* added Borland support.Gunter Knauf2004-07-151-2/+2
* An Andres Garcia fix: add a typecast to make it work betterDaniel Stenberg2004-07-141-6/+6
* fixed Win32 prebuild section; fixed minor cosmetic bug.Gunter Knauf2004-07-061-5/+11
* be a bit more verbose when things go wrong.Gunter Knauf2004-07-051-2/+2
* added additional check to avoid calling a non-existant external script.Gunter Knauf2004-07-051-4/+3
* the simple way was too simple, so added --mktarball option.Gunter Knauf2004-07-051-5/+10
* added simple way to create a tarball just before the build is deleted.Gunter Knauf2004-07-051-0/+5
* changed to reflect recent NetWare makefile changes;Gunter Knauf2004-07-051-14/+23
* NOBODY set TRUE after a POST makes a good HEAD nowDaniel Stenberg2004-06-304-2/+98
* fixed argument parsing; added --setup option.Gunter Knauf2004-06-291-16/+19
* extended to include a cookie with 4998 bytes of contentDaniel Stenberg2004-06-221-0/+2
* added new --target option for autobuilding other targets than GNU-like.Gunter Knauf2004-06-221-30/+69
* retry to read the sent request a few times if it doesn't exist the first timeDaniel Stenberg2004-06-221-2/+16
* modified some logging outputDaniel Stenberg2004-06-221-5/+8
* added test case 513Daniel Stenberg2004-06-214-2/+94
* when the client disconnects prematurely, dump the request as received thusDaniel Stenberg2004-06-211-0/+4
* test 177 HTTP POST with --digest that gets a 302 responseDaniel Stenberg2004-06-192-1/+40
* new daring features, not used by any current testDaniel Stenberg2004-06-172-3/+30
* skip the pid from the loggingDaniel Stenberg2004-06-152-4/+3
* test 176, use --ntlm and POST when the server doesn't require any authDaniel Stenberg2004-06-152-1/+77
* added test case 175, use HTTP POST and DIGEST set but the server requires noDaniel Stenberg2004-06-152-1/+72
* added test 174, HTTP POST --anyauth to server without auth requirements.Daniel Stenberg2004-06-142-1/+72
* refuse running the torture tests without a debug buildDaniel Stenberg2004-06-141-0/+4
* test 173 added: HTTP RFC1867-formpost a file from stdin with "faked" filenameDaniel Stenberg2004-06-042-1/+72
* the test targets won't invoke the test suite if curl is built cross-compiled.Daniel Stenberg2004-06-031-4/+16
* corrected to use the proxy user name for proxy auth, as was just bugfixed!Daniel Stenberg2004-06-031-2/+2
* delete trailing whitespaceDaniel Stenberg2004-05-281-30/+30
* initial support for "uploading" to file:// URLsDaniel Stenberg2004-05-253-1/+62
* better nameDaniel Stenberg2004-05-241-1/+1