aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-09Added --enable-curldebug configure option to enable and disable buildingYang Tse
with the low-level curl debug memory tracking 'feature' to allow decoupled setting from --enable-debug.
2009-06-09c-ares' --enable-debug --enable-curldebug decoupling follow-upYang Tse
2009-06-09ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman
2009-06-09providing two more answersDaniel Stenberg
2009-06-09initialize fread callback pointer to avoid compiler warningYang Tse
2009-06-09fix compiler warningYang Tse
2009-06-08- Claes Jakobsson provided a patch for libcurl-NSS that fixed a bad refcountDaniel Stenberg
issue with client certs that caused issues like segfaults. http://curl.haxx.se/mail/lib-2009-05/0316.html
2009-06-08- Triggered by bug report #2798852 and the patch in there, I fixed configureDaniel Stenberg
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.
2009-06-08fix compiler warning: signed and unsigned type in conditional expressionYang Tse
2009-06-08mention last changesYang Tse
2009-06-08mention last changesYang Tse
2009-06-08Igor Novoseltsev provided docs\INSTALL VxWorks sectionYang Tse
2009-06-08Igor Novoseltsev adjusted Makefile.vxworks to get sources and headersYang Tse
included from Makefile.inc
2009-06-08Use curl_off_t and CURL_FORMAT_CURL_OFF_T for file size.Yang Tse
2009-06-08Remove buildconf.bat from release and daily snapshot archives.Yang Tse
buildconf.bat is only for CVS tree builds.
2009-06-08Ensure that buildconf.bat does nothing unless it is used with a CVS checkout.Yang Tse
2009-06-08CVS-INFO file only present in CVS tree, never in release nor daily snapshotYang Tse
archives. Used as a sentinel file in buildconf.bat to differentiate CVS builds.
2009-06-08djgpp build fixDaniel Stenberg
2009-06-08../include/curl/curlbuild.h.dist is not present in release archives soDaniel Stenberg
the makefile cannot depend on it
2009-06-08Update comment about "ML". Removed "-D_USE_32BIT_TIME_T" (not a requirement).Gisle Vanem
2009-06-08just comment it outYang Tse
2009-06-08For debugging purposes...Yang Tse
Disable the '-export-symbols-regex' to discard this as the origin of link failures related with shared libraries and non-GNU linkers.
2009-06-08Adjusted libtool version parsing due to libtool --version now alsoYang Tse
reporting package version in parentheses which confused this script. Remove debug tracing used to debug this.
2009-06-07Bill Hoffman (6 June 2009)Daniel Stenberg
- Added some cmake docs and fixed socklen_t in the build.
2009-06-07- Eric Wong fixed --no-buffer to actually switch off output buffering. BeenDaniel Stenberg
broken since 7.19.0
2009-06-07debug test a non-greedy patternYang Tse
2009-06-06Add some debug tracingYang Tse
2009-06-06remove the ofending regexpYang Tse
2009-06-06remove line not intended to be committedYang Tse
2009-06-06attempt to fix regexYang Tse
2009-06-06Adjusted libtool version parsing due to libtool --version now alsoYang Tse
reporting package name in parentheses which confused this script.
2009-06-06Revert delegating c-ares linking magic on libtool and auto-makefiles when usingYang Tse
the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script.
2009-06-06c-ares Makefile.am back to using $(top_builddir) for *_LDADDYang Tse
2009-06-06ENH: add some cmake docs and fix build with socklen_tBill Hoffman
2009-06-05mention last changesYang Tse
2009-06-05docs/example patches for VMSYang Tse
2009-06-05Depending on the libtool and automake versions being used config.guess getsYang Tse
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.
2009-06-05mention last changesYang Tse
2009-06-05introduction of os-specific.c and os-specific.hYang Tse
2009-06-05c-ares' -no-undefined and --enable-curldebug adjustmentsYang Tse
2009-06-05remove conflict markersDaniel Stenberg
2009-06-05- Setting the Content-Length: header from your app when you do a POST or PUTDaniel Stenberg
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.
2009-06-04fix shadowing of a global declarationYang Tse
2009-06-04allow building libcurl for VxWorksYang Tse
2009-06-04c-ares embbeded builds header include paths fully defined in makefilesYang Tse
2009-06-03Remove more generated files.Yang Tse
Yet unknown error might leave libtool-like files in source directory.
2009-06-03Remove more generated filesYang Tse
2009-06-03Remove all generated 'Makefile' files.Yang Tse
This can be done now that no file with such name exists in CVS tree.
2009-06-03Remove more generated filesYang Tse
2009-06-03Die when instructed to build c-ares and this failsYang Tse