summaryrefslogtreecommitdiff
path: root/lib/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* lib: unify the upload/method handlingDaniel Stenberg2023-04-251-4/+4
* cf-socket: keep sockaddr local in the socket filtersStefan Eissing2023-01-031-4/+5
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* checkprefix: remove strlen callsMAntoniak2022-02-211-2/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-2/+2
* tftp: mark protocol as not possible to do over CONNECTDaniel Stenberg2021-11-151-1/+1
* lib: fixing comment spelling typos in lib filesEddie Lumpkin2021-10-221-2/+2
* cleanup: URL updatesViktor Szakats2021-08-121-1/+1
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-19/+19
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-3/+3
* tftp: remove unused struct fieldsDaniel 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