summaryrefslogtreecommitdiff
path: root/lib/tftp.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-22/+22
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-1/+1
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-1/+2
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-2/+2
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-2/+3
* TFTP: resend the correct dataRutger Hofman2010-11-101-1/+1
* TFTP: re-indented the source codeDaniel Stenberg2010-09-261-61/+61
* TFTP: Work around tftpd-hpa upload bugTim Newsome2010-09-261-1/+7