aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-23only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabledDaniel Stenberg
2005-11-23Yang Tse fixed MSVC 6.0 warningsDaniel Stenberg
2005-11-18fix compiler warningDaniel Stenberg
2005-11-17I extended a patch from David Shaw to make libcurl _always_ provide an errorDaniel Stenberg
2005-11-17TFTPDaniel Stenberg
2005-11-16Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file getDaniel Stenberg
2005-11-16check for and use winsock2.h instead of winsock.h and I fixed a typo in theDaniel Stenberg
2005-11-15include ws2tcpip.h in an attempt to detect some of the ipv6 structs betterDaniel Stenberg
2005-11-14Detect big/little endian in the configure script and adjust the ares_dns.hDaniel Stenberg
2005-11-14Quagmire reported that he needed to raise a NTLM buffer for SSPI to workDaniel Stenberg
2005-11-14Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.Gisle Vanem
2005-11-14Added CVS id.Gisle Vanem
2005-11-14We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID.Gisle Vanem
2005-11-14Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section inDaniel Stenberg
2005-11-14Jan Kunder's debian bug reportDaniel Stenberg
2005-11-14extended the description for exit code 9Daniel Stenberg
2005-11-13Yang Tse fixed compiler warningsDaniel Stenberg
2005-11-13to build with old gnutls verions, don't use the *_t typesDaniel Stenberg
2005-11-13prevent compiler warningDaniel Stenberg
2005-11-13Add HAVE_STRUCT_SOCKADDR_STORAGE.Gisle Vanem
2005-11-13Fix for WIN32. WIN32 does have 'struct sockaddr_storage', butGisle Vanem
2005-11-13Debian bug report 338681 by Jan Kunder: make curl better detect and report badDaniel Stenberg
2005-11-13Thanks to this nice summary of poll() implementations:Daniel Stenberg
2005-11-12Eugene Kotlyarov found out that cygwin's poll() function isn't doing thingsDaniel Stenberg
2005-11-12oops * 2Daniel Stenberg
2005-11-12oopsDaniel Stenberg
2005-11-12Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storageDaniel Stenberg
2005-11-12on windows (mingw32) the sockaddr_storage struct is in winsock2.hDaniel Stenberg
2005-11-12Fixed typo. Detabified.Gisle Vanem
2005-11-12Support big-endian machines.Gisle Vanem
2005-11-12Added CVS id, Detabified, applied c-ares coding-style.Gisle Vanem
2005-11-12Added CVS id. Detabified.Gisle Vanem
2005-11-12Include <getopt.h>.Gisle Vanem
2005-11-12removed files no longer existingDaniel Stenberg
2005-11-11Dima Barsky patched problem #1348930: the GnuTLS code completely ignoredDaniel Stenberg
2005-11-11Moved the sockaddr_storage definition to lib/sockaddr.h and only include thatDaniel Stenberg
2005-11-11Squelch gcc 4.x warning.Gisle Vanem
2005-11-11Detabified. Added CVS id.Gisle Vanem
2005-11-11HAVE_xx defines moved to config-win32.h.Gisle Vanem
2005-11-11mention how to set domain when using NTLMDaniel Stenberg
2005-11-11Update using ares_inet_pton() and ares_inet_ntop().Gisle Vanem
2005-11-10one in, one outDaniel Stenberg
2005-11-10Fun while it lasted. New mirror already out-of-date.Daniel Stenberg
2005-11-10David Lang fixed IPv6 support for TFTP!Daniel Stenberg
2005-11-10David Lang: if there is no sockaddr_storage, make up our own and use thatDaniel Stenberg
2005-11-10modified to the new error text for range errorDaniel Stenberg
2005-11-10just implementedDaniel Stenberg
2005-11-10Introducing range stepping to the curl globbing support. Now you can specifyDaniel Stenberg
2005-11-10Use config-win32.h on Windows. Fixes for djgpp.Gisle Vanem
2005-11-10Defines moved to config-win32.h.Gisle Vanem