Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-15 | include ws2tcpip.h in an attempt to detect some of the ipv6 structs better | Daniel Stenberg | |
in mingw builds | |||
2005-11-14 | Detect big/little endian in the configure script and adjust the ares_dns.h | Daniel Stenberg | |
macros accordingly. | |||
2005-11-14 | Quagmire reported that he needed to raise a NTLM buffer for SSPI to work | Daniel Stenberg | |
properly for a case, and so we did. We raised it even for non-SSPI builds but it should not do any harm. http://curl.haxx.se/bug/view.cgi?id=1356715 | |||
2005-11-14 | Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'. | Gisle Vanem | |
2005-11-14 | Added CVS id. | Gisle Vanem | |
Avoid warning 'x might be used uninitialized in this function'. | |||
2005-11-14 | We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID. | Gisle Vanem | |
2005-11-14 | Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in | Daniel Stenberg | |
module-definition files. this section is not mandatory for msvc60 so it could be completely removed from libcurl.def. | |||
2005-11-14 | Jan Kunder's debian bug report | Daniel Stenberg | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338680 identified a weird error message for when you try to upload a file and the requested directory doesn't exist on the target server. | |||
2005-11-14 | extended the description for exit code 9 | Daniel Stenberg | |
2005-11-13 | Yang Tse fixed compiler warnings | Daniel Stenberg | |
2005-11-13 | to build with old gnutls verions, don't use the *_t types | Daniel Stenberg | |
2005-11-13 | prevent compiler warning | Daniel Stenberg | |
2005-11-13 | Add HAVE_STRUCT_SOCKADDR_STORAGE. | Gisle Vanem | |
My mistake; WinCE has it's own config-file. | |||
2005-11-13 | Fix for WIN32. WIN32 does have 'struct sockaddr_storage', but | Gisle Vanem | |
that's in <winsock2.h>. Hence tftp.c wouldn't compile on WinCE. | |||
2005-11-13 | Debian bug report 338681 by Jan Kunder: make curl better detect and report bad | Daniel Stenberg | |
limit-rate units: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338681 Now curl will return error if a bad unit is used. | |||
2005-11-13 | Thanks to this nice summary of poll() implementations: | Daniel Stenberg | |
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. | |||
2005-11-12 | Eugene Kotlyarov found out that cygwin's poll() function isn't doing things | Daniel Stenberg | |
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) | |||
2005-11-12 | oops * 2 | Daniel Stenberg | |
2005-11-12 | oops | Daniel Stenberg | |
2005-11-12 | Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storage | Daniel Stenberg | |
struct instead to use. | |||
2005-11-12 | on windows (mingw32) the sockaddr_storage struct is in winsock2.h | Daniel Stenberg | |
2005-11-12 | Fixed typo. Detabified. | Gisle Vanem | |
2005-11-12 | Support big-endian machines. | Gisle Vanem | |
2005-11-12 | Added CVS id, Detabified, applied c-ares coding-style. | Gisle Vanem | |
2005-11-12 | Added CVS id. Detabified. | Gisle Vanem | |
2005-11-12 | Include <getopt.h>. | Gisle Vanem | |
Use DNS__32BIT() and DNS__16BIT() (How about BE machines?). Display T_AAAA resource. | |||
2005-11-12 | removed files no longer existing | Daniel Stenberg | |
2005-11-11 | Dima Barsky patched problem #1348930: the GnuTLS code completely ignored | Daniel Stenberg | |
client certificates! (http://curl.haxx.se/bug/view.cgi?id=1348930). | |||
2005-11-11 | Moved the sockaddr_storage definition to lib/sockaddr.h and only include that | Daniel Stenberg | |
in files that actually need the struct. | |||
2005-11-11 | Squelch gcc 4.x warning. | Gisle Vanem | |
2005-11-11 | Detabified. Added CVS id. | Gisle Vanem | |
2005-11-11 | HAVE_xx defines moved to config-win32.h. | Gisle Vanem | |
2005-11-11 | mention how to set domain when using NTLM | Daniel Stenberg | |
2005-11-11 | Update using ares_inet_pton() and ares_inet_ntop(). | Gisle Vanem | |
2005-11-10 | one in, one out | Daniel Stenberg | |
2005-11-10 | Fun while it lasted. New mirror already out-of-date. | Daniel Stenberg | |
2005-11-10 | David Lang fixed IPv6 support for TFTP! | Daniel Stenberg | |
2005-11-10 | David Lang: if there is no sockaddr_storage, make up our own and use that | Daniel Stenberg | |
2005-11-10 | modified to the new error text for range error | Daniel Stenberg | |
2005-11-10 | just implemented | Daniel Stenberg | |
2005-11-10 | Introducing range stepping to the curl globbing support. Now you can specify | Daniel Stenberg | |
step counter by adding :[num] within the brackets when specifying a range. | |||
2005-11-10 | Use config-win32.h on Windows. Fixes for djgpp. | Gisle Vanem | |
2005-11-10 | Defines moved to config-win32.h. | Gisle Vanem | |
2005-11-10 | Easy configuration with this file. | Gisle Vanem | |
2005-11-10 | Remove generated files areslib.plg areslib.mak from CVS. | Gisle Vanem | |
2005-11-10 | Remove generated files ahost.plg ahost.mak from CVS. | Gisle Vanem | |
2005-11-10 | Remove 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 the | Daniel Stenberg | |
range increasing the number with 10 for every step. Requested by Jose: http://curl.haxx.se/feedback/display.cgi?id=11315662266802 | |||
2005-11-09 | Update with "new" HAVE_xx. | Gisle Vanem | |
2005-11-09 | Replace <winsock.h> with <winsock2.h> | Gisle Vanem | |
since IPv6 support is required. |