- 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.
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1480821) He found and identified a problem with how libcurl dealt with GnuTLS and a case where gnutls returned GNUTLS_E_AGAIN indicating it would block. It would then return an unexpected return code, making Curl_ssl_send() confuse the upper layer - causing random 28 bytes trash data to get inserted in the transfered stream. The proper fix was to make the Curl_gtls_send() function return the proper return codes that the callers would expect. The Curl_ossl_send() function already did this.
-
- Apr 26, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
#ifdef around WSAEDISCON in strerror.c.
-
Gisle Vanem authored
(more logical).
-
Gisle Vanem authored
-
Gisle Vanem authored
HAVE_PROCESS_H added for all except scc.
-
Daniel Stenberg authored
systems
-
Daniel Stenberg authored
transfers. They are done on non-windows systems and translate CRLF to LF.
-
- Apr 25, 2006
-
-
Daniel Stenberg authored
the stream (wrongly) lacks a proper zlib header. This seems to be the case on too many actual server implementations.
-
Daniel Stenberg authored
-
- Apr 21, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
can and will use more than one socket
-
- Apr 20, 2006
-
-
Guenter Knauf authored
-
- Apr 19, 2006
-
-
Daniel Stenberg authored
to allow/support character conversions
-
- Apr 18, 2006
-
-
Daniel Stenberg authored
the control connection when using FTP, for example when you remove an easy handle from a multi stack.
-
Daniel Stenberg authored
to my previous brain-damaged version)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
one
-
Daniel Stenberg authored
-
- Apr 17, 2006
-
-
Guenter Knauf authored
-
- Apr 12, 2006
-
-
Daniel Stenberg authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Apr 11, 2006
-
-
Daniel Stenberg authored
about what sockets to wait for what action on
-
Daniel Stenberg authored
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
CURLOPT_TIMEOUT, the _longer_ time would wrongly be used for the SSL connection time-out!
-
Daniel Stenberg authored
code rearrange to fit the future better.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 09, 2006
-
-
Daniel Stenberg authored
-
- Apr 08, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Apr 07, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
attempt to silence picky compilers when assigning data pointers to a function pointer variable
-
Daniel Stenberg authored
unsigned chars
-
- Apr 05, 2006
-
-
Daniel Stenberg authored
(http://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash function in addition to the LM one and making some other adjustments in the order the different parts of the data block are sent in the Type-2 reply. Inspiration for this work was taken from the Firefox NTLM implementation. I edited the existing 21(!) NTLM test cases to run fine with these news. Due to the fact that we now properly include the host name in the Type-2 message the test cases now only compare parts of that chunk.
-
- Mar 28, 2006
-
-
http://curl.haxx.se/bug/view.cgi?id=1451929Daniel Stenberg authored
occurred when asking libcurl to follow HTTP redirects and the original URL had more than one question mark (?). Added test case 276 to verify.
-
- Mar 27, 2006
-
-
Guenter Knauf authored
avoid kiling hugehelp.c when not built from CVS.
-