aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-27moved the changes that aren't strictly bugfixes until after 7.19.6 since IDaniel Stenberg
2009-07-27- All the quote options (CURLOPT_QUOTE, CURLOPT_POSTQUOTE andDaniel Stenberg
2009-07-27From: Johan van SelstDaniel Stenberg
2009-07-26- Bug report #2825989 (http://curl.haxx.se/bug/view.cgi?id=2825989) pointedDaniel Stenberg
2009-07-25properly free data returned by aprintf(), and bring back the code to beDaniel Stenberg
2009-07-25blocked new stuff with HAVE_LIBSSH2_KNOWNHOST_API to check if this is our cu...Gunter Knauf
2009-07-24changes to silent compiler warnings with 64bit systems.Gunter Knauf
2009-07-24changes to silent compiler warnings with 64bit systems.Gunter Knauf
2009-07-23changes to silent compiler warnings with 64bit systems.Gunter Knauf
2009-07-23fixed brace error.Gunter Knauf
2009-07-23changes to silent compiler warnings with 64bit systems.Gunter Knauf
2009-07-23blocked sshkeycallback() with HAVE_LIBSSH2_KNOWNHOST_API to avoid compiler wa...Gunter Knauf
2009-07-22242 - SSH knownhost support (powered by libssh2 1.2)Daniel Stenberg
2009-07-22- Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA.Daniel Stenberg
2009-07-22don't set READDATA since it isn't used and only confuses readersDaniel Stenberg
2009-07-22- David Binderman found a memory and fd leak in lib/gtls.c:load_file()Michal Marek
2009-07-2166. When using telnet, the time limitation options don't work.Daniel Stenberg
2009-07-20- Claes Jakobsson improved the support for client certificates handlingKamil Dudka
2009-07-17trial to fix a win64 compiler warning.Gunter Knauf
2009-07-16added a cast to silent compiler warning with 64bit systems.Gunter Knauf
2009-07-16test if adding ../lib to includes can fix the current break ...Gunter Knauf
2009-07-15Added nonblock.c to the non-automake makefiles (note that the dependenciesDan Fandrich
2009-07-15ENH: fix build with sslBill Hoffman
2009-07-15ENH: move dashboard locationBill Hoffman
2009-07-15BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h r...Bill Hoffman
2009-07-15- Changed the description of CURLINFO_OS_ERRNO to make it clear that theMichal Marek
2009-07-15fixed typo.Gunter Knauf
2009-07-14ENH: add optional support for c-aresBill Hoffman
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf
2009-07-14updated openssl version to latest; removed obsolete link to openssl patch sin...Gunter Knauf
2009-07-14ENH: move config.h.cmake to curl_config.h.cmake so it builds againBill Hoffman
2009-07-14renamed generated config.h to ares_config.h in order to avoid clashes when li...Gunter Knauf
2009-07-14ENH: add nonblock.c to build for CMakeBill Hoffman
2009-07-14ENH: do not report if zlib is not found as it still worksBill Hoffman
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf
2009-07-13added PKG_CONFIG_PATH to output to better verify if it gets properly set with...Gunter Knauf
2009-07-11silence a compiler warningDaniel Stenberg
2009-07-09add these new files to CVS as wellDaniel Stenberg
2009-07-09241 - expose Curl_nonblock as curlx_nonblockDaniel Stenberg
2009-07-09- Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses forDaniel Stenberg
2009-07-09240 - GnuTLS configure fix to find older installationsDaniel Stenberg
2009-07-09bring back the libgnutls-config use for checking for GnuTLS if pkg-configDaniel Stenberg
2009-07-09two more pending issuesDaniel Stenberg
2009-07-08245 - HTTP version getinfoDaniel Stenberg
2009-07-08updated with the actions I want to have done before the 7.19.6 releaseDaniel Stenberg
2009-07-08Markus Koetter's man page updates for the FTPPORT rangesDaniel Stenberg
2009-07-08- Constantine Sapuntzakis posted bug report #2813123Daniel Stenberg
2009-07-04added INET_ADDRSTRLEN define in case system headers dont provide.Gunter Knauf
2009-07-04removed NIFLAGS which is no longer used; added NI_MAXHOST since its missing w...Gunter Knauf