- Jun 13, 2009
-
-
Yang Tse authored
add default USE_CURLDEBUG setting
-
Yang Tse authored
initial step towards decoupling c-ares from libcurl for DOS
-
Yang Tse authored
improve usability with UNIX-like shells or a DOS command interpreters
-
Yang Tse authored
don't ignore these subdirs, they must be removed first
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
fix comment
-
- Jun 12, 2009
-
-
Yang Tse authored
Try to make more clear that --enable-curldebug has nothing to do with --enable-debug for this library.
-
Yang Tse authored
Revert last change, it is inappropriate.
-
Gisle Vanem authored
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
Fixed to take in account the different interpretation of double quootes on UNIX-like shells vs DOS-like command interpreters.
-
Yang Tse authored
include <limits.h> for INT_MAX definition
-
Yang Tse authored
fix compiler warning
-
- Jun 11, 2009
-
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
when running automake copy missing files instead of symlinking them
-
Yang Tse authored
DOS adjustments
-
Yang Tse authored
added header inclusion guard
-
Yang Tse authored
mention configure --enable-curldebug decoupled from --enable-debug
-
Yang Tse authored
changed testcurl script to allow building test harness programs when cross-compiling for a *-*-mingw* host.
-
- Jun 10, 2009
-
-
Daniel Stenberg authored
contributed a range of patches to fix them.
-
Daniel Stenberg authored
-
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
-