- Dec 14, 2005
-
-
Yang Tse authored
Determine the correct type to be passed to four of the `getnameinfo' function's arguments, and define those types in `GETNAMEINFO_TYPE_ARG2', `GETNAMEINFO_TYPE_ARG46', and `GETNAMEINFO_TYPE_ARG7'.
-
- Nov 29, 2005
-
-
Daniel Stenberg authored
-
- Nov 28, 2005
-
-
Daniel Stenberg authored
don't have one in order to fix a remaining warning on IRIX 6.2.
-
- Nov 25, 2005
-
-
Daniel Stenberg authored
F"
-
- Nov 24, 2005
-
-
Daniel Stenberg authored
configure.
-
- Nov 13, 2005
-
-
Daniel Stenberg authored
http://www.greenend.org.uk/rjk/2001/06/poll.html and further tests by Eugene Kotlyarov, we now know that cygwin's poll returns only POLLHUP on remote connection closure so we check for that case (too) and re-enable poll for cygwin builds.
-
- Nov 12, 2005
-
-
Daniel Stenberg authored
right: http://curl.haxx.se/mail/archive-2005-11/0045.html so we now disable poll() and use select() on cygwin too (we already do the same choice on Mac OS X)
-
- Nov 08, 2005
-
-
Daniel Stenberg authored
version of libcurl with different Windows versions. Current version of libcurl imports SSPI functions from secur32.dll. However, under Windows NT 4.0 these functions are located in security.dll, under Windows 9x - in secur32.dll and Windows 2000 and XP contains both these DLLs (security.dll just forwards calls to secur32.dll). Dmitry's patch loads proper library dynamically depending on Windows version. Function InitSecurityInterface() is used to obtain pointers to all of SSPI function in one structure. : ----------------------------------------------------------------------
-
- Oct 04, 2005
-
-
Daniel Stenberg authored
-
- Sep 20, 2005
-
-
Daniel Stenberg authored
to a warning message as a first step. We should persue to make curl use c-ares properly even when built with ipv6 support.
-
- Sep 15, 2005
-
-
Daniel Stenberg authored
being necessary for solaris builds)
-
- Sep 02, 2005
-
-
Daniel Stenberg authored
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to list of protocols whereever those are mentioned.
-
- Aug 31, 2005
-
-
Daniel Stenberg authored
broke krb4 builds!
-
- Aug 29, 2005
-
-
Daniel Stenberg authored
-
- Aug 21, 2005
-
-
Daniel Stenberg authored
default dir
-
- Jul 27, 2005
-
-
Dan Fandrich authored
-
- Jul 20, 2005
-
-
Dan Fandrich authored
-
- Jun 01, 2005
-
-
Daniel Stenberg authored
- inspired by Tupone Alfredo's bug report (and patch) #1212940
-
- May 25, 2005
-
-
Daniel Stenberg authored
pkg-config
-
- May 22, 2005
-
-
Daniel Stenberg authored
-
- May 16, 2005
-
-
Daniel Stenberg authored
one" is made, and only if that test runs ok we define it as present. Unless crosscompiling, since then we use the former AC_CHECK_FUNCS method.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 13, 2005
-
-
Daniel Stenberg authored
-
- May 02, 2005
-
-
Daniel Stenberg authored
to survive without it if not found. AIX 4.3 targetted adjustment.
-
- Apr 22, 2005
-
-
Daniel Stenberg authored
-
- Apr 19, 2005
-
-
Daniel Stenberg authored
Previously this was only done for OpenSSL builds.
-
Daniel Stenberg authored
given prefix. Building something with gnutls without it just is too error- prone.
-
Daniel Stenberg authored
build...
-
- Apr 15, 2005
-
-
Daniel Stenberg authored
it is still likely to not do very good since it can't figure out all the lib dependencies)
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to explicitly disable that first with --without-ssl. Initial attempt.
-
- Mar 30, 2005
-
-
Daniel Stenberg authored
-
- Mar 15, 2005
-
-
Daniel Stenberg authored
-
- Mar 14, 2005
-
-
Daniel Stenberg authored
build and link fine with c-ares
-
- Mar 13, 2005
-
-
Daniel Stenberg authored
works when built for win32.
-
- Mar 11, 2005
-
-
Dan Fandrich authored
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors.
-
- Mar 09, 2005
-
-
Dan Fandrich authored
Removed a redundant library check.
-
- Mar 08, 2005
-
-
Dan Fandrich authored
path to the compiler flags. Before, a zlib installation in the default path was always used in preference to the one in the desired location.
-
- Feb 18, 2005
-
-
Daniel Stenberg authored
runs to build with mingw.
-