summaryrefslogtreecommitdiff
path: root/lib/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* make tftp_translate_code() static, it is only used from within tftp.cYang Tse2010-01-211-3/+3
* s/socklen_t/curl_socklen_t/gYang Tse2009-11-281-2/+2
* Fix compiler warning: unused variable `data'Yang Tse2009-11-281-2/+1
* - Markus Koetter provided a polished and updated version of Chad Monroe's TFTPDaniel Stenberg2009-11-271-215/+470
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* - Carsten Lange reported a bug and provided a patch for TFTP upload and theDaniel Stenberg2009-08-121-2/+7
* changes to silent compiler warnings with 64bit systems.Gunter Knauf2009-07-241-1/+1
* changes to silent compiler warnings with 64bit systems.Gunter Knauf2009-07-241-2/+2
* changes to silent compiler warnings with 64bit systems.Gunter Knauf2009-07-231-21/+15
* fixed brace error.Gunter Knauf2009-07-231-1/+1
* changes to silent compiler warnings with 64bit systems.Gunter Knauf2009-07-231-26/+20
* fix compiler warning: unused parameterYang Tse2009-05-281-0/+4
* Fix function call pointed data size argument mismatch on 64Bit systemsYang Tse2009-05-101-2/+3
* - Vijay G filed bug report #2723236Daniel Stenberg2009-05-071-0/+2
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-2/+2
* - Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219)Daniel Stenberg2009-04-291-1/+3
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* In MSVC9 'time_t' is a 64-bit quantity. This causes a truncation warningGisle Vanem2009-02-141-3/+3
* fix compiler warning: conversion from 'int' to 'bool', possible loss of dataYang Tse2009-01-281-1/+1
* fix compiler warning: enumerated type mixed with another typeYang Tse2009-01-281-6/+6
* - Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an appDaniel Stenberg2009-01-261-45/+276
* Fixed a couple more locale-dependent toupper conversions, mainly forDan Fandrich2009-01-211-1/+2
* Grant Erickson fixed timeouts for TFTPDaniel Stenberg2009-01-131-2/+3
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-191-0/+1
* Added some #ifdefs around header files and change the EAGAIN test toDan Fandrich2008-11-141-0/+2
* Removed unneeded includes of signal.h and setjmp.hDan Fandrich2008-09-291-1/+0
* Removed some redundant type castsDan Fandrich2008-09-021-1/+1
* Undo using the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse2008-07-301-5/+8
* fix compiler warning: comparison between signed and unsignedYang Tse2008-07-211-1/+1
* Use the sreadfrom() wrapper to replace recvfrom() in our code.Yang Tse2008-07-211-7/+7
* Yang Tse pointed out a few remaining quirks from my timeout refactoring fromDaniel Stenberg2008-02-111-7/+19
* Fixed unused variable warning.Dan Fandrich2008-02-111-3/+2
* - Refactored a lot of timeout code into a few functions in an attempt to makeDaniel Stenberg2008-02-071-6/+11
* Calls to Curl_failf() are not supposed to provide a trailing newline as theDaniel Stenberg2008-01-151-15/+15
* fix compiler warningYang Tse2008-01-091-2/+3
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-17/+17
* reqdata doesn't exist anymore and the path moved to the UrlState structDaniel Stenberg2007-11-241-4/+0
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-10/+10
* Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() intoDaniel Stenberg2007-11-151-4/+0
* use the existing variable insteadDaniel Stenberg2007-11-141-5/+6
* Fix how TFTP connections are treated when re-used, if the SessionHandle hasDaniel Stenberg2007-11-141-4/+5
* if () => if()Daniel Stenberg2007-11-071-9/+9
* fix the checkDaniel Stenberg2007-10-251-4/+6
* Fixed a TFTP memory leak. Enabled test 2003 to verify this.Daniel Stenberg2007-10-251-1/+5
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-6/+6
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-4/+68
* Kim Rinnewitz reported that --local-port didn't work with TFTP transfers.Daniel Stenberg2007-10-041-3/+4
* TFTP now reports the "not defined" TFTP error code 0 as an error,Dan Fandrich2007-09-071-1/+6
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-3/+3
* Added lots of constsDan Fandrich2007-08-291-5/+4