- Jan 23, 2007
-
-
Dan Fandrich authored
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
-
Guenter Knauf authored
-
- Jan 18, 2007
-
-
Dan Fandrich authored
Check for the .exe extension on mingw32 builds.
-
Dan Fandrich authored
-
- Jan 17, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Gisle Vanem authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 16, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
doing an FTP transfer is removed from a multi handle before completion. The fix also fixed the "alive counter" to be correct on "premature removal" for all protocols.
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Dan Fandrich authored
detector. Also changed tftp downloads to URL-unescape the downloaded file name.
-
- Jan 15, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
Flush the protocol log data so it's immediately available to the test harness.
-
- Jan 14, 2007
-
-
Daniel Stenberg authored
non-ASCII platforms. It does add some complexity, most notably with more #ifdefs, but I want to see this supported added and I can't see how we can add it without the extra stuff added.
-
- Jan 13, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
attempting not to read data that might belong to the next response (if pipelining)
-
Daniel Stenberg authored
-
- Jan 10, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Jan 09, 2007
-
-
Daniel Stenberg authored
-
- Jan 08, 2007
-
-
Linus Nielsen authored
-
Linus Nielsen authored
-
Daniel Stenberg authored
-
- Jan 06, 2007
-
-
Linus Nielsen authored
-
- Jan 05, 2007
-
-
Daniel Stenberg authored
curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it will make libcurl shutdown SSL/TLS after the authentication is done on a FTP-SSL operation.
-
Gisle Vanem authored
-
- Jan 04, 2007
-
-
Daniel Stenberg authored
function(s) using SessionHandle pointers
-
- Jan 03, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
non-ASCII platforms.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
downloaded data in two buffers, just to be able to deal with a special HTTP pipelining case. That is now only activated for pipelined transfers. In Matt's case, it showed as a considerable performance difference,
-
- Jan 02, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1603712) (known bug #36) --limit-rate (CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE) are broken on Windows (since 7.16.0, but that's when they were introduced as previous to that the limiting logic was made in the application only and not in the library). It was actually also broken on select()-based systems (as apposed to poll()) but we haven't had any such reports. We now use select(), Sleep() or delay() properly to sleep a while without waiting for anything input or output when the rate limiting is activated with the easy interface.
-
Daniel Stenberg authored
to get built static. It has been mentioned before and was again brought to our attention by Nathanael Nerode who filed debian bug report #405226 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405226).
-
- Dec 31, 2006
-
-
Daniel Stenberg authored
-
- Dec 29, 2006
-
-
Daniel Stenberg authored
-