aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-01print update message only if we really update CVS.Gunter Knauf
2007-04-01ignore another generated file.Gunter Knauf
2007-04-01Robert Iakobashvili made curl_multi_remove_handle() a lot faster when manyDaniel Stenberg
2007-04-01Matt Kraai provided a patch that makes curl build on QNX 6 fine again. MostlyDaniel Stenberg
2007-04-01Added scp and sftp nonexistent file retrieval tests, but leave themDan Fandrich
2007-03-3126 flaws identified by coverity.comDaniel Stenberg
2007-03-31Since the str2num() function gets called with the 'nextarg' pointer fromDaniel Stenberg
2007-03-31check the correct variable to want about --stderr failures properlyDaniel Stenberg
2007-03-31fix memory leak in case of memory problemsDaniel Stenberg
2007-03-31fix a (minor) memory leak in case of errorDaniel Stenberg
2007-03-31Pointless to check for non-NULL pointers that already have been dereferencedDaniel Stenberg
2007-03-31avoid dereferencing a NULL pointer by setting a default word to lookup in caseDaniel Stenberg
2007-03-31Better deal with NULL pointers.Daniel Stenberg
2007-03-31"Pixel" fixed a problem that appeared when you used -f with user+passwordDaniel Stenberg
2007-03-31*** empty log message ***Daniel Stenberg
2007-03-31add units to a few infoDaniel Stenberg
2007-03-31new URL for wxWidgets bindingDaniel Stenberg
2007-03-31Disable the SSH tests until the libssh2 bugs that causes test hangsDan Fandrich
2007-03-31When curl_easy_duphandle() fails because it can't get or make a connectionDaniel Stenberg
2007-03-31The info types cannot be checked for explicity by ANDing the types since theyDaniel Stenberg
2007-03-31Check for a NULL easy->easy_conn in multi_getsock() since it can in factDaniel Stenberg
2007-03-31Removed check for ftpcode being NULL, as later it is derefenced unconditionallyDaniel Stenberg
2007-03-31sshd might fail to start if given an unsupported configuration option.Yang Tse
2007-03-30Fixed some typos in the comments.Dan Fandrich
2007-03-30Resurrected old FTPS error tests 402 and 403 as 404 and 405.Dan Fandrich
2007-03-30Pointer "conn" dereferenced before NULL check. found by coverity.com scanDaniel Stenberg
2007-03-30Pointer "cur_pos" dereferenced before NULL check, found by coverity.com scan.Daniel Stenberg
2007-03-30pointless check for 'out' being non-NULL, since it was badly done and isDaniel Stenberg
2007-03-30dead code removed, found by the coverity.com scanDaniel Stenberg
2007-03-30Added HTTP --max-filesize tests and FTPS CCC failure test.Dan Fandrich
2007-03-30Searching for sshd and sftp-server will be done firstYang Tse
2007-03-30ignore more generated filesYang Tse
2007-03-30Don't tear down the ftp connection if the maximum filesize was exceededDan Fandrich
2007-03-30Added FTP-SSL failure test 402Dan Fandrich
2007-03-29Added ftps upload test 401Dan Fandrich
2007-03-29Added a libssh2 section.Dan Fandrich
2007-03-29Show an absolute sftp: file path to give an additional example.Dan Fandrich
2007-03-29Eliminated extra / in scp/sftp URLs.Dan Fandrich
2007-03-29Send an EOF message before closing a channel, as recommended by RFC4254.Dan Fandrich
2007-03-29Add another option to tighten the test environment.Dan Fandrich
2007-03-29fix compiler warningYang Tse
2007-03-29Abort if attempting to run as root.Dan Fandrich
2007-03-29fix error introduced in last commitYang Tse
2007-03-28Update commentYang Tse
2007-03-28fix compiler warningYang Tse
2007-03-28Improve detection of socket events which allow a further recv() callYang Tse
2007-03-28djgpp uses gcc which has varadic macros.Gisle Vanem
2007-03-28Fix compiler warning.Gisle Vanem
2007-03-28Only show exit status in verbose mode.Dan Fandrich
2007-03-28Simplified code around 'tld_errmsg' a bit.Gisle Vanem