d4714517 | 13-Nov-2005 |
Gisle Vanem |
Add HAVE_STRUCT_SOCKADDR_STORAGE. My mistake; WinCE has it's own config-file. |
280e4bf4 | 13-Nov-2005 |
Gisle Vanem |
Fix for WIN32. WIN32 does have 'struct sockaddr_storage', but that's in <winsock2.h>. Hence tftp.c wouldn't compile on WinCE. |
adf462fe | 13-Nov-2005 |
Daniel Stenberg |
Debian bug report 338681 by Jan Kunder: make curl better detect and report bad limit-rate units: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338681 Now curl will return error if a bad un
Debian bug report 338681 by Jan Kunder: make curl better detect and report bad limit-rate units: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338681 Now curl will return error if a bad unit is used.
show more ...
|
c2862742 | 13-Nov-2005 |
Daniel Stenberg |
Thanks to this nice summary of poll() implementations: 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 POLL
Thanks to this nice summary of poll() implementations: 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.
show more ...
|
8a712eb5 | 12-Nov-2005 |
Daniel Stenberg |
Eugene Kotlyarov found out that cygwin's poll() function isn't doing things right: http://curl.haxx.se/mail/archive-2005-11/0045.html so we now disable poll() and use select() on cygwin too (
Eugene Kotlyarov found out that cygwin's poll() function isn't doing things 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)
show more ...
|
d58790af | 12-Nov-2005 |
Daniel Stenberg |
oops * 2 |
9ef7a134 | 12-Nov-2005 |
Daniel Stenberg |
oops |
a5da1219 | 12-Nov-2005 |
Daniel Stenberg |
Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storage struct instead to use. |
be524fed | 12-Nov-2005 |
Daniel Stenberg |
on windows (mingw32) the sockaddr_storage struct is in winsock2.h |
042016b8 | 12-Nov-2005 |
Gisle Vanem |
Fixed typo. Detabified. |
f6da5743 | 12-Nov-2005 |
Gisle Vanem |
Support big-endian machines. |
b09d5c31 | 12-Nov-2005 |
Gisle Vanem |
Added CVS id, Detabified, applied c-ares coding-style. |
ec65c3fd | 12-Nov-2005 |
Gisle Vanem |
Added CVS id. Detabified. |
7ca2f31c | 12-Nov-2005 |
Gisle Vanem |
Include <getopt.h>. Use DNS__32BIT() and DNS__16BIT() (How about BE machines?). Display T_AAAA resource. |
2275737a | 12-Nov-2005 |
Daniel Stenberg |
removed files no longer existing |
5e383605 | 11-Nov-2005 |
Daniel Stenberg |
Dima Barsky patched problem #1348930: the GnuTLS code completely ignored client certificates! (http://curl.haxx.se/bug/view.cgi?id=1348930). |
37a6a0bb | 11-Nov-2005 |
Daniel Stenberg |
Moved the sockaddr_storage definition to lib/sockaddr.h and only include that in files that actually need the struct. |
6bcca3ec | 11-Nov-2005 |
Gisle Vanem |
Squelch gcc 4.x warning. |
ce40b8d5 | 11-Nov-2005 |
Gisle Vanem |
Detabified. Added CVS id. |
9f109b94 | 11-Nov-2005 |
Gisle Vanem |
HAVE_xx defines moved to config-win32.h. |
89024feb | 11-Nov-2005 |
Daniel Stenberg |
mention how to set domain when using NTLM |
b7a673c6 | 11-Nov-2005 |
Gisle Vanem |
Update using ares_inet_pton() and ares_inet_ntop(). |
7f68be77 | 10-Nov-2005 |
Daniel Stenberg |
one in, one out |
4f173f35 | 10-Nov-2005 |
Daniel Stenberg |
Fun while it lasted. New mirror already out-of-date. |
ae9fbe57 | 10-Nov-2005 |
Daniel Stenberg |
David Lang fixed IPv6 support for TFTP! |