summaryrefslogtreecommitdiff
path: root/lib/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* tftp: remove unused struct fieldsbagder/tftp-remove-unusedDaniel Stenberg2021-03-231-7/+0
* tftp: remove the 3600 second default timeoutDaniel Stenberg2021-03-221-38/+22
* lib: remove redundant codeMarcel Raad2021-02-101-6/+0
* ftp: add 'prefer_ascii' to the transfer state structDaniel Stenberg2021-02-091-3/+3
* lib: save a bit of space with some structure packingErik Olsson2021-01-201-1/+1
* transfer: remove conn->data useDaniel Stenberg2021-01-191-2/+1
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-3/+3
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-62/+74
* tftp: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-5/+5
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+1
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-251-1/+1
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-33/+35
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-2/+2
* 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