aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2009-05-27Temporarily introduce a memory leak to verify curl debug memory tracking works.Yang Tse
2009-05-27Allow curl debug memory tracking when building a shared library onYang Tse
systems which support external, undefined, symbols in shared libraries.
2009-05-26language fixDaniel Stenberg
2009-05-26Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZEDYang Tse
if library initialization has not been performed calling ares_library_init().
2009-05-26c-ares's --enable-curldebug configure option decoupled from c-ares's ↵Yang Tse
--enable-debug
2009-05-26Prevent copying 'sourced' manpages for build targets that don't use them.Yang Tse
2009-05-25- bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointedDaniel Stenberg
out that the cookie parser would leak memory when it parses cookies that are received with domain, path etc set multiple times in the same header. While such a cookie is questionable, they occur in the wild and libcurl no longer leaks memory for them. I added such a header to test case 8.
2009-05-23minor editsDaniel Stenberg
2009-05-22Added some missing test keywordsDan Fandrich
2009-05-22Removed some obsolete digest code that caused a valgrind error in test 551.Dan Fandrich
2009-05-21Include .pdf versions of c-ares man pages in distribution tarball.Yang Tse
2009-05-21Allow generation of .html and .pdf versions of c-ares man pages.Yang Tse
2009-05-21forced to use nmake for VC builds early so that its also used for ares even ↵Gunter Knauf
if we find a GNU make first in path; simplified curl make call.
2009-05-21strip \r only on non-win32 platforms (wine on Linux).Gunter Knauf
2009-05-21removed an attempt to write to non-opened LOG introduced with r1.30.Gunter Knauf
2009-05-21reduced duplicate code.Gunter Knauf
2009-05-21stripped \r from win32 curl --version output.Gunter Knauf
2009-05-21enable mingw64 target.Gunter Knauf
2009-05-21$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.Gisle Vanem
2009-05-21Added CVS id.Gisle Vanem