- May 27, 2009
-
-
Daniel Stenberg authored
PK11_CreateGenericObject() function.
-
Daniel Stenberg authored
the auth credentials back in 7.19.0 and earlier while now you have to set "" to get the same effect. His patch brings back the ability to use NULL.
-
Daniel Stenberg authored
for a failure properly.
-
Daniel Stenberg authored
fine with Nokia 5th edition 1.0 SDK for Symbian.
-
- May 25, 2009
-
-
http://curl.haxx.se/bug/view.cgi?id=2796358Daniel Stenberg authored
out that the cookie parser would leak memory when it parses cookies that are received with domain, path etc set multiple times in the same header. While such a cookie is questionable, they occur in the wild and libcurl no longer leaks memory for them. I added such a header to test case 8.
-
- May 22, 2009
-
-
Dan Fandrich authored
-
- May 20, 2009
-
-
Dan Fandrich authored
tests on machines that have broken DNS configurations (such as those configured to use OpenDNS).
-
- May 19, 2009
-
-
Daniel Stenberg authored
https://bugzilla.redhat.com/show_bug.cgi?id=427966 which was libcurl closing a bad file descriptor when closing down the FTP data connection. Caolan McNamara seems to be the original author of it.
-
- May 18, 2009
-
-
Daniel Stenberg authored
-
- May 17, 2009
-
-
Daniel Stenberg authored
no_proxy which made it not skip the proxy if the URL entered contained a user name. I added test case 1101 to verify.
-
- May 11, 2009
-
-
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
at https://bugzilla.redhat.com/show_bug.cgi?id=453612#c12 If an incorrect password is given while loading a private key, libcurl ends up in an infinite loop consuming memory. The bug is critical.
-
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
byte in the digest code.
-
- May 09, 2009
-
-
Yang Tse authored
-
- May 08, 2009
-
-
Yang Tse authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2784055) identifying a problem to connect to SOCKS proxies when using the multi interface. It turned out to almost not work at all previously. We need to wait for the TCP connect to be properly verified before doing the SOCKS magic. There's still a flaw in the FTP code for this.
-
- May 07, 2009
-
-
Daniel Stenberg authored
well. See change 28 Apr 2009.
-
Yang Tse authored
Additionally some identation fixes.
-
Daniel Stenberg authored
reported in the Debian package.
-
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
-
-
Daniel Stenberg authored
corresponding fix in the GnuTLS code: make sure to store the new session id in case the re-used one is rejected.
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2786255) with a patch, identifying how libcurl did not deal with SSL session ids properly if the server rejected a re-use of one. Starting now, it will forget the rejected one and remember the new. This change was for OpenSSL only, it is likely that other SSL lib code needs similar fixes.
-
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 03, 2009
-
-
Dan Fandrich authored
report failed to mention that a proxy must be used to reproduce it.
-
- May 02, 2009
-
-
Yang Tse authored
-
- May 01, 2009
-
-
Yang Tse authored
-
- Apr 30, 2009
-
-
Daniel Stenberg authored
If the CURLOPT_PORT option is used on an FTP URL like "ftp://example.com/file;type=A" the ";type=A" is stripped off. I added test case 562 to verify, only to find out that I couldn't repeat this bug so I hereby consider it not a bug anymore!
-
- 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.
-
- Apr 28, 2009
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2783090) pointing out that on windows we need to grow the SO_SNDBUF buffer somewhat to get really good upload speeds. http://support.microsoft.com/kb/823764 has the details. Friends confirmed that simply adding 32 to CURL_MAX_WRITE_SIZE is enough.
-
http://curl.haxx.se/bug/view.cgi?id=2709004Daniel Stenberg authored
Chen pointed out how curl couldn't upload with resume when reading from a pipe. This ended up with the introduction of a new return code for the CURLOPT_SEEKFUNCTION callback that basically says that the seek failed but that libcurl may try to resolve the situation anyway. In our case this means libcurl will attempt to instead read that much data from the stream instead of seeking and that way curl can now upload with resume when data is read from a stream!
-
- Apr 26, 2009
-
-
http://curl.haxx.se/bug/view.cgi?id=2779733Daniel Stenberg authored
Wegener pointed out that CURLINFO_APPCONNECT_TIME didn't work with the multi interface and provided a patch that fixed the problem!
-
- Apr 24, 2009
-
-
Daniel Stenberg authored
-
- Apr 23, 2009
-
-
http://curl.haxx.se/bug/view.cgi?id=2779245Daniel Stenberg authored
Koenig pointed out that the man page didn't tell that the *_proxy environment variables can be specified lower case or UPPER CASE and the lower case takes precedence,
-
Dan Fandrich authored
-
- Apr 21, 2009
- Apr 20, 2009
-
-
Daniel Stenberg authored
how it occurs (http://curl.haxx.se/mail/lib-2009-04/0289.html). The conclusion was that if an error is detected and Curl_done() is called for the connection, ftp_done() could at times return another error code that then would take precedence and that new code confused existing logic that works for the first error code (CURLE_SEND_ERROR) only.
-