- Nov 23, 2009
-
-
Yang Tse authored
with the ones declared in ares.h
-
- Nov 22, 2009
-
-
Yang Tse authored
Make configure remove the curlbuild.h file included in distribution tarballs for use by non-configure systems. As intended, configure would overwrite the distributed one when doing in-tree builds. But VPATH builds would end having two curlbuild.h files, one in the source tree and another in the build tree.
-
Yang Tse authored
Make configure remove the ares_build.h file included in distribution tarballs.
-
Yang Tse authored
Fix macro redefinition.
-
Yang Tse authored
Fix name space pollution.
-
Yang Tse authored
Allow using different extra import libraries for debug and release builds.
-
- Nov 21, 2009
-
-
Yang Tse authored
Add manifest stuff to msvc makefile
-
- Nov 20, 2009
-
-
Daniel Stenberg authored
closed by libcurl before the SSL lib were shutdown and they may write to its socket. Detected to at least happen with OpenSSL builds.
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
CURLOPT_HTTPPROXYTUNNEL enabled over a proxy, a subsequent request using the same proxy with the tunnel option disabled would still wrongly re-use that previous connection and the outcome would only be badness.
-
Yang Tse authored
-
Yang Tse authored
CARES_HAVE_ARES_FREE_DATA as an indication of function availability.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
to return a linked lists of results. These were also modified to internally use the ares_data memory struct and as such its result must be free'ed with ares_free_data().
-
Yang Tse authored
applications to free memory allocated and returned by some c-ares funtions.
-
- Nov 19, 2009
-
-
Yang Tse authored
-
- Nov 18, 2009
- Nov 17, 2009
-
-
Daniel Stenberg authored
end up with entries that wouldn't time-out: 1. Set up a first web server that redirects (307) to a http://server:port that's down 2. Have curl connect to the first web server using curl multi After the curl_easy_cleanup call, there will be curl dns entries hanging around with in_use != 0. (http://curl.haxx.se/bug/view.cgi?id=2891591)
-
Daniel Stenberg authored
its pkg-config file. So -Wl stuff ended up in the .pc file, which is really bad, and breaks if there are multiple -Wl in our LDFLAGS (which are in PTXdist). bug #2893592 (http://curl.haxx.se/bug/view.cgi?id=2893592)
-
- Nov 16, 2009
- Nov 15, 2009
-
-
Kamil Dudka authored
(and in particular the list of required libraries) even if a path is given as argument to --with-ssl
-
Yang Tse authored
getaddrinfo is fully thread safe on solaris versions which implement the function even when h_errno is not a macro. The h_errno macro test now only done on systems for which there is no hard coded knowledge about getaddrinfo's thread safeness.
-
Yang Tse authored
Client certificate ENG file type requires OpenSSL 0.9.7 or newer
-
Yang Tse authored
Remove files generated on previous buildconf/configure run
-
Yang Tse authored
Add a couple of renamed files to the removal list
-
Yang Tse authored
Remove enable-thread / disable-thread configure option. These were only placebo options. The library is always built as thread safe as possible on every system.
-
- Nov 14, 2009
-
-
Claes Jakobsson authored
Added '--configure' option to curl-config to display original configure arguments when curl was built
-
Yang Tse authored
Refactor how preprocessor symbol _THREAD_SAFE definition is done.
-
Yang Tse authored
OpenSSL 0.9.7 or newer required for ENGINE_CTRL_GET_CMD_FROM_NAME definition
-
Daniel Stenberg authored
--with-nss is set but not "yes". I think we can still improve that to check for pkg-config in that path etc, but at least this patch brings back the same functionality we had before.
-