Age | Commit message (Expand) | Author |
2004-12-09 | Ton Voon provided a configure fix that should fix the notorious (mostly | Daniel Stenberg |
2004-12-05 | Dan Fandrich added the --disable-cookies option to configure to build | Daniel Stenberg |
2004-11-24 | Andrés García fixed the configure script to detect select properly when run | Daniel Stenberg |
2004-11-22 | David Phillips fix for test 518 and my extension to make it not run on | Daniel Stenberg |
2004-11-12 | Dan Fandrich added the --disable-crypto-auth option to configure to allow | Daniel Stenberg |
2004-11-11 | Dan Fandrich can spell, I cannot | Daniel Stenberg |
2004-11-11 | fix a IDN detect/use mistake | Daniel Stenberg |
2004-11-11 | Dan Fandrich added --disable-verbose | Daniel Stenberg |
2004-11-11 | When libidn is detected without explicitly told to, we provide -L/lib and | Daniel Stenberg |
2004-11-11 | dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used | Daniel Stenberg |
2004-11-10 | configure --with-gssapi fix | Daniel Stenberg |
2004-11-08 | weirdo hack to fix debian bug report 278691: | Daniel Stenberg |
2004-11-08 | check for and require tld.h to be present before libidn usage is activated | Daniel Stenberg |
2004-11-04 | based Andres Garcia's patch, added for mingw build | Daniel Stenberg |
2004-11-01 | When cross-compiling, the configure script no longer attempts to use | Daniel Stenberg |
2004-10-18 | Peter Wullinger pointed out that curl should call setlocale() properly to | Daniel Stenberg |
2004-10-10 | If long long is supported, check if [num]LL is supported for numerical | Daniel Stenberg |
2004-10-08 | if basename was found, check for a prototype and if none was found, provide | Daniel Stenberg |
2004-10-07 | check for tld_strerror | Daniel Stenberg |
2004-10-06 | Dan Fandrich fix for hosts that need both -lnsl and -lsocket | Daniel Stenberg |
2004-10-05 | make the given path to --with-libidn override any other installation | Daniel Stenberg |
2004-10-03 | when building with libidn support, check for idna_strerror() which is | Daniel Stenberg |
2004-10-01 | - Based on Fedor Karpelevitch's formpost path basename patch, file parts in | Daniel Stenberg |
2004-09-28 | made pkg-config not get used if a path is given with --with-ssl | Daniel Stenberg |
2004-09-15 | Replaced the former date parser with a rewrite. No more yacc/bison needed. | Daniel Stenberg |
2004-08-19 | the autobuilds failed all over on AIX, attempt to fix the strerror_r() problem | Daniel Stenberg |
2004-08-17 | added a check for the xlc compiler on AIX, and if that is detect we use | Daniel Stenberg |
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 |