- Jun 08, 2009
-
-
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
- Jun 03, 2009
- Jun 02, 2009
-
-
Dan Fandrich authored
is also needed before curl can be built in Android, but it's not clear what the best way is to provide one.
-
Yang Tse authored
Use relative path to built c-ares tree libtool library
-
- Jun 01, 2009
-
-
Yang Tse authored
-
Daniel Stenberg authored
without pkg-config.
-
Yang Tse authored
-
Yang Tse authored
timeval struct on VMS when building with _XOPEN_SOURCE_EXTENDED undefined due to definition taking place in socket.h instead of time.h
-