- Mar 18, 2010
-
-
Daniel Stenberg authored
-
- Mar 06, 2010
-
-
Daniel Stenberg authored
the easy interface was used.
-
- Mar 01, 2010
-
-
Daniel Stenberg authored
-
- Feb 04, 2010
-
-
Yang Tse authored
fix printf-style format strings
-
- Jan 28, 2010
-
-
Yang Tse authored
fix printf-style format strings
-
- Jan 21, 2010
-
-
Yang Tse authored
-
- Nov 28, 2009
- Nov 27, 2009
-
-
Daniel Stenberg authored
rework patch that now integrates TFTP properly into libcurl so that it can be used non-blocking with the multi interface and more. BLKSIZE also works. The --tftp-blksize option was added to allow setting the TFTP BLKSIZE from the command line.
-
- Nov 18, 2009
-
-
Yang Tse authored
-
- Aug 12, 2009
-
-
Daniel Stenberg authored
sending of the TSIZE option. I don't like fixing bugs just hours before a release, but since it was broken and the patch fixes this for him I decided to get it in anyway.
-
- Jul 24, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jul 23, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- May 28, 2009
-
-
Yang Tse authored
-
- May 10, 2009
-
-
Yang Tse authored
Fix function call pointed data size argument mismatch on 64Bit systems
-
- May 07, 2009
-
-
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 02, 2009
-
-
Yang Tse 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.
-
- Apr 21, 2009
-
-
Yang Tse authored
-
- 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
-