summaryrefslogtreecommitdiff
path: root/lib/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* tftp: Alloc maximum blksize, and use default unless OACK is receivedThomas Vegas2019-09-091-3/+9
* tftp: return error when packet is too small for optionsThomas Vegas2019-09-091-20/+33
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-8/+2
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-1/+1
* tftp: use the current blksize for recvfrom()Daniel Stenberg2019-05-201-1/+1
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-2/+2
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-261-10/+16
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-7/+7
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-2/+2
* all: s/int/size_t cleanupDaniel Stenberg2018-09-011-3/+3
* cppcheck: fix warningsMarian Klymov2018-06-111-9/+7
* tftp: make sure error is zero terminated before printfing itDaniel Stenberg2018-05-221-1/+4
* curl_setup: provide a CURL_SA_FAMILY_T type if none existsDaniel Stenberg2018-04-071-2/+2
* build: add picky compiler warning flags for gcc 6 and 7Eric Gallager2018-04-071-1/+1
* Curl_timeleft: change return type to timediff_tDaniel Stenberg2017-10-281-1/+1
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-21/+21
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-8/+8
* tftp: fix memory leak on too long filenameEven Rouault2017-08-191-0/+1
* tftp: reject file name lengths that don't fitDaniel Stenberg2017-08-071-1/+6
* libcurl: Stop using error codes defined under CURL_NO_OLDIESDwarakanath Yadavalli2017-07-311-1/+1
* handler: refactor connection checkingMax Dymond2017-06-301-0/+1
* tftp: silence bad-function-cast warningMarcel Raad2017-05-071-2/+6
* Improve code readbilitySylvestre Ledru2017-03-131-3/+3
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-2/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* escape: avoid using curl_easy_unescape() internallyDaniel Stenberg2016-10-311-4/+5
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-1/+1
* TFTP: Fix upload problem with piped inputSerj Kalichev2016-08-041-3/+15
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-10/+10
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* code: style updatesDaniel Stenberg2016-04-031-9/+9
* TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro2016-02-231-1/+1
* TFTP: add option to suppress TFTP option requests (Part 1)Michael Koenig2016-02-231-27/+30
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* checksrc: detect and remove space before trailing semicolonsDaniel Stenberg2015-03-171-3/+3
* checksrc: use space before paren in "return (expr);"Daniel Stenberg2015-03-171-6/+6
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* ftp: Use 'CURLcode result' for curl result codesSteve Holme2015-02-051-45/+49
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-22/+22
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-3/+3
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-4/+4
* tftp.c: fix possible dereference of null pointerMarc Hoersken2014-04-181-0/+3
* TFTP: fix crash on time-outDaniel Stenberg2014-01-281-2/+3
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-1/+2
* TFTP: let tftp_multi_statemach()'s return codes throughJames Dury2013-12-071-1/+1