Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
[platform/upstream/curl.git] / configure.ac
2005-03-15 Daniel Stenbergadded missing features to curl-config
2005-03-14 Daniel Stenbergif ws2_32 is used, append the lib last in the LIBS...
2005-03-13 Daniel StenbergAdded --enable-sspi that now make libcurl build with...
2005-03-11 Dan FandrichFixed LDAP library file name bug (KNOWN_BUGS #1). ...
2005-03-09 Dan FandrichStopped linking to the SSL libs if a full installation...
2005-03-08 Dan FandrichFixed the --with-zlib configure option so that it alway...
2005-02-18 Daniel StenbergBased on Mike Dobbs' report, BUILDING_LIBCURL is now...
2005-02-14 Daniel Stenbergcheck for ENGINE_load_builtin_engines() as well if...
2005-02-11 Daniel Stenbergremove the check for strftime(), we don't need it
2005-01-18 Daniel Stenbergcheck for errno.h
2004-12-26 Daniel Stenbergnah, don't use the system's getpass() function since...
2004-12-25 Daniel StenbergMy reimplementation and cleanup of the getpass source...
2004-12-23 Daniel StenbergDavid Shaw fixed the disable variables so that curl...
2004-12-22 Daniel StenbergMarcin Konicki provided two configure fixes and a sourc...
2004-12-19 Daniel Stenbergcheck for openssl/pkcs12.h
2004-12-13 Daniel StenbergDan Fandrich did minor corrections to his SSL cleanup...
2004-12-11 Daniel StenbergDan Fandrich:
2004-12-09 Daniel StenbergTon Voon provided a configure fix that should fix the...
2004-12-05 Daniel StenbergDan Fandrich added the --disable-cookies option to...
2004-11-24 Daniel StenbergAndrés García fixed the configure script to detect...
2004-11-22 Daniel StenbergDavid Phillips fix for test 518 and my extension to...
2004-11-12 Daniel StenbergDan Fandrich added the --disable-crypto-auth option...
2004-11-11 Daniel StenbergDan Fandrich can spell, I cannot
2004-11-11 Daniel Stenbergfix a IDN detect/use mistake
2004-11-11 Daniel StenbergDan Fandrich added --disable-verbose
2004-11-11 Daniel StenbergWhen libidn is detected without explicitly told to...
2004-11-11 Daniel Stenbergdates from 2038 or later now return 0x7fffffff when...
2004-11-10 Daniel Stenbergconfigure --with-gssapi fix
2004-11-08 Daniel Stenbergweirdo hack to fix debian bug report 278691:
2004-11-08 Daniel Stenbergcheck for and require tld.h to be present before libidn...
2004-11-04 Daniel Stenbergbased Andres Garcia's patch, added for mingw build
2004-11-01 Daniel StenbergWhen cross-compiling, the configure script no longer...
2004-10-18 Daniel StenbergPeter Wullinger pointed out that curl should call setlo...
2004-10-10 Daniel StenbergIf long long is supported, check if [num]LL is supporte...
2004-10-08 Daniel Stenbergif basename was found, check for a prototype and if...
2004-10-07 Daniel Stenbergcheck for tld_strerror
2004-10-06 Daniel StenbergDan Fandrich fix for hosts that need both -lnsl and...
2004-10-05 Daniel Stenbergmake the given path to --with-libidn override any other...
2004-10-03 Daniel Stenbergwhen building with libidn support, check for idna_strer...
2004-10-01 Daniel Stenberg- Based on Fedor Karpelevitch's formpost path basename...
2004-09-28 Daniel Stenbergmade pkg-config not get used if a path is given with...
2004-09-15 Daniel StenbergReplaced the former date parser with a rewrite. No...
2004-08-19 Daniel Stenbergthe autobuilds failed all over on AIX, attempt to fix...
2004-08-17 Daniel Stenbergadded a check for the xlc compiler on AIX, and if that...
2004-08-17 Daniel Stenbergdefine _THREAD_SAFE on (recent) AIX systems to build...
2004-08-12 Daniel StenbergRemoved the _XOPEN_SOURCE defining again since it cause...
2004-08-11 Daniel Stenbergdefine the _XOPEN_SOURCE define in the config.h file...
2004-08-11 Daniel Stenbergfixed the default result for xopen and mimpure to work...
2004-08-11 Daniel Stenbergexperimental code to detect mips-sgi-irix systems that...
2004-08-09 Daniel Stenbergthe krb4 stuff needs -lcom_err to link now, for some...
2004-07-24 Daniel StenbergAM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL shoul...
2004-07-22 Daniel Stenbergrefer bug reports to the mailing lists, not the old...
2004-06-29 Daniel Stenbergcommented out the check for gethostbyname_r() as we...
2004-06-27 Daniel Stenbergcheck for a fine poll() before it is used to sleep...
2004-06-03 Daniel Stenbergset an automake conditional for if this is a cross...
2004-05-25 Daniel Stenbergchecl for the idn_free stuff to remain functionall...
2004-05-06 Daniel Stenbergremoved the warning if libidn isn't found
2004-05-06 Daniel Stenbergvery minor output change
2004-05-05 Daniel StenbergAC_CHECK_TOOL is prolly better to use when checking...
2004-05-05 Daniel Stenbergalert the user if 'sed' or 'ar' couldn't be found,...
2004-05-05 Daniel Stenbergcheck the size of size_t for lib/mprintf.c
2004-04-27 Daniel Stenbergwithout-libidn works too now
2004-04-26 Daniel StenbergWe now make sure to only scan for SSL options with...
2004-04-26 Daniel Stenbergimproved libidn detection to correct the false positive...
2004-04-26 Daniel StenbergMoved down the ares check again to the bottom of the...
2004-04-26 Daniel Stenberg"configure summary"
2004-04-26 Daniel Stenberg--with-libidn[=PATH] is now supported
2004-04-25 Daniel Stenbergupdated the warning text when SSL is explicitly disabled
2004-04-01 Daniel StenbergOnly check that the c-ares lib is valid if we don't...
2004-04-01 Daniel StenbergWhen ares is enabled, we now check for the ares_cancel...
2004-03-30 Daniel StenbergAdded CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHS...
2004-03-29 Daniel Stenbergnetinet/tcp.h may require netinet/in.h to be include...
2004-03-26 Daniel Stenbergcheck for netinet/tcp.h precense before actually includ...
2004-03-25 Daniel Stenbergget the version number from the new curlver.h header...
2004-03-25 Daniel Stenberglocaltime and gmtime are not thread-safe on newer AIXes...
2004-03-25 Daniel Stenbergforce recent AIX versions to check for strerror_r
2004-03-24 Daniel Stenbergadded check for strerror_r()
2004-03-18 Daniel StenbergFor IRIX systems we must pick the "correct" lib dirs...
2004-03-15 Daniel StenbergAdded the new vms subdir in the packages dir
2004-03-03 Daniel StenbergDan Fandrich fixed some GSS detection flaws
2004-02-25 Daniel StenbergMoved most of the set-debug-options-depending-on-compil...
2004-02-21 Daniel Stenberg-Wno-format-nonliteral does not exist in my gcc 2.96...
2004-02-20 Daniel StenbergOnly use -Wstrict-prototypes with gcc 3.3 or later.
2004-02-19 Daniel Stenberg-Wcast-align is a bit too annoying
2004-02-19 Daniel StenbergAnything that looks like gcc 5.0 or more is no longer...
2004-02-19 Daniel StenbergWhen --enable-debug is used, for every -I provided...
2004-02-19 Daniel Stenbergif not yacc or bison is found, check if we *really...
2004-02-19 Daniel StenbergIf --enable-debug is used and gcc, we figure out which...
2004-02-15 Daniel StenbergAndrés García added a check for lwinmm for Mingw/sys
2004-02-12 Daniel StenbergIf no nroff tool is found, or if no command line switch...
2004-02-12 Daniel Stenbergadded --enable/disable-manual
2004-02-11 Daniel StenbergAndrés García's additional fix to make the OpenSSL...
2004-02-06 Daniel StenbergRewrote the gethostbyname() check after Andrés García...
2004-02-05 Daniel StenbergAn attempt to only set both libz-related defines at...
2004-02-05 Daniel Stenbergwhen using --enable-debug and gcc, provide the -Wno...
2004-02-03 Daniel Stenberglink with libcares instead of libares
2004-02-02 Daniel Stenbergtry to figure out if -man or -mandoc works to get text...
2004-01-29 Daniel Stenbergcheck for sys/ioctl.h as well
2004-01-22 Daniel StenbergInstead of checking the off_t size, we use the source...
2004-01-15 Daniel Stenbergcheck for limits.h as well
next