aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-25Made libcurl built with NSS possible to ignore the peer verification.Daniel Stenberg
2007-10-25Added test case 2004.Dan Fandrich
2007-10-25prevent compiler warnings about shadowing and one case of unused variableDaniel Stenberg
2007-10-25Allow test server to handle binary POSTs.Patrick Monnerat
2007-10-25When valgrind is disabled in the test file, don't run it at all (as opposedDan Fandrich
2007-10-25Don't show valgrind log files of other testsYang Tse
2007-10-25Michal Marek fixed the test script to be able to use valgrind even when theDaniel Stenberg
2007-10-25Don't assume there's a sessionhandle around when a connection is disconnected,Daniel Stenberg
2007-10-25fix the checkDaniel Stenberg
2007-10-25Fixed a TFTP memory leak. Enabled test 2003 to verify this.Daniel Stenberg
2007-10-24Fixed the test TFTP server to support the >10000 test number notationDan Fandrich
2007-10-24enable 2000 and 2001Daniel Stenberg
2007-10-24Curl_ftp_disconnect() no longer relies on anything in the reqdata struct. ThatDaniel Stenberg
2007-10-24added clarifying commentDaniel Stenberg
2007-10-24Added test cases 2000 and 2001 which test multiple protocols using theDan Fandrich
2007-10-24Fixed the test FTP server to support the >10000 test number notationDan Fandrich
2007-10-24Missing double quotesYang Tse
2007-10-24Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse
2007-10-24Close log/server.input ASAP to avoid lengthy file lock on cygwinPatrick Monnerat
2007-10-24Vladimir Lazarenko pointed out that we should do some 'mt' magic whenDaniel Stenberg
2007-10-23Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points outDaniel Stenberg
2007-10-23File is not a protocol that can deal with "persistancy"Yang Tse
2007-10-23Read callback should return 0 when no more data leftYang Tse
2007-10-23Fix compiler warning: subscript has type `char'Yang Tse
2007-10-22removed dependency on gettimeofday() since we use only 1 sec resolution here.Gunter Knauf
2007-10-22removed 105, it is now assumed to be fixed!Daniel Stenberg
2007-10-22Michal Marek forwarded the bug reportDaniel Stenberg
2007-10-22Removed 93 and 100, there's no work on these and they're not critical in anyDaniel Stenberg
2007-10-22#103 is fixedDaniel Stenberg
2007-10-22mention Patrick Monnerat's recent work on the postfields problemsDaniel Stenberg
2007-10-22Bug report #1815530 (http://curl.haxx.se/bug/view.cgi?id=1815530) points outDaniel Stenberg
2007-10-20Mohun Biswas sent a patch to fix generated MSVC8 makefiles.Gunter Knauf
2007-10-20We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse
2007-10-20Fix compiler warning: conversion from "int" to "unsigned short" may lose sign...Yang Tse
2007-10-19Add custom check for WINLDAP libraries.Yang Tse
2007-10-19Fix message shown when detecting icc versionYang Tse
2007-10-19Avoid shadowing a global declarationYang Tse
2007-10-18Renamed a variable to avoid shadowing a global declarationYang Tse
2007-10-18Renamed internal function to avoid a variable shadowing itYang Tse
2007-10-18Fix compiler warning: feupdateenv is not implemented and will always fail.Yang Tse
2007-10-18Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS()Yang Tse
2007-10-18Allow CURLOPT_COPYPOSTFIELDS with explicit data size = 0Patrick Monnerat
2007-10-18Avoid a NULL pointer dereference in an OOM condition.Dan Fandrich
2007-10-18Fix compiler warning: conversion from "int" to "unsigned char"Yang Tse
2007-10-17Fix overflow detection, take four. Avoiding zero size malloc.Yang Tse
2007-10-17Fix CURL_CHECK_LIBS_LDAP failure when no parameter is givenYang Tse
2007-10-17actually sync with lib/setup_once.hYang Tse
2007-10-17Fix overflow detection, thanks to Patrick Monnerat detecting testYang Tse
2007-10-17sync with lib/setup_once.hYang Tse
2007-10-17We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse