Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-30 | fix configure's SSL-detection for msys/mingw (from Andres Garcia) | Daniel Stenberg | |
2005-03-15 | added missing features to curl-config | Daniel Stenberg | |
2005-03-14 | if ws2_32 is used, append the lib last in the LIBS list (too) to make it | Daniel Stenberg | |
build and link fine with c-ares | |||
2005-03-13 | Added --enable-sspi that now make libcurl build with SSPI support. This only | Daniel Stenberg | |
works when built for win32. | |||
2005-03-11 | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich | |
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors. | |||
2005-03-09 | Stopped linking to the SSL libs if a full installation isn't found. | Dan Fandrich | |
Removed a redundant library check. | |||
2005-03-08 | Fixed the --with-zlib configure option so that it always adds the specified | Dan Fandrich | |
path to the compiler flags. Before, a zlib installation in the default path was always used in preference to the one in the desired location. | |||
2005-02-18 | Based on Mike Dobbs' report, BUILDING_LIBCURL is now defined in here if it | Daniel Stenberg | |
runs to build with mingw. | |||
2005-02-14 | check for ENGINE_load_builtin_engines() as well if engine is around | Daniel Stenberg | |
2005-02-11 | remove the check for strftime(), we don't need it | Daniel Stenberg | |
2005-01-18 | check for errno.h | Daniel Stenberg | |
2004-12-26 | nah, don't use the system's getpass() function since it too often is limited | Daniel Stenberg | |
to 8(!) or similar lengths passwords | |||
2004-12-25 | My reimplementation and cleanup of the getpass source code. We officially no | Daniel Stenberg | |
longer use Angus Mackay's getpass code due to the weirdo license his code was donated to us under. | |||
2004-12-23 | David Shaw fixed the disable variables so that curl-config --feature works | Daniel Stenberg | |
correctly! | |||
2004-12-22 | Marcin Konicki provided two configure fixes and a source fix to make curl | Daniel Stenberg | |
build out-of-the-box on BeOS. | |||
2004-12-19 | check for openssl/pkcs12.h | Daniel Stenberg | |
2004-12-13 | Dan Fandrich did minor corrections to his SSL cleanup patch | Daniel Stenberg | |
2004-12-11 | Dan Fandrich: | Daniel Stenberg | |
Here's a stab at a consolidation of the SSL detection heuristics into configure. Source files aren't changed by this patch, except for setup.h and the various config*.h files. Within the configure script, OPENSSL_ENABLED is used to determine if SSL is being used or not, and outside configure, USE_SSLEAY means the same thing; this could be even further unified some day. Now, when SSL is not detected, configure skips the various checks that are dependent on SSL, speeding up the configure process and avoiding complications with cross compiles. I also updated all the architecture- specific config files I could see, but I couldn't test them. | |||
2004-12-09 | Ton Voon provided a configure fix that should fix the notorious (mostly | Daniel Stenberg | |
reported on Solaris) problem where the size_t check fails due to the SSL libs being found in a dir not searched through by the run-time linker. patch-tracker entry #1081707. | |||
2004-12-05 | Dan Fandrich added the --disable-cookies option to configure to build | Daniel Stenberg | |
libcurl without cookie support. This is mainly useful if you want to build a minimalistic libcurl with no cookies support at all. Like for embedded systems or similar. | |||
2004-11-24 | Andrés García fixed the configure script to detect select properly when run | Daniel Stenberg | |
with Msys/Mingw on Windows. | |||
2004-11-22 | David Phillips fix for test 518 and my extension to make it not run on | Daniel Stenberg | |
systems that can't run it fine. | |||
2004-11-12 | Dan Fandrich added the --disable-crypto-auth option to configure to allow | Daniel Stenberg | |
libcurl to build without Digest support. (I figure it should also explicitly disable Negotiate and NTLM.) | |||
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 | |
-I/include options. Not anymore. | |||
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 | |
'curl -v writes debugging to its network socket if stderr is closed' | |||
2004-11-08 | check for and require tld.h to be present before libidn usage is activated | Daniel Stenberg | |
in the build, since libidn 0.3.X didn't have the header and we don't support that old libidn versions anyway. This was mentioned on the list by Jean-Philippe Barrette-LaPierre and in bug report #1062264. | |||
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 | |
pkg-config on the build host in order to detect OpenSSL compiler options. | |||
2004-10-18 | Peter Wullinger pointed out that curl should call setlocale() properly to | Daniel Stenberg | |
initiate the specific language operations, to make the IDN stuff work better. | |||
2004-10-10 | If long long is supported, check if [num]LL is supported for numerical | Daniel Stenberg | |
constants. | |||
2004-10-08 | if basename was found, check for a prototype and if none was found, provide | Daniel Stenberg | |
our own in the formdata.c file to prevent warnings on systems without it | |||
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 | |
included in very recent versions | |||
2004-10-01 | - Based on Fedor Karpelevitch's formpost path basename patch, file parts in | Daniel Stenberg | |
formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths. | |||
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 | |
by setting _THREAD_SAFE (and -qthreaded) before strerror_r() is checked for. | |||
2004-08-17 | added a check for the xlc compiler on AIX, and if that is detect we use | Daniel Stenberg | |
the -qthreaded compiler option | |||
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 | |
land with many warnings and even compiler errors due to missing structs etc | |||
2004-08-11 | define the _XOPEN_SOURCE define in the config.h file instead, and also added a | Daniel Stenberg | |
decent quote about the define, taken from http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html | |||
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 | |
and if so, define _XOPEN_SOURCE to 500 in an attempt to build with less warnings (on the 64bit versions) |