- Feb 14, 2009
-
-
Gisle Vanem authored
when an 'int' is assigned to a 'time_t' variable. Hence redefine 'retry_time' and 'retry_max' to 'time_t'.
-
- Jan 28, 2009
- Jan 26, 2009
-
-
Daniel Stenberg authored
to set desired block size to use for TFTP transfers instead of the default 512 bytes.
-
- Jan 21, 2009
-
-
Dan Fandrich authored
clarity. This does fix one problem that causes ;type=i FTP URLs to fail in the Turkish locale when CURLOPT_PROXY_TRANSFER_MODE is used (test case 561) Added tests 561 and 1092 through 1094 to test various combinations of ;type= and ;mode= URLs that could potentially fail in the Turkish locale.
-
- Jan 13, 2009
-
-
Daniel Stenberg authored
-
- Dec 19, 2008
-
-
Daniel Stenberg authored
now has an improved ability to do right when the multi interface (both "regular" and multi_socket) is used for SCP and SFTP transfers. This should result in (much) less busy-loop situations and thus less CPU usage with no speed loss.
-
- Nov 14, 2008
-
-
Dan Fandrich authored
fix compilation on Cell (reported by Jeff Curley).
-
- Sep 29, 2008
-
-
Dan Fandrich authored
-
- Sep 02, 2008
-
-
Dan Fandrich authored
-
- Jul 30, 2008
-
-
Yang Tse authored
-
- Jul 21, 2008
- Feb 11, 2008
-
-
Daniel Stenberg authored
Feb 7 that didn't abort properly on timeouts. These are actually old problems but now they should be fixed.
-
Dan Fandrich authored
-
- Feb 07, 2008
-
-
Daniel Stenberg authored
them all use the same (hopefully correct) logic to make it less error-prone and easier to introduce library-wide where it should be used.
-
- Jan 15, 2008
-
-
Daniel Stenberg authored
function itself adds that. Fixed on 50 or something strings!
-
- Jan 09, 2008
-
-
Yang Tse authored
-
- Dec 08, 2007
-
-
Daniel Stenberg authored
use that prefix as we use that prefix only for library-wide internal global symbols.
-
- Nov 24, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
is inited at the start of the DO action. I removed the Curl_transfer_keeper struct completely, and I had to move out a few struct members (that had to be set before DO or used after DONE) to the UrlState struct. The SingleRequest struct is accessed with SessionHandle->req. One of the biggest reasons for doing this was the bunch of duplicate struct members in HandleData and Curl_transfer_keeper since it was really messy to keep track of two variables with the same name and basically the same purpose!
-
- Nov 15, 2007
-
-
Daniel Stenberg authored
do_init() and do_complete() which now are called first and last in the DO function. It simplified the flow in multi.c and the functions got more sensible names!
-
- Nov 14, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
been used for other protocols in between. I found this when test 2004 started to fail for me!
-
- Nov 07, 2007
-
-
Daniel Stenberg authored
while () => while() and some other minor re-indentings
-
- Oct 25, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 17, 2007
-
-
Yang Tse authored
when assigning a NULL pointer to a function pointer var.
-
- Oct 12, 2007
-
-
Patrick Monnerat authored
in the connectdata structure by a single handler table ptr.
-
- Oct 04, 2007
-
-
Daniel Stenberg authored
This happened because the tftp code always uncondionally did a bind() without caring if one already had been done and then it failed. I wrote a test case (1009) to verify this, but it is a bit error-prone since it will have to pick a fixed local port number and since the tests are run on so many different hosts in different situations I add it in disabled state.
-
- Sep 07, 2007
-
-
Dan Fandrich authored
not success.
-
- Aug 30, 2007
-
-
Dan Fandrich authored
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
-
- Aug 29, 2007
-
-
Dan Fandrich authored
-
- Jun 12, 2007
-
-
Daniel Stenberg authored
-
- May 24, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1724016) noticing that downloading glob-ranges for TFTP was broken in CVS.
-
- May 18, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
bug report #1715394 (http://curl.haxx.se/bug/view.cgi?id=1715394), and the transfer-related info "variables" were indeed overwritten with zeroes wrongly and have now been adjusted. The upload size still isn't accurate.
-
Daniel Stenberg authored
-
- May 17, 2007
-
-
Daniel Stenberg authored
code for timeouts less than fice seconds, and also provided a fix for it.
-
- Apr 11, 2007
-
-
Dan Fandrich authored
-