summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changes for OpenWatcom 1.4.Gisle Vanem2005-11-242-3/+6
* Doug Kaufman's set of patches to make curl build fine on DJGPP again usingDaniel Stenberg2005-11-246-4/+28
* mention the colon-only thing for -u and SSPI+NTLMDaniel Stenberg2005-11-241-1/+9
* Yang Tse's patch to silence MSVC warningsDaniel Stenberg2005-11-231-5/+7
* only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabledDaniel Stenberg2005-11-232-2/+3
* Yang Tse fixed MSVC 6.0 warningsDaniel Stenberg2005-11-232-1/+3
* fix compiler warningDaniel Stenberg2005-11-181-1/+1
* I extended a patch from David Shaw to make libcurl _always_ provide an errorDaniel Stenberg2005-11-174-7/+19
* TFTPDaniel Stenberg2005-11-171-0/+3
* Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file getDaniel Stenberg2005-11-163-1/+10
* check for and use winsock2.h instead of winsock.h and I fixed a typo in theDaniel Stenberg2005-11-161-21/+21
* include ws2tcpip.h in an attempt to detect some of the ipv6 structs betterDaniel Stenberg2005-11-151-0/+13
* Detect big/little endian in the configure script and adjust the ares_dns.hDaniel Stenberg2005-11-142-2/+23
* Quagmire reported that he needed to raise a NTLM buffer for SSPI to workDaniel Stenberg2005-11-142-8/+14
* Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.Gisle Vanem2005-11-141-1/+2
* Added CVS id.Gisle Vanem2005-11-141-2/+5
* We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID.Gisle Vanem2005-11-141-0/+1
* Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section inDaniel Stenberg2005-11-141-1/+1
* Jan Kunder's debian bug reportDaniel Stenberg2005-11-142-1/+12
* extended the description for exit code 9Daniel Stenberg2005-11-141-1/+3
* Yang Tse fixed compiler warningsDaniel Stenberg2005-11-132-1/+4
* to build with old gnutls verions, don't use the *_t typesDaniel Stenberg2005-11-131-1/+1
* prevent compiler warningDaniel Stenberg2005-11-131-1/+1
* Add HAVE_STRUCT_SOCKADDR_STORAGE.Gisle Vanem2005-11-131-0/+3
* Fix for WIN32. WIN32 does have 'struct sockaddr_storage', butGisle Vanem2005-11-131-1/+1
* Debian bug report 338681 by Jan Kunder: make curl better detect and report badDaniel Stenberg2005-11-133-2/+19
* Thanks to this nice summary of poll() implementations:Daniel Stenberg2005-11-134-4/+11
* Eugene Kotlyarov found out that cygwin's poll() function isn't doing thingsDaniel Stenberg2005-11-123-3/+10
* oops * 2Daniel Stenberg2005-11-121-1/+1
* oopsDaniel Stenberg2005-11-121-1/+1
* Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storageDaniel Stenberg2005-11-123-11/+13
* on windows (mingw32) the sockaddr_storage struct is in winsock2.hDaniel Stenberg2005-11-121-0/+3
* Fixed typo. Detabified.Gisle Vanem2005-11-121-43/+43
* Support big-endian machines.Gisle Vanem2005-11-121-0/+7
* Added CVS id, Detabified, applied c-ares coding-style.Gisle Vanem2005-11-121-113/+127
* Added CVS id. Detabified.Gisle Vanem2005-11-121-1/+3
* Include <getopt.h>.Gisle Vanem2005-11-121-13/+28
* removed files no longer existingDaniel Stenberg2005-11-121-4/+3
* Dima Barsky patched problem #1348930: the GnuTLS code completely ignoredDaniel Stenberg2005-11-113-1/+28
* Moved the sockaddr_storage definition to lib/sockaddr.h and only include thatDaniel Stenberg2005-11-115-8/+40
* Squelch gcc 4.x warning.Gisle Vanem2005-11-111-1/+1
* Detabified. Added CVS id.Gisle Vanem2005-11-112-7/+11
* HAVE_xx defines moved to config-win32.h.Gisle Vanem2005-11-112-11/+11
* mention how to set domain when using NTLMDaniel Stenberg2005-11-111-0/+5
* Update using ares_inet_pton() and ares_inet_ntop().Gisle Vanem2005-11-111-9/+39
* one in, one outDaniel Stenberg2005-11-101-1/+1
* Fun while it lasted. New mirror already out-of-date.Daniel Stenberg2005-11-101-2/+1
* David Lang fixed IPv6 support for TFTP!Daniel Stenberg2005-11-103-10/+18
* David Lang: if there is no sockaddr_storage, make up our own and use thatDaniel Stenberg2005-11-102-5/+8
* modified to the new error text for range errorDaniel Stenberg2005-11-101-1/+1