- Nov 27, 2009
-
-
Daniel Stenberg authored
-
- Nov 04, 2009
-
-
Daniel Stenberg authored
moved to 7.19.8. I removed the bugs already in KNOWN_BUGS (but they should of course still get fixed). Added three recent bugs. 7.19.8 is targetted to get shipped in Janurary 2010
-
- Aug 21, 2009
-
-
Daniel Stenberg authored
Fix SIGSEGV on free'd easy_conn when pipe unexpectedly breaks Fix data corruption issue with re-connected transfers Fix use after free if we're completed but easy_conn not NULL
-
- Aug 11, 2009
-
-
Daniel Stenberg authored
now since we won't manage to get them done for 7.19.6.
-
- Aug 03, 2009
-
-
Daniel Stenberg authored
yet another issue not yet sorted out
-
- Aug 02, 2009
-
-
Daniel Stenberg authored
-
- Aug 01, 2009
-
-
Daniel Stenberg authored
should introduce an option to disable SNI, but as we're in feature freeze now I've addressed the obvious bug here (pointed out by Peter Sylvester): we shouldn't try to enable SNI when SSLv2 or SSLv3 is explicitly selected. Code for OpenSSL and GnuTLS was fixed. NSS doesn't seem to have a particular option for SNI, or are we simply not using it?
-
Daniel Stenberg authored
only in some OpenSSL installs - like on Windows) isn't thread-safe and we agreed that moving it to the global_init() function is a decent way to deal with this situation.
-
Daniel Stenberg authored
CURLOPT_NOPROXY to "*", or to a host that should not use a proxy, I actually could still end up using a proxy if a proxy environment variable was set.
-
Daniel Stenberg authored
-
- Jul 27, 2009
-
-
Daniel Stenberg authored
can't seem to catch up 243 - ftp QUOTE commands that are allowed to fail but not close the connection is done
-
- Jul 22, 2009
-
-
Daniel Stenberg authored
Committed now. Not yet thoroughly degbugged etc, but at least the funtionality is now present.
-
- Jul 09, 2009
-
-
Daniel Stenberg authored
done
-
Daniel Stenberg authored
done
-
Daniel Stenberg authored
-
- Jul 08, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 18, 2009
-
- May 11, 2009
-
-
Daniel Stenberg authored
I just posted about this decision on the curl-library list.
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
not in the mood enough to fight this now. 65. When doing FTP over a socks proxy or CONNECT through HTTP proxy and the multi interface is used, libcurl will fail if the (passive) TCP connection for the data transfer isn't more or less instant as the code does not properly wait for the connect to be confirmed. See test case 564 for a first shot at a test case.
-
Daniel Stenberg authored
of streams that had some parts (legitimately) missing. We now provide and use a proper cleanup function for the content encoding submodule. http://curl.haxx.se/mail/lib-2009-05/0092.html
-
Daniel Stenberg authored
as reported by Ebenezer Ikonne (on curl-users) and Laurent Rabret (on curl-library). The transfer was mistakenly marked to get more data to send but since it didn't actually have that, it just hung there...
-
- May 10, 2009
-
-
Daniel Stenberg authored
-
- May 07, 2009
-
-
Yang Tse authored
platform HTTP requests Done!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2723236) identifying a problem with libcurl's TFTP code and its lack of dealing with the OACK packet.
-
- May 05, 2009
-
-
Yang Tse authored
-
- May 04, 2009
-
-
Yang Tse authored
David McCreedy's patch to fix test suite harness to allow test FTP server and client on different machines, providing FTP client address when running the FTP test server.
-
Yang Tse authored
David McCreedy's "transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII platform HTTP requests" patch
-
- May 01, 2009
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
bad enough to almost make socks proxies with multi interface unusable
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
- Apr 29, 2009
-
-
http://curl.haxx.se/bug/view.cgi?id=2723219Daniel Stenberg authored
I've now made TFTP "connections" not being kept for re-use within libcurl. TFTP is UDP-based so the benefit was really low (if even existing) to begin with so instead of tracking down to fix this problem we instead removed the re-use. I also enabled test case 1099 that I wrote a few days ago to verify that this change fixes the reported problem.
-