aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-07-04Markus Koetter provided a patch to avoid getnameinfo() usage which broke a co...Gunter Knauf
2009-06-30silly typo, pointed out by Fabian KeilDaniel Stenberg
2009-06-30Tor Arntsen pointed out a missing #ifdef for IPv6, and I changed another oneDaniel Stenberg
2009-06-29my CURLINFO_CERTINFO fixDaniel Stenberg
2009-06-29- Markus Koetter made CURLOPT_FTPPORT (and curl's -P/--ftpport) support a portDaniel Stenberg
2009-06-29- Modified the separators used for CURLOPT_CERTINFO in multi-part outputs. IDaniel Stenberg
2009-06-27Fixed a compiler warning.Dan Fandrich
2009-06-21Refactor how libraries are checked for connect() function, follow-up.Yang Tse
2009-06-20Refactor how libraries are checked for connect() function,Yang Tse
2009-06-20Remove unneeded defines.Gisle Vanem
2009-06-20Use select_s() and not select().Gisle Vanem
2009-06-20avoid pressanykey() call when curl finishes and was launched from bash.Gunter Knauf
2009-06-19fix indentation.Michal Marek
2009-06-19sclose() function-like macro definition used to close a socket,Yang Tse
2009-06-18add CloseSocket camel case function checkYang Tse
2009-06-17check for socket() and closesocket() as it is done for other functionsYang Tse
2009-06-17socket() and closesocket() prototypes might be in socket.hYang Tse
2009-06-17check for socket() and closesocket() as it is done for other functionsYang Tse
2009-06-17Added a few more compiler warning options for gcc.Dan Fandrich
2009-06-16- Reuven Wachtfogel made curl -o - properly produce a binary output on windowsDaniel Stenberg
2009-06-16- When doing non-anonymous ftp via http proxies and the password is notMichal Marek
2009-06-16fix compiler warningYang Tse
2009-06-15fixed TRUE/FALSE case typo.Gunter Knauf
2009-06-15- Eric Wong's patch:Daniel Stenberg