Age | Commit message (Expand) | Author |
2004-08-17 | define _THREAD_SAFE on (recent) AIX systems to build thread-safe code | Daniel Stenberg |
2004-08-12 | Removed the _XOPEN_SOURCE defining again since it caused major havoc in IRIX | Daniel Stenberg |
2004-08-11 | define the _XOPEN_SOURCE define in the config.h file instead, and also added a | Daniel Stenberg |
2004-08-11 | fixed the default result for xopen and mimpure to work better | Daniel Stenberg |
2004-08-11 | experimental code to detect mips-sgi-irix systems that build without gcc | Daniel Stenberg |
2004-08-09 | the krb4 stuff needs -lcom_err to link now, for some odd reason. This is | Daniel Stenberg |
2004-07-24 | AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead | Daniel Stenberg |
2004-07-22 | refer bug reports to the mailing lists, not the old email alias | Daniel Stenberg |
2004-06-29 | commented out the check for gethostbyname_r() as we no longer use it | Daniel Stenberg |
2004-06-27 | check for a fine poll() before it is used to sleep subsecond | Daniel Stenberg |
2004-06-03 | set an automake conditional for if this is a cross-compile or not | Daniel Stenberg |
2004-05-25 | checl for the idn_free stuff to remain functionall even with older libidn | Daniel Stenberg |
2004-05-06 | removed the warning if libidn isn't found | Daniel Stenberg |
2004-05-06 | very minor output change | Daniel Stenberg |
2004-05-05 | AC_CHECK_TOOL is prolly better to use when checking for ar | Daniel Stenberg |
2004-05-05 | alert the user if 'sed' or 'ar' couldn't be found, as it might very well | Daniel Stenberg |
2004-05-05 | check the size of size_t for lib/mprintf.c | Daniel Stenberg |
2004-04-27 | without-libidn works too now | Daniel Stenberg |
2004-04-26 | We now make sure to only scan for SSL options with pkg-config if we haven't | Daniel Stenberg |
2004-04-26 | improved libidn detection to correct the false positives we got | Daniel Stenberg |
2004-04-26 | Moved down the ares check again to the bottom of the script since it | Daniel Stenberg |
2004-04-26 | "configure summary" | Daniel Stenberg |
2004-04-26 | --with-libidn[=PATH] is now supported | Daniel Stenberg |
2004-04-25 | updated the warning text when SSL is explicitly disabled | Daniel Stenberg |
2004-04-01 | Only check that the c-ares lib is valid if we don't use the "embedded" | Daniel Stenberg |
2004-04-01 | When ares is enabled, we now check for the ares_cancel function to verify | Daniel Stenberg |
2004-03-30 | Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists and | Daniel Stenberg |
2004-03-29 | netinet/tcp.h may require netinet/in.h to be include before | Daniel Stenberg |
2004-03-26 | check for netinet/tcp.h precense before actually including it | Daniel Stenberg |
2004-03-25 | get the version number from the new curlver.h header file | Daniel Stenberg |
2004-03-25 | localtime and gmtime are not thread-safe on newer AIXes either so we force | Daniel Stenberg |
2004-03-25 | force recent AIX versions to check for strerror_r | Daniel Stenberg |
2004-03-24 | added check for strerror_r() | Daniel Stenberg |
2004-03-18 | For IRIX systems we must pick the "correct" lib dirs for the particular | Daniel Stenberg |
2004-03-15 | Added the new vms subdir in the packages dir | Daniel Stenberg |
2004-03-03 | Dan Fandrich fixed some GSS detection flaws | Daniel Stenberg |
2004-02-25 | Moved most of the set-debug-options-depending-on-compiler logic to the new | Daniel Stenberg |
2004-02-21 | -Wno-format-nonliteral does not exist in my gcc 2.96, only use that with | Daniel Stenberg |
2004-02-20 | Only use -Wstrict-prototypes with gcc 3.3 or later. | Daniel Stenberg |
2004-02-19 | -Wcast-align is a bit too annoying | Daniel Stenberg |
2004-02-19 | Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hope | Daniel Stenberg |
2004-02-19 | When --enable-debug is used, for every -I provided to $CPPFLAGS we add | Daniel Stenberg |
2004-02-19 | if not yacc or bison is found, check if we *really* need it, and if we do | Daniel Stenberg |
2004-02-19 | If --enable-debug is used and gcc, we figure out which version and then we | Daniel Stenberg |
2004-02-15 | Andrés García added a check for lwinmm for Mingw/sys | Daniel Stenberg |
2004-02-12 | If no nroff tool is found, or if no command line switch to nroff that converts | Daniel Stenberg |
2004-02-12 | added --enable/disable-manual | Daniel Stenberg |
2004-02-11 | Andrés García's additional fix to make the OpenSSL stuff work for msys/mingw | Daniel Stenberg |
2004-02-06 | Rewrote the gethostbyname() check after Andrés García's provided patch | Daniel Stenberg |
2004-02-05 | An attempt to only set both libz-related defines at the same time. We need | Daniel Stenberg |