History log of /curl/ (Results 26526 – 26550 of 33766)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d471451713-Nov-2005 Gisle Vanem

Add HAVE_STRUCT_SOCKADDR_STORAGE.
My mistake; WinCE has it's own config-file.

280e4bf413-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.

adf462fe13-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 ...

c286274213-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 ...

8a712eb512-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 ...

d58790af12-Nov-2005 Daniel Stenberg

oops * 2

9ef7a13412-Nov-2005 Daniel Stenberg

oops

a5da121912-Nov-2005 Daniel Stenberg

Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storage
struct instead to use.

be524fed12-Nov-2005 Daniel Stenberg

on windows (mingw32) the sockaddr_storage struct is in winsock2.h

042016b812-Nov-2005 Gisle Vanem

Fixed typo. Detabified.

f6da574312-Nov-2005 Gisle Vanem

Support big-endian machines.

b09d5c3112-Nov-2005 Gisle Vanem

Added CVS id, Detabified, applied c-ares coding-style.

ec65c3fd12-Nov-2005 Gisle Vanem

Added CVS id. Detabified.

7ca2f31c12-Nov-2005 Gisle Vanem

Include <getopt.h>.
Use DNS__32BIT() and DNS__16BIT() (How about BE machines?).
Display T_AAAA resource.

2275737a12-Nov-2005 Daniel Stenberg

removed files no longer existing

5e38360511-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).

37a6a0bb11-Nov-2005 Daniel Stenberg

Moved the sockaddr_storage definition to lib/sockaddr.h and only include that
in files that actually need the struct.

6bcca3ec11-Nov-2005 Gisle Vanem

Squelch gcc 4.x warning.

ce40b8d511-Nov-2005 Gisle Vanem

Detabified. Added CVS id.

9f109b9411-Nov-2005 Gisle Vanem

HAVE_xx defines moved to config-win32.h.

89024feb11-Nov-2005 Daniel Stenberg

mention how to set domain when using NTLM

b7a673c611-Nov-2005 Gisle Vanem

Update using ares_inet_pton() and ares_inet_ntop().

7f68be7710-Nov-2005 Daniel Stenberg

one in, one out

4f173f3510-Nov-2005 Daniel Stenberg

Fun while it lasted. New mirror already out-of-date.

ae9fbe5710-Nov-2005 Daniel Stenberg

David Lang fixed IPv6 support for TFTP!

1...<<1061106210631064106510661067106810691070>>...1351