Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-05 | --enable-thread was broken and this should cure it | Daniel Stenberg | |
Kevin Fisk reported. | |||
2003-08-19 | when --enable-debug is used to set debug options with gcc, use -Wno-long-long | Daniel Stenberg | |
to inhibit long long warnings (ISO C90 does not support `long long') | |||
2003-08-19 | check for CRYPTO_cleanup_all_ex_data as well | Daniel Stenberg | |
2003-08-14 | check for long long | Daniel Stenberg | |
changed the use of AC_CHECK_TYPE as the previous approach is deprecated require 2.57 properly | |||
2003-08-11 | define USE_ARES nicer if enabled | Daniel Stenberg | |
2003-08-05 | Add --enable-ares support, which will make us build curl with ares for | Daniel Stenberg | |
asynch name resolves. Still very experimental, beware! | |||
2003-07-30 | add a check for 'ar' since the lack of it bit Jared Ingersoll | Daniel Stenberg | |
we might need to check for some other tools too that on Solaris are put in those weird dirs... | |||
2003-07-25 | only check for CA bundle path if build with SSL support | Daniel Stenberg | |
set a conditional for the makefile if we know the CA path or not | |||
2003-07-04 | Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly in | Daniel Stenberg | |
the configure script. We set it differently now and generate the lib/ca-bundle.h file entirely. | |||
2003-06-26 | moved from former CVS | Daniel Stenberg | |
2003-06-12 | store HAVE_LIBZ as an automake conditional | Daniel Stenberg | |
2003-06-10 | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg | |
added. | |||
2003-05-21 | fix the makefile in packages/DOS too | Daniel Stenberg | |
2003-05-04 | the writable argv check now should not exit when building a cross-compiled | Daniel Stenberg | |
curl | |||
2003-04-06 | Ryan Weaver's fix to prevent the ca bundle to get installed even when | Daniel Stenberg | |
building curl without SSL support! | |||
2003-03-26 | fixed the pkg-config stuff for rh9 | Daniel Stenberg | |
2003-03-25 | attempt to extract openssl information using pkg-config | Daniel Stenberg | |
2003-03-25 | Renamed configure.in to configure.ac, as this is the supposedly new preferred | Daniel Stenberg | |
name for it. |