platform/upstream/curl.git
2007-04-07 Yang Tsefix out of memory handling issue
2007-04-07 Yang Tsefix compiler warning
2007-04-06 Yang Tsefix out of memory handling issue
2007-04-06 Dan FandrichFixed a few memory leaks in OOM conditions.
2007-04-06 Yang TseIn case of test failure, try not to show log files...
2007-04-05 Dan FandrichEnabled the ssh tests 600-609.
2007-04-05 Yang Tseruntests -t discovered this out of memory handling...
2007-04-05 Yang Tseunify fopen() failure error message among tests, allowing
2007-04-05 Yang TseFurther improve displaying of individual logfiles
2007-04-04 Dan FandrichFixes some more out of memory handling bugs.
2007-04-04 Dan FandrichFixed file handle leak in OOM condition.
2007-04-04 Dan FandrichFixed curl_slist_append handling of out of memory condi...
2007-04-04 Yang TseBuilding Windows DLLs and C run-time (CRT) linkage...
2007-04-04 Yang Tseadd debug message and expand comment
2007-04-04 Yang Tsetest can be allowed to run if fopen() is capable of...
2007-04-04 Yang Tsemove WinSock definitions of EBADF, EINTR, EINVAL and...
2007-04-04 Yang Tsecleanup
2007-04-04 Dan FandrichWhoops--didn't mean to enable the ssh tests quite yet.
2007-04-04 Yang Tsetest can be allowed to run if fopen() is capable of...
2007-04-04 Dan FandrichAdded more SSH tests (left disabled for now).
2007-04-04 Dan FandrichFixed a memory leak and improper shutdown on SFTP post...
2007-04-03 Daniel StenbergOnly one issue left to deal with. Most of the others...
2007-04-03 Daniel StenbergRob Jones fixed better #ifdef'ing for a bunch of #inclu...
2007-04-03 Yang Tseupdate copyright year
2007-04-03 Yang TseVerify if the test is limited by an ancient stdio with...
2007-04-03 Yang Tsefix enumeration of disabled tests when they have the...
2007-04-03 Yang Tsefix MSDOS symbol check
2007-04-03 Yang Tserecover code simplification lost with last commit
2007-04-03 Yang TseImprove displaying of logfiles making sure all lines...
2007-04-03 Gisle Vanemdjgpp isn't the only possible DOS target.
2007-04-03 Gisle VanemSimplify setting binary mode on file-descriptors.
2007-04-03 Gisle VanemDOS targets do have setmode().
2007-04-03 Dan FandrichAdded --ftp-account to --help output.
2007-04-03 Yang Tsetry not to link with unneeded libs, avoiding global...
2007-04-03 Yang TseCleanup. Warnings related with FD_SET, FD_ISSET, and...
2007-04-03 Yang Tsewhen detecting un/supported sshd options use curl's...
2007-04-03 Dan FandrichEliminate the sshd option checking dependency on wc...
2007-04-02 Daniel StenbergNick Zitzmann made CURLOPT_POSTQUOTE work for SFTP...
2007-04-02 Yang Tsefix error in previous commit
2007-04-02 Yang Tsefix compiler warning
2007-04-02 Yang Tsefix compiler warning
2007-04-02 Yang Tseverify ssh daemon version
2007-04-01 Gunter Knaufprint update message only if we really update CVS.
2007-04-01 Gunter Knaufignore another generated file.
2007-04-01 Daniel StenbergRobert Iakobashvili made curl_multi_remove_handle(...
2007-04-01 Daniel StenbergMatt Kraai provided a patch that makes curl build on...
2007-04-01 Dan FandrichAdded scp and sftp nonexistent file retrieval tests...
2007-03-31 Daniel Stenberg26 flaws identified by coverity.com
2007-03-31 Daniel StenbergSince the str2num() function gets called with the ...
2007-03-31 Daniel Stenbergcheck the correct variable to want about --stderr failu...
2007-03-31 Daniel Stenbergfix memory leak in case of memory problems
2007-03-31 Daniel Stenbergfix a (minor) memory leak in case of error
2007-03-31 Daniel StenbergPointless to check for non-NULL pointers that already...
2007-03-31 Daniel Stenbergavoid dereferencing a NULL pointer by setting a default...
2007-03-31 Daniel StenbergBetter deal with NULL pointers.
2007-03-31 Daniel Stenberg"Pixel" fixed a problem that appeared when you used...
2007-03-31 Daniel Stenberg*** empty log message ***
2007-03-31 Daniel Stenbergadd units to a few info
2007-03-31 Daniel Stenbergnew URL for wxWidgets binding
2007-03-31 Dan FandrichDisable the SSH tests until the libssh2 bugs that cause...
2007-03-31 Daniel StenbergWhen curl_easy_duphandle() fails because it can't get...
2007-03-31 Daniel StenbergThe info types cannot be checked for explicity by ANDin...
2007-03-31 Daniel StenbergCheck for a NULL easy->easy_conn in multi_getsock(...
2007-03-31 Daniel StenbergRemoved check for ftpcode being NULL, as later it is...
2007-03-31 Yang Tsesshd might fail to start if given an unsupported config...
2007-03-30 Dan FandrichFixed some typos in the comments.
2007-03-30 Dan FandrichResurrected old FTPS error tests 402 and 403 as 404...
2007-03-30 Daniel StenbergPointer "conn" dereferenced before NULL check. found...
2007-03-30 Daniel StenbergPointer "cur_pos" dereferenced before NULL check, found...
2007-03-30 Daniel Stenbergpointless check for 'out' being non-NULL, since it...
2007-03-30 Daniel Stenbergdead code removed, found by the coverity.com scan
2007-03-30 Dan FandrichAdded HTTP --max-filesize tests and FTPS CCC failure...
2007-03-30 Yang TseSearching for sshd and sftp-server will be done first
2007-03-30 Yang Tseignore more generated files
2007-03-30 Dan FandrichDon't tear down the ftp connection if the maximum files...
2007-03-30 Dan FandrichAdded FTP-SSL failure test 402
2007-03-29 Dan FandrichAdded ftps upload test 401
2007-03-29 Dan FandrichAdded a libssh2 section.
2007-03-29 Dan FandrichShow an absolute sftp: file path to give an additional...
2007-03-29 Dan FandrichEliminated extra / in scp/sftp URLs.
2007-03-29 Dan FandrichSend an EOF message before closing a channel, as recomm...
2007-03-29 Dan FandrichAdd another option to tighten the test environment.
2007-03-29 Yang Tsefix compiler warning
2007-03-29 Dan FandrichAbort if attempting to run as root.
2007-03-29 Yang Tsefix error introduced in last commit
2007-03-28 Yang TseUpdate comment
2007-03-28 Yang Tsefix compiler warning
2007-03-28 Yang TseImprove detection of socket events which allow a furthe...
2007-03-28 Gisle Vanemdjgpp uses gcc which has varadic macros.
2007-03-28 Gisle VanemFix compiler warning.
2007-03-28 Dan FandrichOnly show exit status in verbose mode.
2007-03-28 Gisle VanemSimplified code around 'tld_errmsg' a bit.
2007-03-28 Dan FandrichDon't launch sshd as a daemon so its output can be...
2007-03-27 Gunter Knaufadded variadic macro stuff.
2007-03-27 Yang TseUpdate message
2007-03-27 Yang TseNew Internal wrapper function Curl_select() around...
2007-03-27 Yang Tsedon't retry select() call upon unrecoverable error...
2007-03-27 Dan FandrichDaniel Johnson's fix for shared object extension detect...
2007-03-27 Yang TsePlatforms that lack autotools support should define...
2007-03-27 Dan FandrichTighten up a few more OpenSSH options
next