- Apr 10, 2006
-
-
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.
-
- 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 21, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(when using OpenSSL).
-
- Mar 20, 2006
-
-
Daniel Stenberg authored
reacts properly according to the CURLOPT_FTP_SSL setting.
-
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
-
- Mar 13, 2006
-
-
Daniel Stenberg authored
text from OpenSSL.
-
Daniel Stenberg authored
-
- Mar 08, 2006
-
-
Daniel Stenberg authored
-
- Mar 07, 2006
-
-
Daniel Stenberg authored
with the multi interface and multi-part formposts. The fix from February 22nd could make the Curl_done() function get called twice on the same connection and it was not designed for that and thus tried to call free() on an already freed memory area!
-
Daniel Stenberg authored
is used properly.
-
- Mar 06, 2006
-
-
Daniel Stenberg authored
callback" error message so I've now made the setting of that callback not be as critical as before. The function is only used for additional loggging/ trace anyway so a failure just means slightly less data. It should still be able to proceed and connect fine to the server.
-
- Mar 04, 2006
-
-
Daniel Stenberg authored
-
- Mar 03, 2006
-
-
Daniel Stenberg authored
-
- Feb 26, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
(sorry, I don't know how to add this to the configure process).
-
- Feb 24, 2006
-
-
Dan Fandrich authored
-
- Feb 23, 2006
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1431750) helped me identify and fix two different but related bugs: 1) Removing an easy handle from a multi handle before the transfer is done could leave a connection in the connection cache for that handle that is in a state that isn't suitable for re-use. A subsequent re-use could then read from a NULL pointer and segfault. 2) When an easy handle was removed from the multi handle, there could be an outstanding c-ares DNS name resolve request. When the response arrived, it caused havoc since the connection struct it "belonged" to could've been freed already. Now Curl_done() is called when an easy handle is removed from a multi handle pre-maturely (that is, before the transfer was complteted). Curl_done() also makes sure to cancel all (if any) outstanding c-ares requests.
-
- Feb 22, 2006
-
-
Dan Fandrich authored
-
- Feb 21, 2006
-
-
Daniel Stenberg authored
type to the already provided type CURLPROXY_SOCKS4. I added a --socks4 option that works like the current --socks5 option but instead use the socks4 protocol.
-
- Feb 19, 2006
-
-
Daniel Stenberg authored
content when libcurl didn't honor the internal ignorebody flag.
-
- Feb 18, 2006
-
-
Daniel Stenberg authored
code. It should however not be the cause of any troubles. He also fixed a few similar problems in the HTTP test server code.
-
- Feb 17, 2006
-
-
Yang Tse authored
-
- Feb 16, 2006
-
-
Daniel Stenberg authored
as previously it could be holding on to old cached entries longer than requested.
-