Commit History

Author SHA1 Message Date
  Daniel Stenberg 07e58aaa79 Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At 19 years ago
  Daniel Stenberg a31ddd363b Now configure checks for struct sockaddr_storage and the ftp code tries 19 years ago
  Daniel Stenberg 4e555c7b32 When cross-compiling, we do some better checking for the NI_WITHSCOPEID option instead of just assuming it is present. 19 years ago
  Dan Fandrich 1f68fa19c7 Finally fixed the LDAP library searching bug on libtool ver. 1.5 19 years ago
  Dan Fandrich 228e627475 Use the libtool variables better to make LDAP library search work on 19 years ago
  Dan Fandrich b5112096d7 Work around a bug in libtool ver. 1.5 during LDAP library detection. 19 years ago
  Dan Fandrich 205f8b266c Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 19 years ago
  Daniel Stenberg 58f4af7973 Marcin Konicki provided two configure fixes and a source fix to make curl 20 years ago
  Dan Fandrich 0e59182945 gcc 2.7 can't handle a few warning options that gcc 2.95 can. 20 years ago
  Dan Fandrich 38181fbc74 Fix the --enable-debug compiler warning options for older versions of gcc. 20 years ago
  Daniel Stenberg 18dd8154e2 Reverted the previous change and redid it differently as it seemed to not 20 years ago
  Daniel Stenberg e0b436f8e1 1 - do better when cross-compiling when checking for strerror_r() - alert 20 years ago
  Daniel Stenberg 55c015c136 typo AGAIN 20 years ago
  Daniel Stenberg bde6c6685e When using the icc compiler, we also ignore remark #1418 "external definition 20 years ago
  Daniel Stenberg 6f74820cfc if no strerror_r prototype is found, we provide our own to prevent picky 20 years ago
  Daniel Stenberg aae521d086 gcc 3.4 now uses the -Wunreachable-code option, I believe we can make older 20 years ago
  Daniel Stenberg 1fc7ff878e Applied Joe Halpin's bugfixes to the NI_WITHSCOPEID test program. 20 years ago
  Daniel Stenberg 5d27f50f2f HAVE_NI_WITHSCOPEID spelled right! 20 years ago
  Daniel Stenberg 40d9855df2 Andrs Garca fixed a warning in the ioctlsocket() usage. 20 years ago
  Daniel Stenberg ecf7adba15 modified the NI_WITHSCOPEID to use an AF_INET6 socket immediately and 20 years ago
  Daniel Stenberg a2ea0abf7f Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists and 20 years ago
  Daniel Stenberg 7461592a16 strerror_r() detection changes: 20 years ago
  Daniel Stenberg 242be55771 added check for strerror_r() 20 years ago
  Daniel Stenberg 78e0ba82b0 ignore the icc warning 981 "operands are evaluated in unspecified order" 20 years ago
  Daniel Stenberg 7e6043f04f we ignore the ICC warning 1419 as well 20 years ago
  Daniel Stenberg 6789dfc5f5 Perhaps -Wundef is better on gcc versions after 2.95, since the autobuild 20 years ago
  Daniel Stenberg 193a652e6a When setting aggressive pedantic compiler options, display what options 20 years ago
  Daniel Stenberg 85af357d81 Make icc ignore "invalid format string conversion" warnings as well. They 20 years ago
  Daniel Stenberg 0943f33438 Use __INTEL_COMPILER instead of __ICC to the cpp to detect the Intel icc 20 years ago
  Daniel Stenberg 6bd2de0c42 set debug options when using the icc compiler 20 years ago