aboutsummaryrefslogtreecommitdiff
path: root/lib/tftp.c
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-14checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg
2019-09-09tftp: Alloc maximum blksize, and use default unless OACK is receivedThomas Vegas
2019-09-09tftp: return error when packet is too small for optionsThomas Vegas
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
2019-05-20tftp: use the current blksize for recvfrom()Daniel Stenberg
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-01all: s/int/size_t cleanupDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-22tftp: make sure error is zero terminated before printfing itDaniel Stenberg
2018-04-07curl_setup: provide a CURL_SA_FAMILY_T type if none existsDaniel Stenberg
2018-04-07build: add picky compiler warning flags for gcc 6 and 7Eric Gallager
2017-10-28Curl_timeleft: change return type to timediff_tDaniel Stenberg
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-19tftp: fix memory leak on too long filenameEven Rouault
2017-08-07tftp: reject file name lengths that don't fitDaniel Stenberg
2017-07-31libcurl: Stop using error codes defined under CURL_NO_OLDIESDwarakanath Yadavalli
2017-06-30handler: refactor connection checkingMax Dymond
2017-05-07tftp: silence bad-function-cast warningMarcel Raad
2017-03-13Improve code readbilitySylvestre Ledru
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-18lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31escape: avoid using curl_easy_unescape() internallyDaniel Stenberg
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-08-04TFTP: Fix upload problem with piped inputSerj Kalichev
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-02-23TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro
2016-02-23TFTP: add option to suppress TFTP option requests (Part 1)Michael Koenig
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-17checksrc: detect and remove space before trailing semicolonsDaniel Stenberg
2015-03-17checksrc: use space before paren in "return (expr);"Daniel Stenberg
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-02-05ftp: Use 'CURLcode result' for curl result codesSteve Holme
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-04-26INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg
2014-04-18tftp.c: fix possible dereference of null pointerMarc Hoersken
2014-01-28TFTP: fix crash on time-outDaniel Stenberg