Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-16 | Moved the libssh2 checks after the SSL library checks. This helps when | Dan Fandrich | |
statically linking since libssh2 needs the SSL library link flags to be set up already to satisfy its dependencies. This wouldn't be necessary if the libssh2 configure check was changed to use pkg-config since the --static flag would add the dependencies automatically. | |||
2009-09-04 | added --with-nss to configure output. | Gunter Knauf | |
2009-09-01 | a failed libssh2 check must not pollute the variables | Daniel Stenberg | |
2009-09-01 | - configure now tries to use pkg-config for a number of sub-dependencies even | Daniel Stenberg | |
when cross-compiling. The key to success is then you properly setup PKG_CONFIG_PATH before invoking configure. I also improved how NSS is detected by trying nss-config if pkg-config isn't present, and as a last resort just use the lib name and force the user to setup the LIBS/LDFLAGS/CFLAGS etc properly. The previous last resort would add a range of various libs that would almost never be quite correct. | |||
2009-08-24 | - Marc de Bruin pointed out that configure --with-gnutls=PATH didn't work | Daniel Stenberg | |
properly and provided a fix. http://curl.haxx.se/bug/view.cgi?id=2843008 | |||
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-07-09 | bring back the libgnutls-config use for checking for GnuTLS if pkg-config | Daniel Stenberg | |
doesn't work, to better fine older gnutls installs | |||
2009-06-20 | Refactor how libraries are checked for connect() function, | Yang Tse | |
and check for connect() as it is done for other functions. | |||
2009-06-18 | add CloseSocket camel case function check | Yang Tse | |
2009-06-17 | socket() and closesocket() prototypes might be in socket.h | Yang Tse | |
2009-06-17 | check for socket() and closesocket() as it is done for other functions | Yang Tse | |
2009-06-09 | Added --enable-curldebug configure option to enable and disable building | Yang Tse | |
with the low-level curl debug memory tracking 'feature' to allow decoupled setting from --enable-debug. | |||
2009-06-08 | - Triggered by bug report #2798852 and the patch in there, I fixed configure | Daniel Stenberg | |
to detect gnutls build options with pkg-config only and not libgnutls-config anymore since GnuTLS has stopped distributing that tool. If an explicit path is given to configure, we will instead guess on how to link and use that lib. I did not use the patch from the bug report. | |||
2009-06-06 | Revert delegating c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | |
the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script. | |||
2009-06-04 | c-ares embbeded builds header include paths fully defined in makefiles | Yang Tse | |
2009-06-01 | - Claes Jakobsson fixed the configure script to better find and use NSS | Daniel Stenberg | |
without pkg-config. | |||
2009-05-30 | Delegate c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | |
the uninstalled c-ares libtool archive built from the CVS embedded tree. | |||
2009-05-26 | c-ares's --enable-curldebug configure option decoupled from c-ares's ↵ | Yang Tse | |
--enable-debug | |||
2009-05-11 | Remove experimental check. Currently there's no need for it. | Yang Tse | |
2009-05-09 | Remove DOS and TPF package's Makefile.am | Yang Tse | |
Not actually needed to simply include some files in the distribution tarball. | |||
2009-05-07 | Fix an m4 overquoting triggering a spurious 'AS_TR_CPP' symbol definition | Yang Tse | |
attempt in generated config.h | |||
2009-05-07 | Proper naming for the experimental compiler test and moved to *-compilers.m4 | Yang Tse | |
2009-05-06 | Use autobuilds to verify if a couple of experimental compiler tests pass on ↵ | Yang Tse | |
all of them. This will be removed in 24 or 48 hours. | |||
2009-05-04 | fix makefile reference to packages/TPF | Yang Tse | |
2009-05-03 | HP-UX's X/Open network library requirement check follow-up | Yang Tse | |
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse | |
2009-05-01 | Remove temporary debug tracing for X/Open HP-UX | Yang Tse | |
2009-05-01 | Check definition of _XOPEN_SOURCE_EXTENDED with the compiler | Yang Tse | |
2009-04-30 | Add temporary debug tracing for X/Open HP-UX | Yang Tse | |
2009-04-30 | Check if X/Open network library is required | Yang Tse | |
2009-04-27 | Reorder curl_socklen_t and socklen_t equivalent check while both coexist | Yang Tse | |
2009-04-26 | Initial step towards a configure time curl_socklen_t definition | Yang Tse | |
2009-04-21 | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse | |
setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respectively. | |||
2009-03-13 | - Use libssh2_version() to present the libssh2 version in case the libssh2 | Daniel Stenberg | |
library is found to support it. | |||
2009-03-11 | update the embedded copyright year | Daniel Stenberg | |
2009-03-04 | Fixed a problem with m4 quoting in the OpenSSL configure check reported | Dan Fandrich | |
by Daniel Johnson. | |||
2009-02-13 | check for poll() as it is done for other functions | Yang Tse | |
2009-02-12 | Fixed NTLM on curl-config --features with GnuTLS | Dan Fandrich | |
2009-02-12 | Added support for Digest and NTLM authentication using GnuTLS. | Dan Fandrich | |
2009-02-04 | Don't add the standard /usr/lib or /usr/include paths to LDFLAGS and CPPFLAGS | Dan Fandrich | |
(respectively) when --with-ssl=/usr is used (patch based on FreeBSD). | |||
2009-01-11 | - Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665) | Daniel Stenberg | |
by Daniel Black, I've now added magic to the configure script that makes it use pkg-config to detect gnutls details as well if the existing method (using libgnutls-config) fails. While doing this, I cleaned up and unified the pkg-config usage when detecting openssl and nss as well. | |||
2008-12-30 | changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ↵ | Gunter Knauf | |
just found that ares already uses this define. | |||
2008-12-27 | added check for sin6_scope_id member in struct sockaddr_in6. | Gunter Knauf | |
2008-11-29 | Further adjust a libssh2 preprocessor function-symbol definition check | Yang Tse | |
2008-11-24 | - Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19 | Daniel Stenberg | |
function when built to support SCP and SFTP that helps the library to know in which direction a particular libssh2 operation would return EAGAIN so that libcurl knows what socket conditions to wait for before trying the function call again. Previously (and still when using libssh2 0.18 or earlier), libcurl will busy-loop in this situation when the easy interface is used! | |||
2008-11-18 | provide a common PATH_SEPARATOR check method which is required by | Yang Tse | |
upcomming work to support the broadest range of Autoconf versions | |||
2008-11-18 | check for gethostbyaddr and gethostbyname as it is done for other functions | Yang Tse | |
2008-11-16 | trim down configure script size | Yang Tse | |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-11-08 | check for getifaddrs and freeifaddrs as it is done for other functions | Yang Tse | |