aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-06-02Created a basic Android make file for curl and libcurl. A config.hDan Fandrich
is also needed before curl can be built in Android, but it's not clear what the best way is to provide one.
2009-06-02Use relative path to built c-ares tree libtool libraryYang Tse
2009-06-01Temporarily disable config.guess related checksYang Tse
2009-06-01- Claes Jakobsson fixed the configure script to better find and use NSSDaniel Stenberg
without pkg-config.
2009-06-01credit John E. MalmbergYang Tse
2009-06-01John E. Malmberg noticed that the configure script was failing to detect theYang Tse
timeval struct on VMS when building with _XOPEN_SOURCE_EXTENDED undefined due to definition taking place in socket.h instead of time.h
2009-06-01John E. Malmberg's VMS specific clean-up for curl.hYang Tse
2009-06-01HP-UX requires libtool version 1.5.24 or newerYang Tse
2009-05-30Delegate c-ares linking magic on libtool and auto-makefiles when usingYang Tse
the uninstalled c-ares libtool archive built from the CVS embedded tree.
2009-05-30Added missing NTLM feature for test 1097Dan Fandrich
2009-05-30Allow compiling under AndroidDan Fandrich
2009-05-29Fix compiler warning: out of bound accessYang Tse
2009-05-29corrected commentsDaniel Stenberg
2009-05-28Fixed a few comment typos (from the FreeBSD ports)Dan Fandrich
2009-05-28fix compilation on AIXYang Tse
2009-05-28fix compiler warning: variable was set but never usedYang Tse
2009-05-28fix compiler warning: unused parameterYang Tse
2009-05-28c-ares' --enable-curldebug adjustmentsYang Tse
2009-05-28Remove temporarily introduced memory leak.Yang Tse
2009-05-27- Claes Jakobsson fixed libcurl-NSS to build fine even without theDaniel Stenberg
PK11_CreateGenericObject() function.
2009-05-27- Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clearDaniel Stenberg
the auth credentials back in 7.19.0 and earlier while now you have to set "" to get the same effect. His patch brings back the ability to use NULL.
2009-05-27- Andre Guibert de Bruet found a call to a OpenSSL function that didn't checkDaniel Stenberg
for a failure properly.
2009-05-27- Frank McGeough provided a small OpenSSL #include fix to make libcurl compileDaniel Stenberg
fine with Nokia 5th edition 1.0 SDK for Symbian.