| Commit message (Expand) | Author | Age | Files | Lines |
* | Ton Voon provided a configure fix that should fix the notorious (mostly | Daniel Stenberg | 2004-12-09 | 1 | -0/+6 |
* | Dan Fandrich added the --disable-cookies option to configure to build | Daniel Stenberg | 2004-12-05 | 1 | -0/+19 |
* | Andrés García fixed the configure script to detect select properly when run | Daniel Stenberg | 2004-11-24 | 1 | -0/+14 |
* | David Phillips fix for test 518 and my extension to make it not run on | Daniel Stenberg | 2004-11-22 | 1 | -1/+4 |
* | Dan Fandrich added the --disable-crypto-auth option to configure to allow | Daniel Stenberg | 2004-11-12 | 1 | -0/+19 |
* | Dan Fandrich can spell, I cannot | Daniel Stenberg | 2004-11-11 | 1 | -1/+1 |
* | fix a IDN detect/use mistake | Daniel Stenberg | 2004-11-11 | 1 | -0/+1 |
* | Dan Fandrich added --disable-verbose | Daniel Stenberg | 2004-11-11 | 1 | -10/+32 |
* | When libidn is detected without explicitly told to, we provide -L/lib and | Daniel Stenberg | 2004-11-11 | 1 | -10/+13 |
* | dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used | Daniel Stenberg | 2004-11-11 | 1 | -0/+1 |
* | configure --with-gssapi fix | Daniel Stenberg | 2004-11-10 | 1 | -12/+18 |
* | weirdo hack to fix debian bug report 278691: | Daniel Stenberg | 2004-11-08 | 1 | -0/+1 |
* | check for and require tld.h to be present before libidn usage is activated | Daniel Stenberg | 2004-11-08 | 1 | -1/+1 |
* | based Andres Garcia's patch, added for mingw build | Daniel Stenberg | 2004-11-04 | 1 | -0/+2 |
* | When cross-compiling, the configure script no longer attempts to use | Daniel Stenberg | 2004-11-01 | 1 | -2/+8 |
* | Peter Wullinger pointed out that curl should call setlocale() properly to | Daniel Stenberg | 2004-10-18 | 1 | -0/+2 |
* | If long long is supported, check if [num]LL is supported for numerical | Daniel Stenberg | 2004-10-10 | 1 | -1/+14 |
* | if basename was found, check for a prototype and if none was found, provide | Daniel Stenberg | 2004-10-08 | 1 | -0/+10 |
* | check for tld_strerror | Daniel Stenberg | 2004-10-07 | 1 | -1/+1 |
* | Dan Fandrich fix for hosts that need both -lnsl and -lsocket | Daniel Stenberg | 2004-10-06 | 1 | -1/+1 |
* | make the given path to --with-libidn override any other installation | Daniel Stenberg | 2004-10-05 | 1 | -17/+22 |
* | when building with libidn support, check for idna_strerror() which is | Daniel Stenberg | 2004-10-03 | 1 | -1/+1 |
* | - Based on Fedor Karpelevitch's formpost path basename patch, file parts in | Daniel Stenberg | 2004-10-01 | 1 | -0/+2 |
* | made pkg-config not get used if a path is given with --with-ssl | Daniel Stenberg | 2004-09-28 | 1 | -27/+35 |
* | Replaced the former date parser with a rewrite. No more yacc/bison needed. | Daniel Stenberg | 2004-09-15 | 1 | -16/+0 |
* | the autobuilds failed all over on AIX, attempt to fix the strerror_r() problem | Daniel Stenberg | 2004-08-19 | 1 | -7/+8 |
* | added a check for the xlc compiler on AIX, and if that is detect we use | Daniel Stenberg | 2004-08-17 | 1 | -0/+15 |
* | define _THREAD_SAFE on (recent) AIX systems to build thread-safe code | Daniel Stenberg | 2004-08-17 | 1 | -0/+2 |
* | Removed the _XOPEN_SOURCE defining again since it caused major havoc in IRIX | Daniel Stenberg | 2004-08-12 | 1 | -24/+0 |
* | define the _XOPEN_SOURCE define in the config.h file instead, and also added a | Daniel Stenberg | 2004-08-11 | 1 | -1/+11 |
* | fixed the default result for xopen and mimpure to work better | Daniel Stenberg | 2004-08-11 | 1 | -2/+2 |
* | experimental code to detect mips-sgi-irix systems that build without gcc | Daniel Stenberg | 2004-08-11 | 1 | -0/+14 |
* | the krb4 stuff needs -lcom_err to link now, for some odd reason. This is | Daniel Stenberg | 2004-08-09 | 1 | -1/+1 |
* | AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead | Daniel Stenberg | 2004-07-24 | 1 | -1/+1 |
* | refer bug reports to the mailing lists, not the old email alias | Daniel Stenberg | 2004-07-22 | 1 | -1/+1 |
* | commented out the check for gethostbyname_r() as we no longer use it | Daniel Stenberg | 2004-06-29 | 1 | -1/+1 |
* | check for a fine poll() before it is used to sleep subsecond | Daniel Stenberg | 2004-06-27 | 1 | -0/+25 |
* | set an automake conditional for if this is a cross-compile or not | Daniel Stenberg | 2004-06-03 | 1 | -0/+2 |
* | checl for the idn_free stuff to remain functionall even with older libidn | Daniel Stenberg | 2004-05-25 | 1 | -0/+3 |
* | removed the warning if libidn isn't found | Daniel Stenberg | 2004-05-06 | 1 | -1/+0 |
* | very minor output change | Daniel Stenberg | 2004-05-06 | 1 | -1/+1 |
* | AC_CHECK_TOOL is prolly better to use when checking for ar | Daniel Stenberg | 2004-05-05 | 1 | -1/+3 |
* | alert the user if 'sed' or 'ar' couldn't be found, as it might very well | Daniel Stenberg | 2004-05-05 | 1 | -2/+12 |
* | check the size of size_t for lib/mprintf.c | Daniel Stenberg | 2004-05-05 | 1 | -0/+1 |
* | without-libidn works too now | Daniel Stenberg | 2004-04-27 | 1 | -4/+4 |
* | We now make sure to only scan for SSL options with pkg-config if we haven't | Daniel Stenberg | 2004-04-26 | 1 | -34/+31 |
* | improved libidn detection to correct the false positives we got | Daniel Stenberg | 2004-04-26 | 1 | -0/+2 |
* | Moved down the ares check again to the bottom of the script since it | Daniel Stenberg | 2004-04-26 | 1 | -76/+71 |
* | "configure summary" | Daniel Stenberg | 2004-04-26 | 1 | -102/+148 |
* | --with-libidn[=PATH] is now supported | Daniel Stenberg | 2004-04-26 | 1 | -0/+29 |