aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-19Avoid false positive detection of yaSSLYang Tse
2007-03-19committedDaniel Stenberg
2007-03-19Bryan Henderson fixed the progress function so that it can get calledYang Tse
2007-03-18language fixDaniel Stenberg
2007-03-18Removed: yassl build breaksDaniel Stenberg
2007-03-18detect and show if built with yassl, but also set the "openssl" flag internallyDaniel Stenberg
2007-03-18detect if built with the OpenSSL API "emulated" by yasslDaniel Stenberg
2007-03-18Fix compiler warning/error: ISO C90 forbids mixed declarations and codeYang Tse
2007-03-18Code refactoring, extracting a new function wait_ms() from Curl_select andYang Tse
2007-03-17Remove unneeded 'HAVE_*' defines. Detect i386 OS-target (gcc).Gisle Vanem
2007-03-17Added cvs id. Use TOPDIR variable. Updated CSOURCES.Gisle Vanem
2007-03-17Added a hack to work around the circular dependency whenGisle Vanem
2007-03-16openssl/bio.h doesn't exist when we build with yassl so avoid tryingDaniel Stenberg
2007-03-16Fixed the test case to use a truly invalid urlglob range.Dan Fandrich
2007-03-15Sebastien Trottier's issueDaniel Stenberg
2007-03-15eight fresh issues to keep track ofDaniel Stenberg
2007-03-15Various memory leaks plugged and NULL pointer fixes made in the ssh code.Dan Fandrich
2007-03-15- Nick made the curl tool accept globbing ranges that only is one number, i.eDaniel Stenberg
2007-03-15Fixed some memory leaks in various error paths.Dan Fandrich
2007-03-15show better description for AMD64-linux static libraries PIC checkYang Tse
2007-03-15Fixed a memory leak.Dan Fandrich
2007-03-14yassl doesn't have SSL_get_shutdown() in its OpenSSL() layer so we check forDaniel Stenberg
2007-03-14Fixed a NULL pointer dereference on sftp initialization failure.Dan Fandrich
2007-03-13--ftp-ssl-control is now honoured on ftps:// URLsDan Fandrich
2007-03-13Use Curl_inet_pton() instead of inet_pton().Gisle Vanem
2007-03-12libcurl supplies its own crypto hash functions when SSL is disabled, soDan Fandrich
2007-03-12RECV is for downloadDaniel Stenberg
2007-03-12Emmanuel Dreyfus fixed not being able to find ber_free() inYang Tse
2007-03-11can just as well NULLify the pointer in a single spotDaniel Stenberg
2007-03-11reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.htmlDaniel Stenberg
2007-03-11fix compiler warning: unused variableYang Tse
2007-03-10Eygene Ryabinkin fixed a use-after-free issue with HTTP transfers with theDaniel Stenberg
2007-03-10Bryan HendersonDaniel Stenberg
2007-03-10- Bryan Henderson introduces two things:Daniel Stenberg
2007-03-10pycurl 7.16.1Daniel Stenberg
2007-03-10change max allowed time for this test to complete to 90 secondsYang Tse
2007-03-09Updated the test harness to add a new "crypto" feature check and updated theDan Fandrich
2007-03-09- Robert Iakobashvili fixed CURLOPT_INTERFACE for IPv6.Daniel Stenberg
2007-03-09- Robert A. Monat improved the maketgz and VC6/8 generating to set the correctDaniel Stenberg
2007-03-09- Justin Fletcher fixed a file descriptor leak in the curl tool when trying toDaniel Stenberg
2007-03-09Updated the test harness to check for protocol support before running eachDan Fandrich
2007-03-08Made a few cleanups.Dan Fandrich
2007-03-08Added SSL as a required feature for test case 400.Dan Fandrich
2007-03-08remove code superceeded by the new method used to forceYang Tse
2007-03-08Added test infrastructure to support basic FTPS tests. This currentlyDan Fandrich
2007-03-07Honour --ftp-ssl-control on ftps:// URLs to allow encrypted control andDan Fandrich
2007-03-07fix test leftover in previous commitYang Tse
2007-03-07force libtool to build static libraries with PIC on AMD64Yang Tse
2007-03-07Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way thatYang Tse
2007-03-06Fixed a couple of problems detected by valgrind in test cases 181 & 216Dan Fandrich