Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-09-12 | removed perl and php makefiles | Daniel Stenberg | |
2001-09-07 | checks for sys/utime.h | Daniel Stenberg | |
2001-09-03 | utime() and utime.h adjustments for curl -R | Daniel Stenberg | |
2001-08-21 | Troy Engel's fix for running configure without --with-ssl | Daniel Stenberg | |
2001-08-20 | Albert Chin's neat configure/package fixes | Daniel Stenberg | |
2001-08-14 | --enable-debug now sets the following CFLAGS: | Daniel Stenberg | |
-W -Wall -Wwrite-strings -pedantic -g | |||
2001-06-20 | when --with-ssl is used with a specified path, we use that path immediately | Daniel Stenberg | |
to check libs and include files in, we don't check the default places first! | |||
2001-06-11 | Added a check that 'localhost' resolves before the gethostbyname_r() checks, | Daniel Stenberg | |
as they depend on the resolving of that name. It seems this mistake is happening from time to time and people have a hard time finding out why configure can't detect their gethostbyname_r()-setup. | |||
2001-05-31 | fixed the dlopen check | Daniel Stenberg | |
2001-05-30 | Added Solaris 'pkgadd' building support to packages collection and ↵ | Cris Bailiff | |
autoconf/automake files | |||
2001-05-29 | check for strtok_r | Daniel Stenberg | |
2001-05-28 | added 'curl-config --vernum' for hardcore hex version output | Daniel Stenberg | |
2001-05-22 | general autoconf and automake fixes | Daniel Stenberg | |
2001-05-22 | cleanup commit for new autoconf+automake+libtool versions | Daniel Stenberg | |
2001-05-21 | added a lame double-check for libcrypto as otherwise it wouldn't get added | Daniel Stenberg | |
properly! (?) Anyone has any better solution then please step forward! | |||
2001-05-18 | this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needs | Daniel Stenberg | |
to | |||
2001-05-18 | nicer OpenSSL header check | Daniel Stenberg | |
2001-04-18 | configure sets variables that curl-config uses to display what features | Daniel Stenberg | |
that have been built-in | |||
2001-04-17 | Generates curl-config now | Daniel Stenberg | |
2001-03-22 | Andrés García's problems on the mailing list made me realize that we can't | Daniel Stenberg | |
allow this script to simply detect a gethostbyname_r() if it can't figure out how to use it. From now on, this script will fail when that happens. | |||
2001-03-16 | fix the new makefiles in php/ and perl/ | Daniel Stenberg | |
2001-03-14 | checks for a few functions and include files more for the new getpwuid() | Daniel Stenberg | |
stuff in lib/netrc.c | |||
2001-03-09 | the socklen_t check is more involved now, but works on linux at least | Daniel Stenberg | |
2001-03-09 | added a check for socklen_t | Daniel Stenberg | |
removed the tiny/Makefile that was added accidentaly before | |||
2001-03-06 | new seeding stuff as mentioned by Albert Chin | Daniel Stenberg | |
2001-03-04 | 7.7 alpha 2 commit | Daniel Stenberg | |
2001-02-07 | 7.6.1-pre3 | Daniel Stenberg | |
2001-02-05 | Jun-ichiro itojun Hagino's IPv6 adjustments | Daniel Stenberg | |
2001-02-01 | Added support for --enable-debug | Daniel Stenberg | |