- Nov 20, 2009
- 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.
-
Daniel Stenberg authored
the client certificate. It also disable the key name test as some engines can select a private key/cert automatically (When there is only one key and/or certificate on the hardware device used by the engine)
-
Yang Tse authored
- Constantine Sapuntzakis provided the fix that ensures that an SSL connection won't be reused unless protection level for peer and host verification match.
-
- Nov 13, 2009
-
-
Yang Tse authored
knowledge says the contrary or h_errno is not defined.
-
Yang Tse authored
- Constantine Sapuntzakis reported that Darwin 6.0 a.k.a. MAC OS X 10.2 and newer have a threadsafe getaddrinfo. - Fix Dragonfly BSD triplet detection. - In case the hard-coded knowledge says that getaddrinfo is threadsafe, an additional check is done to verify that h_errno is also defined. If h_errno isn't defined, we finally assume that it isn't threadsafe. Jamie Lokier provided the inspiration for this extra check.
-
- Nov 12, 2009
-
-
Yang Tse authored
Add some comments to better understand what the regex's pretend to achieve.
-
Yang Tse authored
-
Yang Tse authored
No need for a separate variable ndns. The memory leak detection will detect code that fails to release a dns reference. The DEBUGASSERT will detect code that releases too many references.
-
Yang Tse authored
-
Yang Tse authored
-
Kamil Dudka authored
a broken TLS server. However it does not happen if SSL version is selected manually. The approach was originally taken from PSM. Kaspar Brand helped me to complete the patch. Original bug reports: https://bugzilla.redhat.com/525496 https://bugzilla.redhat.com/527771
-
Kamil Dudka authored
closed NSPR descriptor. The issue was hard to find, reported several times before and always closed unresolved. More info at the RH bug: https://bugzilla.redhat.com/534176
-
Yang Tse authored
-
- Nov 11, 2009
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
and GNU GSS installed due to a missing mutual exclusion of header files in the Kerberos 5 code path. He also verified that my patch worked for him.
-
Daniel Stenberg authored
-