Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
the source-tree | |||
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 | |
check fails. | |||
2000-11-08 | cleaned up the thread-safe checks into separate functions, added check for | Daniel Stenberg | |
gethostbyname() in the socket lib as it seems some systems need it | |||
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 | |
which lets the maketgz skip updating the configure.in file | |||
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 | |
stuff to ../src in the lib directory's Makefile.in otherwise! | |||
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 | |
added strlcpy() check in the krb4 section | |||
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 | |
2000-08-24 | removed the AC_TRY_RUN complaints | Daniel Stenberg | |
2000-08-24 | hostname and large file support added | Daniel Stenberg | |
2000-08-23 | Albert Chin-A-Young's fixes | Daniel Stenberg | |
2000-08-21 | 7.1.1 cleanup commit | Daniel Stenberg | |
2000-08-17 | removed the vprintf check, we have our own internal anyway | Daniel Stenberg | |
gethostbyname_r arg-number checks no longer made if there isn't any gethostbyname_r function! aborts the configure if socket() is absent | |||
2000-08-04 | brand new gethostbyname_r() and gethostbyaddr_r() checks that now detects | Daniel Stenberg | |
the AIX-styles as well. I added --disable-thread to allow a user to disable all testing for thread-safe functions being present and thus go with the good old style functions. This might become handy if (when?) I add a bug in the threaded code, like the AIX code I have now but can't test! | |||
2000-07-31 | big last-beta (?) cleanup commit | Daniel Stenberg | |
2000-07-29 | added localtime_r() | Daniel Stenberg | |
2000-07-26 | libtool adjustments | Daniel Stenberg | |
2000-07-25 | re-added the check for BOTH nsl and socket libs | Daniel Stenberg | |
2000-05-30 | Added checks for number of parameters to the functions gethostbyname_r() | Daniel Stenberg | |
and gethostbyaddr_r() | |||
2000-05-30 | pre-release commit | Daniel Stenberg | |
2000-05-25 | added sys/time.h check | Daniel Stenberg | |
2000-05-22 | moved here from the newlib branch | Daniel Stenberg | |
2000-05-14 | Added BOTH nsl+socket lib check | Daniel Stenberg | |
Added HOST and TARGET checks Added automatic update of the *spec.in files (Linux RPM stuff) | |||
2000-05-14 | string checks added | Daniel Stenberg | |
2000-03-21 | removed the double BSD install check | Daniel Stenberg | |
2000-03-21 | 6.5.2 release commit | Daniel Stenberg | |
2000-03-21 | release commit time | Daniel Stenberg | |
2000-03-16 | Added checks for RAND_screen, malloc.h and stdlib.h | Daniel Stenberg | |
2000-03-14 | 6.5 cleanup commit | Daniel Stenberg | |
2000-03-13 | put back the perl binary check | Daniel Stenberg | |
2000-03-02 | Added checks for setvbuf(), RAND_set() and removed the perl stuff | Daniel Stenberg | |
2000-01-10 | more removals | Daniel Stenberg | |
1999-12-29 | Initial revision | Daniel Stenberg | |