- Jun 10, 2009
-
-
Yang Tse authored
-
Bill Hoffman authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
With the curl memory tracking feature decoupled from the debug build feature, CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows: CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug) DEBUGBUILD used for debug enabled specific code (--enable-debug)
-
- Jun 09, 2009
-
-
Yang Tse authored
with the low-level curl debug memory tracking 'feature' to allow decoupled setting from --enable-debug.
-
Yang Tse authored
-
Bill Hoffman authored
-
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
-