summaryrefslogtreecommitdiff
path: root/lib/tftp.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* TFTP: make the CURLOPT_LOW_SPEED* options workDaniel Stenberg2013-08-221-0/+10
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-12/+0
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-130/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1500
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1500/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-14/+14
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* tftp_rx: code style cleanupDaniel Stenberg2012-11-161-6/+5
* tftp_rx: handle resendsChristian Vogt2012-11-161-4/+14
* Curl_pgrsDone: return int and acknowledge return codeDaniel Stenberg2012-06-101-1/+2
* hostip: avoid getaddrinfo when c-ares is usedDaniel Stenberg2012-01-121-2/+2
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-241-1/+1
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+1
* tftp.c: TFTP timeout and unexpected block adjustmentsMarcin Adamski2011-10-131-12/+7
* fix bool variables checking and assignmentYang Tse2011-09-051-3/+3
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+0
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-251-5/+4
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-4/+0
* code style: space between close paren and open braceDaniel Stenberg2011-07-041-1/+1
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-1/+1
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+1