Age | Commit message (Expand) | Author |
2010-03-26 | Make rate-limitation logic smoother | Ben Greear |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-03-21 | Fix tftp return codes and tsize upload handling | Ben Greear |
2010-03-18 | fix warning about conversions between curl_off_t and long | Daniel Stenberg |
2010-03-06 | - Ben Greear brought a patch that fixed the rate limiting logic for TFTP when | Daniel Stenberg |
2010-03-01 | - Ben Greear provided an update for TFTP that fixes upload. | Daniel Stenberg |
2010-02-04 | fix printf-style format strings | Yang Tse |
2010-01-28 | fix printf-style format strings | Yang Tse |
2010-01-21 | make tftp_translate_code() static, it is only used from within tftp.c | Yang Tse |
2009-11-28 | s/socklen_t/curl_socklen_t/g | Yang Tse |
2009-11-28 | Fix compiler warning: unused variable `data' | Yang Tse |
2009-11-27 | - Markus Koetter provided a polished and updated version of Chad Monroe's TFTP | Daniel Stenberg |
2009-11-18 | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse |
2009-08-12 | - Carsten Lange reported a bug and provided a patch for TFTP upload and the | Daniel Stenberg |
2009-07-24 | changes to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-07-24 | changes to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-07-23 | changes to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-07-23 | fixed brace error. | Gunter Knauf |
2009-07-23 | changes to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-05-28 | fix compiler warning: unused parameter | Yang Tse |
2009-05-10 | Fix function call pointed data size argument mismatch on 64Bit systems | Yang Tse |
2009-05-07 | - Vijay G filed bug report #2723236 | Daniel Stenberg |
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse |
2009-04-29 | - Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219) | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-02-14 | In MSVC9 'time_t' is a 64-bit quantity. This causes a truncation warning | Gisle Vanem |
2009-01-28 | fix compiler warning: conversion from 'int' to 'bool', possible loss of data | Yang Tse |
2009-01-28 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2009-01-26 | - Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an app | Daniel Stenberg |
2009-01-21 | Fixed a couple more locale-dependent toupper conversions, mainly for | Dan Fandrich |
2009-01-13 | Grant Erickson fixed timeouts for TFTP | Daniel Stenberg |
2008-12-19 | - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl | Daniel Stenberg |
2008-11-14 | Added some #ifdefs around header files and change the EAGAIN test to | Dan Fandrich |
2008-09-29 | Removed unneeded includes of signal.h and setjmp.h | Dan Fandrich |
2008-09-02 | Removed some redundant type casts | Dan Fandrich |
2008-07-30 | Undo using the sreadfrom() wrapper to replace recvfrom() in our code. | Yang Tse |
2008-07-21 | fix compiler warning: comparison between signed and unsigned | Yang Tse |
2008-07-21 | Use the sreadfrom() wrapper to replace recvfrom() in our code. | Yang Tse |
2008-02-11 | Yang Tse pointed out a few remaining quirks from my timeout refactoring from | Daniel Stenberg |
2008-02-11 | Fixed unused variable warning. | Dan Fandrich |
2008-02-07 | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg |
2008-01-15 | Calls to Curl_failf() are not supposed to provide a trailing newline as the | Daniel Stenberg |
2008-01-09 | fix compiler warning | Yang Tse |
2007-12-08 | All static functions that were previously name Curl_* something no longer | Daniel Stenberg |
2007-11-24 | reqdata doesn't exist anymore and the path moved to the UrlState struct | Daniel Stenberg |
2007-11-24 | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg |
2007-11-15 | Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into | Daniel Stenberg |
2007-11-14 | use the existing variable instead | Daniel Stenberg |
2007-11-14 | Fix how TFTP connections are treated when re-used, if the SessionHandle has | Daniel Stenberg |
2007-11-07 | if () => if() | Daniel Stenberg |