Age | Commit message (Expand) | Author |
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 |
2001-06-20 | when --with-ssl is used with a specified path, we use that path immediately | Daniel Stenberg |
2001-06-11 | Added a check that 'localhost' resolves before the gethostbyname_r() checks, | Daniel Stenberg |
2001-05-31 | fixed the dlopen check | Daniel Stenberg |
2001-05-30 | Added Solaris 'pkgadd' building support to packages collection and autoconf/a... | Cris Bailiff |
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 |
2001-05-18 | this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needs | Daniel Stenberg |
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 |
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 |
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 |
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 |
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 |
2001-01-31 | Added a check for a working getaddrinfo() that is required for the IPv6 | Daniel Stenberg |
2001-01-25 | make the configure script die if select() or socket() is missing | Daniel Stenberg |
2001-01-22 | Added simple IPv6 recognition support | Daniel Stenberg |
2001-01-08 | 'make distcheck' works now | Daniel Stenberg |
2001-01-08 | distcheck fixes | Daniel Stenberg |
2001-01-08 | adjusted to work with automake 'make dist' | Daniel Stenberg |
2001-01-08 | Loic Dachary's makefile/dist/rpm fixes | Daniel Stenberg |
2001-01-04 | configure now finds the correct version number even if invoked from outside | Daniel Stenberg |
2000-12-11 | Albert Chin-A-Young fixed the SSL option to use LDFLAGS properly | Daniel Stenberg |
2000-11-10 | the tests dir is added | Daniel Stenberg |
2000-11-10 | added getpass_r check | Daniel Stenberg |
2000-11-09 | Added RSAglue/rsaref lib check if the crypto lib is there but the ssl lib | Daniel Stenberg |
2000-11-08 | cleaned up the thread-safe checks into separate functions, added check for | Daniel Stenberg |
2000-11-01 | added signal in case sigaction is missing | Daniel Stenberg |
2000-10-27 | Added sigaction check | Daniel Stenberg |
2000-10-26 | removed getpass-check since getpass() is no longer being used | Daniel Stenberg |
2000-10-23 | the configure script dynamically gets the version from the include file now | Daniel Stenberg |
2000-10-16 | 7.4.1 commit | Daniel Stenberg |
2000-10-06 | moved the src/config.h stuff to the bottom, as automake were adding include | Daniel Stenberg |
2000-09-28 | 7.3 commit | Daniel Stenberg |
2000-09-26 | moved the RAND_status() and RAND_screen() checks to the openssl section | Daniel Stenberg |
2000-08-31 | patched 7.2 configure to work! | Daniel Stenberg |
2000-08-30 | 7.2 | Daniel Stenberg |
2000-08-24 | Inreased buffer size for the Linux gethostbyname_r() test | Daniel Stenberg |