aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-18Fixed an infinite loop when given an invalid SFTP quote command.Dan Fandrich
2008-03-18Added test 626 to reproduce an infinite loop when given an invalidDan Fandrich
2008-03-18- Added curl_easy_getinfo typechecker.Michal Marek
2008-03-17Mark the statement expr with __extension__ so that gcc -pedantic doesn't emitMichal Marek
2008-03-15Spell the commands rightDan Fandrich
2008-03-13Added tests 622-625 to test SFTP/SCP uploads. Test 625 was an attempt toDan Fandrich
2008-03-13- Brian Ulm figured out that if you did an SFTP upload withDaniel Stenberg
2008-03-13- Brian Ulm figured out that if you did an SFTP upload withDaniel Stenberg
2008-03-13Change the confusing two variables for the expect 100 continue stuff intoDaniel Stenberg
2008-03-13--ftp-create-dirs works on SFTP as wellDan Fandrich
2008-03-13fix code that is normally #ifdef'ed outDaniel Stenberg
2008-03-12Done: 125 - Michal Marek's typechecker-gcc workDaniel Stenberg
2008-03-11updated according to the name resolve race condition fix just committedDaniel Stenberg
2008-03-11- Dmitry Popov filed bug report #1911069Daniel Stenberg
2008-03-11- Added a macro for curl_easy_setopt() that accepts three arguments and simplyDaniel Stenberg
2008-03-11Recommend passing a 1 as parameter to CURLOPT_SSLENGINE_DEFAULT rather thanDaniel Stenberg
2008-03-11- Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and onlyMichal Marek
2008-03-10Added tests 618-621 to test SFTP/SCP transfers of more than one fileDan Fandrich
2008-03-10fixed typoMichal Marek
2008-03-10(try to) use LIBS for libraries (-l) and LDFLAGS for paths (-L) in theMichal Marek
2008-03-09- Brian Ulm reported a crash when doing a second SFTP transfer on a re-usedDaniel Stenberg
2008-03-08Done: 123 - Mike Protts' SFTP resume downloadDaniel Stenberg
2008-03-07VS2005 and later dafault size for time_t is 64-bit, unlessYang Tse
2008-03-06Fix the gssapi configure check to detect newer MIT Kerberos (patch byMichal Marek
2008-03-06spellcheckedDaniel Stenberg
2008-03-06curl_multi_timeout() is really not recommended with curl_multi_socket()-basedDaniel Stenberg
2008-03-06Regression fix:Yang Tse
2008-03-06Added tests 616 and 617 to see how SFTP and SCP cope with zero-lengthDan Fandrich
2008-03-06Fixed the test harness so it will write out zero-length data files.Dan Fandrich
2008-03-05fix log message used when unable to connect to destination portYang Tse
2008-03-04Mike Protts brought a patch that makes resumed transfers work with SFTP.Daniel Stenberg
2008-03-01- Anatoli Tubman found and fixed a crash with Negotiate authentication used onDaniel Stenberg
2008-02-29Force AIX xlc to fail and not generate object code if the source code hasYang Tse
2008-02-28Removed:Daniel Stenberg
2008-02-28fixed commented define for SSPI.Gunter Knauf
2008-02-28signal handling to properly cleanup on SIGINT and SIGTERMYang Tse
2008-02-28when terminating do it falling through cleanup codeYang Tse
2008-02-28avoid inclusion of setup.h in util.hYang Tse
2008-02-28header inclusion cleanupYang Tse
2008-02-27make comment more preciseYang Tse
2008-02-27Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg
2008-02-27added get_ver.awk since c-ares is a standalone project, and should therefore ...Gunter Knauf
2008-02-27a couple of small fixes to the makefile:Gunter Knauf
2008-02-27another small change to the makefiles to simplify rules.Gunter Knauf
2008-02-26trial to fix the HP-UX breakage...Gunter Knauf
2008-02-26added curl.html to install package.Gunter Knauf
2008-02-26some more minor makefile changes; removed useless dist target.Gunter Knauf
2008-02-26fixed install target to create a ca-bundle.crt since we have no longer one in...Gunter Knauf
2008-02-26all reads from stdin and writes to stdout will be retried until theYang Tse
2008-02-26refactor some code out to write_pidfile() in util.cYang Tse