Age | Commit message (Collapse) | Author |
|
other minor makefile tweaks.
|
|
|
|
|
|
|
|
|
|
|
|
the configure script checks for openldap and friends and we link with those
libs just like we link all other third party libraries, and we no longer
dlopen() those libraries. Our private header file lib/ldap.h was renamed to
lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix)
just before this commit, just in case.
|
|
warnings.
|
|
|
|
|
|
fixed link order in case libssh2 is build with zlib.
|
|
|
|
|
|
pointed out; changed to use latest external libs.
|
|
|
|
|
|
added hint to compile with SSPI with MSVC6 without PSDK.
|
|
of the patch he suggested. Added his test case as test289 to verify.
|
|
added defines for setlocale().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libcurl. This also makes the options change name to --krb (from --krb4) and
CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
|
|
some more minor Makefile tidyups.
|
|
|
|
|
|
|
|
(eleminate gcc warning).
|
|
compiler versions.
|
|
sent by Dmitry Mityugov.
|
|
|
|
|
|
(http://curl.haxx.se/bug/view.cgi?id=1740263). Adam discovered that when
getting a large amount of URLs with curl, they were fetched slower and
slower... which turned out to be because the --libcurl data collecting which
wrongly always was enabled, but no longer is...
|
|
|
|
pointed out that the warnf() function in the curl tool didn't properly deal
with the cases when excessively long words were used in the string to chop
up.
|
|
Reduce the scope of some variables.
|
|
|
|
|
|
the man page now.
|
|
|
|
|
|
|
|
|
|
without the curl memory debugging leak detection code enabled.
|
|
|
|
easycode list (discovered by runtests' torture test).
|