| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | netinet/tcp.h may require netinet/in.h to be include before | Daniel Stenberg | 2004-03-29 | 1 | -0/+3 |
* | check for netinet/tcp.h precense before actually including it | Daniel Stenberg | 2004-03-26 | 1 | -0/+1 |
* | get the version number from the new curlver.h header file | Daniel Stenberg | 2004-03-25 | 1 | -2/+2 |
* | localtime and gmtime are not thread-safe on newer AIXes either so we force | Daniel Stenberg | 2004-03-25 | 1 | -3/+11 |
* | force recent AIX versions to check for strerror_r | Daniel Stenberg | 2004-03-25 | 1 | -0/+11 |
* | added check for strerror_r() | Daniel Stenberg | 2004-03-24 | 1 | -0/+3 |
* | For IRIX systems we must pick the "correct" lib dirs for the particular | Daniel Stenberg | 2004-03-18 | 1 | -6/+6 |
* | Added the new vms subdir in the packages dir | Daniel Stenberg | 2004-03-15 | 1 | -0/+1 |
* | Dan Fandrich fixed some GSS detection flaws | Daniel Stenberg | 2004-03-03 | 1 | -2/+2 |
* | Moved most of the set-debug-options-depending-on-compiler logic to the new | Daniel Stenberg | 2004-02-25 | 1 | -64/+6 |
* | -Wno-format-nonliteral does not exist in my gcc 2.96, only use that with | Daniel Stenberg | 2004-02-21 | 1 | -1/+6 |
* | Only use -Wstrict-prototypes with gcc 3.3 or later. | Daniel Stenberg | 2004-02-20 | 1 | -2/+2 |
* | -Wcast-align is a bit too annoying | Daniel Stenberg | 2004-02-19 | 1 | -1/+4 |
* | Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hope | Daniel Stenberg | 2004-02-19 | 1 | -25/+28 |
* | When --enable-debug is used, for every -I provided to $CPPFLAGS we add | Daniel Stenberg | 2004-02-19 | 1 | -1/+13 |
* | if not yacc or bison is found, check if we *really* need it, and if we do | Daniel Stenberg | 2004-02-19 | 1 | -0/+14 |
* | If --enable-debug is used and gcc, we figure out which version and then we | Daniel Stenberg | 2004-02-19 | 1 | -3/+24 |
* | Andrés García added a check for lwinmm for Mingw/sys | Daniel Stenberg | 2004-02-15 | 1 | -0/+19 |
* | If no nroff tool is found, or if no command line switch to nroff that converts | Daniel Stenberg | 2004-02-12 | 1 | -11/+23 |
* | added --enable/disable-manual | Daniel Stenberg | 2004-02-12 | 1 | -0/+35 |
* | Andrés García's additional fix to make the OpenSSL stuff work for msys/mingw | Daniel Stenberg | 2004-02-11 | 1 | -1/+15 |
* | Rewrote the gethostbyname() check after Andrés García's provided patch | Daniel Stenberg | 2004-02-06 | 1 | -24/+57 |
* | An attempt to only set both libz-related defines at the same time. We need | Daniel Stenberg | 2004-02-05 | 1 | -13/+45 |
* | when using --enable-debug and gcc, provide the -Wno-format-nonliteral option | Daniel Stenberg | 2004-02-05 | 1 | -1/+1 |
* | link with libcares instead of libares | Daniel Stenberg | 2004-02-03 | 1 | -1/+1 |
* | try to figure out if -man or -mandoc works to get text with the NROFF | Daniel Stenberg | 2004-02-02 | 1 | -0/+18 |
* | check for sys/ioctl.h as well | Daniel Stenberg | 2004-01-29 | 1 | -0/+4 |
* | Instead of checking the off_t size, we use the source dir version of the | Daniel Stenberg | 2004-01-22 | 1 | -1/+4 |
* | check for limits.h as well | Daniel Stenberg | 2004-01-15 | 1 | -0/+1 |
* | fixed the LDFLAGS creation for the SPNEGO option | Daniel Stenberg | 2004-01-08 | 1 | -1/+1 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | We cannot 'cd' to the ares build dir to get the path, as the directory hasn't | Daniel Stenberg | 2003-12-15 | 1 | -2/+6 |
* | if there is an 'ares' subdirectory when configure is run with --enable-ares | Daniel Stenberg | 2003-12-11 | 1 | -3/+7 |
* | check for strtoll(), for the upcoming >2GB patch | Daniel Stenberg | 2003-12-10 | 1 | -1/+2 |
* | check for assert.h | Daniel Stenberg | 2003-12-10 | 1 | -0/+1 |
* | Dominick Meglio made --enable-ares support an option =PATH to specify a | Daniel Stenberg | 2003-12-10 | 1 | -6/+17 |
* | no need to add -lz to LDFLAGS manually, as AC_CHECK_LIB() does that | Daniel Stenberg | 2003-12-08 | 1 | -1/+0 |
* | curl-config now shows asyncdns if built with ares enabled | Daniel Stenberg | 2003-12-08 | 1 | -1/+3 |
* | that MSG_NOSIGNAL check serves no useful purpose! | Daniel Stenberg | 2003-12-02 | 1 | -12/+0 |
* | renamed the KRB4 to HAVE_KRB4 | Daniel Stenberg | 2003-12-02 | 1 | -1/+1 |
* | check for MSG_NOSIGNAL | Daniel Stenberg | 2003-12-02 | 1 | -0/+12 |
* | Markus Moeller fixed the SPNEGO check and it nows defines HAVE_SPNEGO | Daniel Stenberg | 2003-11-27 | 1 | -7/+12 |
* | Maciej W. Rozycki made this script use a cache variable for the writable | Daniel Stenberg | 2003-11-17 | 1 | -3/+15 |
* | Check for siginterrupt, used by the test suite web server sws. | Daniel Stenberg | 2003-10-30 | 1 | -0/+1 |
* | Based on David Hull's fix in bug report 804599, we now check for solaris | Daniel Stenberg | 2003-10-24 | 1 | -1/+16 |
* | removed creation of tests/server/config.h | Daniel Stenberg | 2003-10-09 | 1 | -1/+1 |
* | check for inet_pton() | Daniel Stenberg | 2003-10-07 | 1 | -0/+1 |
* | James MacMillan's patch makes curl build on QNC 6.2.x. | Daniel Stenberg | 2003-10-02 | 1 | -44/+42 |
* | find and detect the Heimdal GSSAPI include path properly | Daniel Stenberg | 2003-09-21 | 1 | -5/+9 |
* | Markus Moeller's SPNEGO patch applied, with my edits, additions and minor | Daniel Stenberg | 2003-09-19 | 1 | -1/+31 |