| Commit message (Expand) | Author | Age | Files | Lines |
* | removed the unreachable code warning from gcc debug builds, even the most | Daniel Stenberg | 2005-08-19 | 1 | -2/+5 |
* | removed some inaccurate comments about the TYPE_IN_ADDR_T check | Daniel Stenberg | 2005-08-19 | 1 | -2/+1 |
* | Add -Wdeclaration-after-statement to gcc to detect accidental C99-style | Dan Fandrich | 2005-07-20 | 1 | -2/+2 |
* | Detect (or at least infer) glibc-style strerror_r even when cross-compiling. | Dan Fandrich | 2005-06-30 | 1 | -2/+14 |
* | adjusted the strerror_r test more, use _REENTRANT instead of _THREAD_SAFE | Daniel Stenberg | 2005-05-18 | 1 | -22/+11 |
* | The configure check for strerror_r() failed to detect the proper API at | Daniel Stenberg | 2005-05-18 | 1 | -1/+3 |
* | Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At | Daniel Stenberg | 2005-05-02 | 1 | -1/+2 |
* | Now configure checks for struct sockaddr_storage and the ftp code tries | Daniel Stenberg | 2005-05-02 | 1 | -0/+24 |
* | When cross-compiling, we do some better checking for the NI_WITHSCOPEID optio... | Daniel Stenberg | 2005-03-22 | 1 | -2/+18 |
* | Finally fixed the LDAP library searching bug on libtool ver. 1.5 | Dan Fandrich | 2005-03-15 | 1 | -10/+15 |
* | Use the libtool variables better to make LDAP library search work on | Dan Fandrich | 2005-03-14 | 1 | -5/+12 |
* | Work around a bug in libtool ver. 1.5 during LDAP library detection. | Dan Fandrich | 2005-03-11 | 1 | -1/+3 |
* | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich | 2005-03-11 | 1 | -0/+55 |
* | Marcin Konicki provided two configure fixes and a source fix to make curl | Daniel Stenberg | 2004-12-22 | 1 | -3/+1 |
* | gcc 2.7 can't handle a few warning options that gcc 2.95 can. | Dan Fandrich | 2004-12-20 | 1 | -3/+3 |
* | Fix the --enable-debug compiler warning options for older versions of gcc. | Dan Fandrich | 2004-12-15 | 1 | -1/+6 |
* | Reverted the previous change and redid it differently as it seemed to not | Daniel Stenberg | 2004-06-07 | 1 | -16/+18 |
* | 1 - do better when cross-compiling when checking for strerror_r() - alert | Daniel Stenberg | 2004-06-04 | 1 | -2/+9 |
* | typo AGAIN | Daniel Stenberg | 2004-05-06 | 1 | -1/+1 |
* | When using the icc compiler, we also ignore remark #1418 "external definition | Daniel Stenberg | 2004-05-06 | 1 | -1/+2 |
* | if no strerror_r prototype is found, we provide our own to prevent picky | Daniel Stenberg | 2004-05-06 | 1 | -0/+11 |
* | gcc 3.4 now uses the -Wunreachable-code option, I believe we can make older | Daniel Stenberg | 2004-05-05 | 1 | -0/+5 |
* | Applied Joe Halpin's bugfixes to the NI_WITHSCOPEID test program. | Daniel Stenberg | 2004-04-01 | 1 | -8/+9 |
* | HAVE_NI_WITHSCOPEID spelled right! | Daniel Stenberg | 2004-03-31 | 1 | -2/+2 |
* | Andrés García fixed a warning in the ioctlsocket() usage. | Daniel Stenberg | 2004-03-31 | 1 | -1/+1 |
* | modified the NI_WITHSCOPEID to use an AF_INET6 socket immediately and | Daniel Stenberg | 2004-03-31 | 1 | -7/+9 |
* | Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists and | Daniel Stenberg | 2004-03-30 | 1 | -5/+63 |
* | strerror_r() detection changes: | Daniel Stenberg | 2004-03-25 | 1 | -3/+71 |
* | added check for strerror_r() | Daniel Stenberg | 2004-03-24 | 1 | -1/+19 |
* | ignore the icc warning 981 "operands are evaluated in unspecified order" | Daniel Stenberg | 2004-03-10 | 1 | -2/+3 |
* | we ignore the ICC warning 1419 as well | Daniel Stenberg | 2004-03-08 | 1 | -1/+3 |
* | Perhaps -Wundef is better on gcc versions after 2.95, since the autobuild | Daniel Stenberg | 2004-03-01 | 1 | -15/+24 |
* | When setting aggressive pedantic compiler options, display what options | Daniel Stenberg | 2004-03-01 | 1 | -0/+6 |
* | Make icc ignore "invalid format string conversion" warnings as well. They | Daniel Stenberg | 2004-02-26 | 1 | -5/+6 |
* | Use __INTEL_COMPILER instead of __ICC to the cpp to detect the Intel icc | Daniel Stenberg | 2004-02-26 | 1 | -3/+3 |
* | set debug options when using the icc compiler | Daniel Stenberg | 2004-02-25 | 1 | -4/+14 |
* | Moved most of the set-debug-options-depending-on-compiler logic to the new | Daniel Stenberg | 2004-02-25 | 1 | -0/+86 |
* | Added escaping of the function name in the AC_DEFUN() macros, so that | Daniel Stenberg | 2004-01-15 | 1 | -7/+7 |
* | Added proper #ifdef's for the #include files when checking for in_addr_t, | Daniel Stenberg | 2003-10-30 | 1 | -0/+10 |
* | O_NONBLOCK does not work on BeOS according to Shard | Daniel Stenberg | 2003-10-06 | 1 | -1/+1 |
* | improved the non-block check a lot: | Daniel Stenberg | 2003-10-05 | 1 | -4/+26 |
* | change the order of the in_addr_t tests, so that 'unsigned long' is tested | Daniel Stenberg | 2003-05-15 | 1 | -3/+1 |
* | added description in all AC_DEFINE() calls | Daniel Stenberg | 2003-01-20 | 1 | -18/+18 |
* | Albert Chin: | Daniel Stenberg | 2002-01-31 | 1 | -0/+2 |
* | Stoned Elipot's patch for the in_addr_t test | Daniel Stenberg | 2002-01-14 | 1 | -1/+1 |
* | now sets a type for in_addr_t even if it isn't found in the #include files | Daniel Stenberg | 2001-11-28 | 1 | -13/+11 |
* | Added an in_addr_t check | Daniel Stenberg | 2001-11-28 | 1 | -0/+39 |
* | now we make sure that NULL is defined in the gethostbyname_r() compiles | Daniel Stenberg | 2001-11-08 | 1 | -0/+8 |
* | Albert Chin's improved gethostbyname_r() tests | Daniel Stenberg | 2001-10-04 | 1 | -47/+18 |
* | Added non-blocking sockets test | Daniel Stenberg | 2001-10-01 | 1 | -0/+104 |