summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Nis Jorgensen filed bug report #1338648Daniel Stenberg2005-10-272-1/+53
* Dave Dribin made libcurl understand and handle cases when the serverDaniel Stenberg2005-10-202-1/+77
* added test case 272 for -z download over FTP when the timestamp is identicalDaniel Stenberg2005-10-052-1/+39
* fixed the proper path to the tftpd serverDaniel Stenberg2005-09-301-1/+1
* added test 271Daniel Stenberg2005-09-191-1/+1
* test 271, the first ever TFTP testDaniel Stenberg2005-09-191-0/+41
* seems to work for test 271 on Linux now!Daniel Stenberg2005-09-191-11/+19
* renamed sendfile() since some systems have a system call named like this -Daniel Stenberg2005-09-161-6/+6
* In the Solaris 7 header files for tftp, the th_stuff struct member is anDaniel Stenberg2005-09-161-1/+2
* prevent warnings on re-defining MINDaniel Stenberg2005-09-161-0/+1
* use int "subscripts" to prevent warnings from picky compilersDaniel Stenberg2005-09-161-2/+2
* use internal *printf() clonesDaniel Stenberg2005-09-161-0/+4