- Jul 11, 2006
-
-
Yang Tse authored
Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compilation and <malloc.h> must also be included.
-
- Jul 04, 2006
-
-
Yang Tse authored
-
- Jul 03, 2006
-
-
Yang Tse authored
-
- Jun 13, 2006
-
-
Dan Fandrich authored
-
- Jun 12, 2006
-
-
Dan Fandrich authored
-fvisibility=hidden on gcc >= 4.0. This reduces the size of the libcurl binary and speeds up dynamic linking by hiding all the internal symbols from the symbol table.
-
- Jun 08, 2006
-
-
Daniel Stenberg authored
-
- May 23, 2006
-
-
Daniel Stenberg authored
script to fail on debian unstable (some specific bash version perhaps?)
-
- May 11, 2006
-
-
Daniel Stenberg authored
AC_CHECK_HEADERS() and the action-if-found since that action is run even if just one of the six headers is found and I just now fell over a case with a duplicate file name (a krb4 implementation with an err.h file). I converted the check to manually make sure three of the headers are present before considering them fine.
-
- Apr 19, 2006
-
-
Daniel Stenberg authored
arguments work properly - and the option is not harmful for the rest of the curl build either!
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
fork support for cooler tests
-
- Mar 21, 2006
-
-
Daniel Stenberg authored
-
- Mar 20, 2006
-
- Mar 02, 2006
-
-
Daniel Stenberg authored
-
- Feb 11, 2006
-
-
Daniel Stenberg authored
instead of LDFLAGS.
-
- Jan 16, 2006
-
-
Daniel Stenberg authored
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time.
-
- Dec 23, 2005
-
-
Dan Fandrich authored
-
- Dec 21, 2005
-
-
Yang Tse authored
done in one single function CURL_CHECK_FUNC_GETNAMEINFO which will only define HAVE_GETNAMEINFO if the function has been found AND the type of its arguments has been properly been detected
-
- Dec 20, 2005
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
- Dec 19, 2005
-
-
Yang Tse authored
-
- Dec 18, 2005
-
-
Yang Tse authored
-
- Dec 16, 2005
- Dec 15, 2005
-
-
Yang Tse authored
valid windows.h winsock.h winsock2.h and ws2tcpip.h header files: CURL_CHECK_HEADER_WINDOWS CURL_CHECK_HEADER_WINSOCK CURL_CHECK_HEADER_WINSOCK2 CURL_CHECK_HEADER_WS2TCPIP
-
- Dec 14, 2005
- 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)
-