aboutsummaryrefslogtreecommitdiff
path: root/lib/tftp.c
AgeCommit message (Expand)Author
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
2013-12-31mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme
2013-12-07TFTP: let tftp_multi_statemach()'s return codes throughJames Dury
2013-08-22TFTP: make the CURLOPT_LOW_SPEED* options workDaniel Stenberg
2013-08-12urldata: clean up the use of the protocol specific structsDaniel Stenberg
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-16tftp_rx: code style cleanupDaniel Stenberg
2012-11-16tftp_rx: handle resendsChristian Vogt
2012-06-10Curl_pgrsDone: return int and acknowledge return codeDaniel Stenberg
2012-01-12hostip: avoid getaddrinfo when c-ares is usedDaniel Stenberg
2011-11-24query-part: ignore the URI part for given protocolsJonas Schnelli
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-10-13tftp.c: TFTP timeout and unexpected block adjustmentsMarcin Adamski
2011-09-05fix bool variables checking and assignmentYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-25WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse
2011-07-25time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse
2011-07-04code style: space between close paren and open braceDaniel Stenberg
2011-06-04Curl_socket_ready: make timeout a 'long'Daniel Stenberg
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2011-01-04Curl_timeleft: s/conn/data in first argumentDaniel Stenberg
2010-12-06url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka
2010-11-10TFTP: resend the correct dataRutger Hofman
2010-09-26TFTP: re-indented the source codeDaniel Stenberg
2010-09-26TFTP: Work around tftpd-hpa upload bugTim Newsome
2010-09-03Trial to fix another compiler warning with braces.Guenter Knauf
2010-08-11warning: silence the compilerDaniel Stenberg
2010-06-09fix compiler warning using curl_socket_t to store socket descriptorYang Tse
2010-06-08TFTP: fix compiler warningDaniel Stenberg
2010-06-08TFTP: fix warning for sendto() usage on non-POSIX systemsDaniel Stenberg