- Aug 19, 2006
-
-
Daniel Stenberg authored
command on subsequent requests on a re-used connection unless it has to.
-
- Jul 29, 2006
-
-
Yang Tse authored
Winsock and Cygwin need address family specification before bind(), this should be harmless for others.
-
- Jul 19, 2006
-
-
Yang Tse authored
-
- May 09, 2006
-
-
Daniel Stenberg authored
-
- May 08, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
from Curl_client_write
-
Dan Fandrich authored
Fixed handling of retransmitted blocks on transmit Properly aligned data to transmit within packet Replaced calls to strerror() with Curl_strerror()
-
Daniel Stenberg authored
thus works reliably on more platforms.
-
- May 04, 2006
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini and David Byron. libcurl previously wrongly used GetLastError() on windows to get error details after socket-related function calls, when it really should use WSAGetLastError() instead. When changing to this, the former function Curl_ourerrno() is now instead called Curl_sockerrno() as it is necessary to only use it to get errno from socket-related functions as otherwise it won't work as intended on Windows.
-
- Apr 07, 2006
-
-
Daniel Stenberg authored
-
- Mar 26, 2006
-
-
Daniel Stenberg authored
called bind() with a too big argument in the 3rd parameter and at least Tru64, AIX and IRIX seem to be very picky about it.
-
- Mar 20, 2006
-
-
Dan Fandrich authored
512 bytes could have random garbage appended. Also, stop processing TFTP packets which are too short to be legal.
-
Daniel Stenberg authored
-
- Dec 08, 2005
-
-
Yang Tse authored
-
- Dec 05, 2005
-
-
Dan Fandrich authored
issues in the code.
-
Daniel Stenberg authored
-
- Dec 02, 2005
-
-
Daniel Stenberg authored
-
- Nov 23, 2005
-
-
Daniel Stenberg authored
-
- Nov 13, 2005
-
-
Gisle Vanem authored
that's in <winsock2.h>. Hence tftp.c wouldn't compile on WinCE.
-
- Nov 12, 2005
-
-
Daniel Stenberg authored
struct instead to use.
-
- Nov 11, 2005
-
-
Daniel Stenberg authored
in files that actually need the struct.
-
- Nov 10, 2005
-
-
Daniel Stenberg authored
-
- Sep 21, 2005
-
-
Daniel Stenberg authored
-
- Sep 20, 2005
-
-
Daniel Stenberg authored
-
- Sep 15, 2005
-
-
Daniel Stenberg authored
-
- Sep 06, 2005
-
-
Gisle Vanem authored
Should we do this for all targets?
-
Daniel Stenberg authored
-
- Sep 04, 2005
-
-
Daniel Stenberg authored
-
- Sep 02, 2005
-
-
Daniel Stenberg authored
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to list of protocols whereever those are mentioned.
-