- Jun 09, 2009
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jun 08, 2009
-
-
Daniel Stenberg authored
issue with client certs that caused issues like segfaults. http://curl.haxx.se/mail/lib-2009-05/0316.html
-
Daniel Stenberg authored
to detect gnutls build options with pkg-config only and not libgnutls-config anymore since GnuTLS has stopped distributing that tool. If an explicit path is given to configure, we will instead guess on how to link and use that lib. I did not use the patch from the bug report.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
included from Makefile.inc
-
Yang Tse authored
-
Yang Tse authored
buildconf.bat is only for CVS tree builds.
-
Yang Tse authored
-
Yang Tse authored
archives. Used as a sentinel file in buildconf.bat to differentiate CVS builds.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the makefile cannot depend on it
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
Disable the '-export-symbols-regex' to discard this as the origin of link failures related with shared libraries and non-GNU linkers.
-
Yang Tse authored
reporting package version in parentheses which confused this script. Remove debug tracing used to debug this.
-
- Jun 07, 2009
-
-
Daniel Stenberg authored
- Added some cmake docs and fixed socklen_t in the build.
-
Daniel Stenberg authored
broken since 7.19.0
-
Yang Tse authored
debug test a non-greedy pattern
-
- Jun 06, 2009
-
-
Yang Tse authored
Add some debug tracing
-
Yang Tse authored
remove the ofending regexp
-
Yang Tse authored
remove line not intended to be committed
-
Yang Tse authored
attempt to fix regex
-
Yang Tse authored
Adjusted libtool version parsing due to libtool --version now also reporting package name in parentheses which confused this script.
-
Yang Tse authored
Revert delegating c-ares linking magic on libtool and auto-makefiles when using the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script.
-
Yang Tse authored
c-ares Makefile.am back to using $(top_builddir) for *_LDADD
-
Bill Hoffman authored
-
- Jun 05, 2009
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
installed in the subdirectory at different stages. With some versions it is installed when libtoolize finishes, but with others it is not installed until automake has finished. So we can not attempt to use config.guess until the very last buildconf stage.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
is almost always a VERY BAD IDEA. Yet there are still apps out there doing this, and now recently it triggered a bug/side-effect in libcurl as when libcurl sends a POST or PUT with NTLM, it sends an empty post first when it knows it will just get a 401/407 back. If the app then replaced the Content-Length header, it caused the server to wait for input that libcurl wouldn't send. Aaron Oneal reported this problem in bug report #2799008 http://curl.haxx.se/bug/view.cgi?id=2799008) and helped us verify the fix.
-
- Jun 04, 2009
-
-
Yang Tse authored
-