summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-11-10Easy configuration with this file.Gisle Vanem
2005-11-10Remove generated files areslib.plg areslib.mak from CVS.Gisle Vanem
2005-11-10Remove generated files ahost.plg ahost.mak from CVS.Gisle Vanem
2005-11-10Remove generated files adig.plg adig.mak from CVS.Gisle Vanem
2005-11-09* Add step parameter to the globbing. Like [0-1000;10] that would walk theDaniel Stenberg
2005-11-09Update with "new" HAVE_xx.Gisle Vanem
2005-11-09Replace <winsock.h> with <winsock2.h>Gisle Vanem
2005-11-09Add cvs id.Gisle Vanem
2005-11-09Added Makefile.vc6.Gisle Vanem
2005-11-09I hate MS-devstudio project files.Gisle Vanem
2005-11-09Updated for MingW. Added inet_ntop.o inet_net_pton.o bitncmp.o.Gisle Vanem
2005-11-09MSVC fix for 'socklen_t'. Replace <winsock.h> with <winsock2.h> +Gisle Vanem
2005-11-09Fixes for building with MSVC-6/7. Added inet*.c.Gisle Vanem
2005-11-09Fixes for building ahost with MSVC-6/7. Added inet*.c.Gisle Vanem