summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix "'x' might be used uninitialized in this function" warnings.Gisle Vanem2006-06-102-2/+2
* stricter type use to please compilersDaniel Stenberg2006-06-091-4/+4
* lib525.c does a FTP upload with PORT using multi interfaceDaniel Stenberg2006-06-082-1/+134
* NTLM2 session response supportDaniel Stenberg2006-06-0720-22/+22
* reverted the previous .libs check for libs, but instead make mingw32 buildsDaniel Stenberg2006-05-271-6/+6
* better check for libs created in the .libs directory since libtool does thisDaniel Stenberg2006-05-251-7/+7
* make sure we pass a time_t * to localtime(), and the timeval struct membersDaniel Stenberg2006-05-241-2/+3
* based on Tor Arntsen's fix, this should correct test case 271 to again runDaniel Stenberg2006-05-242-2/+2
* 1 - allow much longer time for the test FTP server to startup and get verifiedDaniel Stenberg2006-05-112-6/+24
* My Solaris test server was simply too slow to be able to respond within 4Daniel Stenberg2006-05-101-2/+3
* removed variable declarations shadowing previously declared variablesDaniel Stenberg2006-05-101-4/+4
* David McCreedy brought line end conversions when doing FTP ASCIIDaniel Stenberg2006-04-2615-197/+227
* if configure found a fork(), sws supports --fork which is *NOT* used by theDaniel Stenberg2006-04-101-17/+34
* output the exit code from stunnel to stderr in case it is non-zeroDaniel Stenberg2006-04-101-1/+8
* support --fork and pass that on to swsDaniel Stenberg2006-04-101-1/+6
* Scan for 'stunnel4' before 'stunnel' since debian have them setup this wayDaniel Stenberg2006-04-101-2/+11
* Use correct content-length. Found out by patching the libcurl read to onlyDaniel Stenberg2006-04-103-6/+6
* cut off a bit more of the type-2 ntlm message since it differs betweenDaniel Stenberg2006-04-0513-28/+28
* Michele Bini modified the NTLM code to work for his "weird IIS case"Daniel Stenberg2006-04-0520-41/+126
* #1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug thatDaniel Stenberg2006-03-282-1/+73
* If run on a curl built shared, detect this and invoke libtool for gdbDaniel Stenberg2006-03-031-4/+17
* added test524Daniel Stenberg2006-03-031-1/+1
* Prevent uploading to a URL that has no file name part.Daniel Stenberg2006-03-033-2/+65
* Fix typo.Gisle Vanem2006-02-251-1/+1
* Fixed test case 57 (KNOWN_BUG #18)Dan Fandrich2006-02-221-5/+5
* Ulf Härnhammar fixed a format string (printf style) problem in the NegotiateDaniel Stenberg2006-02-181-3/+3
* how silly, the cookie expired! ;-)Daniel Stenberg2006-02-061-2/+2
* Michal Marek provided a patch for FTP that makes libcurl continue to try PASVDaniel Stenberg2006-01-241-3/+9
* Duane Cathey was one of our friends who reported that curl -P [IP]Daniel Stenberg2006-01-191-4/+1
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-162-2/+2
* Andrew Benham fixed a race condition in the test suite that could cause theDaniel Stenberg2006-01-131-3/+4
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-094-4/+4
* modified output to prevent the autobuild system to trap on the 'FAILED' outputDaniel Stenberg2006-01-041-1/+1
* Added remake of the arpa/tftp.h file to make the TFTP server build on systemsDaniel Stenberg2006-01-032-1/+65
* killed trailing whitespaceDaniel Stenberg2006-01-031-11/+11
* Andres Garcia made the TFTP test server build with mingw ("I also had to copyDaniel Stenberg2006-01-031-8/+42
* modified to hush compiler warningsDaniel Stenberg2006-01-031-2/+2
* 1. sws now supports two new "commands" and 2. if built withDaniel Stenberg2006-01-022-8/+77
* Fixed lcc compiler warnings.Dan Fandrich2005-12-191-2/+2
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-181-2/+0
* Log CPPFLAGS environment variable along with the others.Dan Fandrich2005-12-131-0/+1
* Fixed some compiler warnings on lcc.Dan Fandrich2005-12-131-0/+1
* Fix compiler warningYang Tse2005-12-081-2/+2
* If unable to get curl's version, log all failure details.Yang Tse2005-12-081-12/+33
* Yang Tse: fixed compiler warningDaniel Stenberg2005-12-061-1/+1
* Yang Tse: With last change logging directory needs to be created sooner.Daniel Stenberg2005-12-061-6/+7
* Yang Tse: make runtests.pl more talkative when unable to find out curl'sDaniel Stenberg2005-12-051-2/+16
* Another Yang Tse warning cleanup raid!Daniel Stenberg2005-12-051-2/+2
* modified to the new error text for range errorDaniel Stenberg2005-11-101-1/+1
* test 275 makes a CONNECT through a proxy and then gets two pages from theDaniel Stenberg2005-10-302-1/+74