aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-03Made sure that curl_global_init is called in all the multithreadedDan Fandrich
2008-04-02removed unused var.Gunter Knauf
2008-04-02removed double dependency.Gunter Knauf
2008-04-01128 - Phil Blundell's ares and ipv6 fix (feedback lacking)Daniel Stenberg
2008-04-01Eetu contributed back in 2000...Daniel Stenberg
2008-03-31132 - Xponaut's CURLFORM_STREAM option to curl_formadd()Daniel Stenberg
2008-03-31moved CURL_CA_BUNDLE define to generated config.h.Gunter Knauf
2008-03-31Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek
2008-03-31expanded a comment around some of the new formpost callback usageDaniel Stenberg
2008-03-31- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg
2008-03-31Changed the makefile so the doc/examples/ programs are never built in aDan Fandrich
2008-03-30added people from the 7.18.1 release announcementDaniel Stenberg
2008-03-30back to a blank for 7.18.2Daniel Stenberg
2008-03-30start working on 7.18.2Daniel Stenberg
2008-03-307.18.1Daniel Stenberg
2008-03-30132 - Xponaut's CURLFORM_STREAM option to curl_formadd()Daniel Stenberg
2008-03-30I'm officially pushing the two remaining issues to the next release instead,Daniel Stenberg
2008-03-28Made the test work on perl 5.00Dan Fandrich
2008-03-27- Stephen Collyer pointed out that configure --with-libssh2 without a givenDaniel Stenberg
2008-03-27fix --with-libssh2 when given without pathDaniel Stenberg
2008-03-27- As found out and reported by Dan Petitt, libcurl didn't show progress/callDaniel Stenberg
2008-03-25spell!Daniel Stenberg
2008-03-25- Made setting the CURLOPT_SSL_CTX_FUNCTION option return a failure in caseDaniel Stenberg
2008-03-25spell it out loudly and clearly that CURLOPT_SSL_CTX_FUNCTION is onlyDaniel Stenberg
2008-03-22- Fixed the problem with doing a zero byte SCP transfer, verified with testDaniel Stenberg
2008-03-21roadmap aheadDaniel Stenberg
2008-03-20Jes reported the curl-config bugDan Fandrich
2008-03-20Fixed a problem where curl-config --protocols could erroneously show LDAPSDan Fandrich
2008-03-20added --extvercmd parameter which can be used to specify an external command ...Gunter Knauf
2008-03-20- Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath byMichal Marek
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