Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-15 | figure out select()'s argument types | Daniel Stenberg | |
2003-03-14 | improved "deeper" check | Daniel Stenberg | |
2003-03-13 | No longer halts operation if select or socket are missing, since in most | Daniel Stenberg | |
cases this is wrong... and if they're truly missing, we won't succeed to link later on anyway. | |||
2003-03-13 | Extra function-find magic for platforms that don't like the way the | Daniel Stenberg | |
default AC_CHECK_FUNCS() work. HPUX 11 is one of them. | |||
2003-03-12 | improved the header checks | Daniel Stenberg | |
--enable-libgcc check for a sed before using it | |||
2003-03-12 | Massige use of AC_HELP_STRING() all over makes the --help output so much | Daniel Stenberg | |
nicer! | |||
2003-03-11 | don't check for netinet/if_ether.h, we don't include it and it causes | Daniel Stenberg | |
configure warnings on many systems | |||
2003-03-07 | figure out the path to a 'sed' as otherwise libtool gets crazy | Daniel Stenberg | |
2003-03-03 | moved the disable-thread warning to the switch code so that the AIX 4.3 | Daniel Stenberg | |
automatic disable won't cause a warning | |||
2003-03-03 | Detect AIX 4.3 or later, and if found disable the check for the thread-safe | Daniel Stenberg | |
*_r() functions as they're not needed (and if fact mess things up for us). Brought to our attention by the friendly Troels Walsted Hansen in bug report #696217. | |||
2003-01-29 | HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and then | Daniel Stenberg | |
we attempt to hide some of the more sensitive command line arguments | |||
2003-01-27 | removed -Wcast-align from --enable-debug with gcc, it just gives too many | Daniel Stenberg | |
warnings that I can't be concerned about at this point. | |||
2003-01-20 | added description in all AC_DEFINE() calls | Daniel Stenberg | |
2002-12-20 | Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the default | Daniel Stenberg | |
makefile when --enable-maintainer-mode is not used. | |||
2002-12-16 | cut off -O properly when building for debug | Daniel Stenberg | |
setup the Makefile in tests/libtest/ | |||
2002-11-28 | bad use of AM_CONDITIONAL removed and now configure runs better when used | Daniel Stenberg | |
with --disable-ipv6 --without-zlib | |||
2002-11-15 | attempts to filter off optimize flags when --enable-debug is used | Daniel Stenberg | |
2002-10-28 | works now with autoconf 2.54 | Daniel Stenberg | |
2002-10-23 | fixed the cygwin check for -no-undefined | Daniel Stenberg | |
2002-10-21 | check for cygwin and if built on that, enable the no-undefined option for | Daniel Stenberg | |
libtool. Otherwise disable it. | |||
2002-10-21 | --enable-debug now checks if gcc is used before it sets all those gcc- | Daniel Stenberg | |
specific options. This should make this option work on more platforms with other compilers. | |||
2002-10-08 | rewrote the --with-zlib check, based on Albert Chin's input. | Daniel Stenberg | |
2002-10-01 | --with-libz and --without-libz are now supported | Daniel Stenberg | |
2002-09-02 | AC_SUBST HAVE_LIBZ for curl-config.in | Daniel Stenberg | |
2002-09-02 | James Gallagher's Content-Encoding work | Daniel Stenberg | |
2002-08-30 | CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we | Daniel Stenberg | |
proceed fine with the already existing options, just having a different internal library default for capath. | |||
2002-08-30 | ca-bundle stuff for configure and generated header file | Daniel Stenberg | |
2002-08-13 | gethostname is not used anymore so we can stop looking for it! ;-) | Daniel Stenberg | |
2002-08-13 | check for poll() | Daniel Stenberg | |
2002-07-29 | check for sys/poll.h | Daniel Stenberg | |
2002-06-11 | Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups in | Daniel Stenberg | |
case a timeout is set. This seems to work. God knows if it is good enough or what kind of side-effects we introduce here and now. I'll close my eyes and cross my fingers. Hard. | |||
2002-06-11 | added --disable-[protocol] support | Daniel Stenberg | |
2002-03-04 | added docs/libcurl/ | Daniel Stenberg | |
removed multi/ | |||
2002-03-04 | Added packages/EPM | Daniel Stenberg | |
2002-02-25 | the test suite http server is now automake'd | Daniel Stenberg | |
2002-02-25 | generate a config file for the test suite http server too | Daniel Stenberg | |
2002-02-19 | moved the config.h to lib/config.h | Daniel Stenberg | |
2002-01-18 | playing with more strict gcc warnings with --enable-debug | Daniel Stenberg | |
2002-01-18 | commented out the 'long long' and 'long double' checks, as we don't really | Daniel Stenberg | |
use them anyway and they cause warnings in lib/mprint.c | |||
2002-01-03 | multi stuff from the multi-dev branch | Daniel Stenberg | |
2001-12-17 | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg | |
2001-12-07 | added gmtime_r check | Daniel Stenberg | |
2001-11-28 | Added an in_addr_t check | Daniel Stenberg | |
2001-10-29 | Kevin Roth's cygwin package fixes | Daniel Stenberg | |
2001-10-23 | added AC_PREREQ(2.50) to prevent autoconf mistakes | Daniel Stenberg | |
2001-10-22 | added cygwin package makefile | Daniel Stenberg | |
2001-10-16 | added AC_LIBTOOL_WIN32_DLL for cygwin setup issues | Daniel Stenberg | |
2001-10-11 | getservbyname is not used by libcurl, don't check for it | Daniel Stenberg | |
2001-10-04 | Albert Chin's improved gethostbyname_r() tests | Daniel Stenberg | |
2001-10-01 | Added non-blocking sockets test | Daniel Stenberg | |