summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added test case 531 in an attempt to repeat bug report #1561470Daniel Stenberg2006-09-213-1/+57
* Armel Asselin fixed problems when you gave a proxy URL with user name andDaniel Stenberg2006-09-203-1/+95
* 'in6addr_any' must be placed in .c-file. Added 'REAL_WIN32' forGisle Vanem2006-09-132-14/+12
* nicer reporting of disabled testsDaniel Stenberg2006-09-131-4/+7
* added CVS id and clarified the comment linesDaniel Stenberg2006-09-131-1/+2
* Added a generic way to disable test cases when "all" is run, and added theDaniel Stenberg2006-09-133-1/+25
* Cygwin preprocessor adjustmentsYang Tse2006-09-127-7/+7
* - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on aDaniel Stenberg2006-09-111-0/+3
* Added select_test() function to allow selecting on no sockets onGisle Vanem2006-09-109-7/+26
* Print usage in case 'arg2 == NULL'.Gisle Vanem2006-09-091-0/+5
* removed the comment that isn't valid for this file, just a copy'n paste errorDaniel Stenberg2006-09-081-15/+0
* test 530 is the first ever HTTP pipelining test for libcurlDaniel Stenberg2006-09-086-8/+252
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-076-2/+325
* Invoke memanalyze from the source path and hush up about killing the FTPDaniel Stenberg2006-09-061-6/+6
* added missing testDaniel Stenberg2006-08-312-1/+56
* Use /usr/bin/env to invoke perl like the other test scripts.Dan Fandrich2006-08-232-2/+2
* Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg2006-08-197-7/+0
* Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn'tDaniel Stenberg2006-08-184-4/+0
* Replace exit() with return() in main()Yang Tse2006-08-142-7/+7
* Allow again proper compilation outside of the source treeYang Tse2006-08-072-3/+8
* Fix compiler warnings.Yang Tse2006-07-291-2/+2
* Replace send() and recv() with swrite() and sread() macros.Yang Tse2006-07-281-9/+10
* test case 277 - HTTP RFC1867-type formposting with custom Content-TypeDaniel Stenberg2006-07-272-1/+57
* Abort if unable to write pid file, and close socket when aborting.Yang Tse2006-07-191-4/+16
* Abort if unable to write pid file.Yang Tse2006-07-191-0/+2
* -Use curl_socket_t instead of int.Yang Tse2006-07-171-13/+22
* tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, C...Yang Tse2006-07-171-0/+3
* Fix compiler warning "enumerated type mixed with another type"Yang Tse2006-07-171-10/+24
* Minor cleanupYang Tse2006-07-171-36/+47
* Null terminate string in buffer before feeding it to strtol()Yang Tse2006-07-141-0/+1
* Change to meaningful var names and take care of a compiler warning on IRIX 6....Yang Tse2006-07-131-24/+26
* Remove var not used.Yang Tse2006-07-121-1/+0
* Log a message if not all data is sent.Yang Tse2006-07-121-1/+7
* Fix compiler warning: comparison between signed and unsignedYang Tse2006-07-121-1/+1
* Place parenthesis surrounding macro parameters so that the use of sread and s...Yang Tse2006-07-121-1/+1
* sread now returns ssize_tYang Tse2006-07-121-1/+1
* Pay attention when typecasting an operationYang Tse2006-07-121-1/+1
* sread now returns ssize_tYang Tse2006-07-121-1/+1
* Use platform's native types for recv() and send() arguments.Yang Tse2006-07-122-3/+4
* Ates Goral pointed out that libcurl's cookie parser did case insensitiveDaniel Stenberg2006-07-081-1/+3
* 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