summaryrefslogtreecommitdiff
path: root/lib/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trial to fix another compiler warning with braces.Guenter Knauf2010-09-031-1/+1
* warning: silence the compilerDaniel Stenberg2010-08-111-5/+6
* fix compiler warning using curl_socket_t to store socket descriptorYang Tse2010-06-091-1/+1
* TFTP: fix compiler warningDaniel Stenberg2010-06-081-2/+1
* TFTP: fix warning for sendto() usage on non-POSIX systemsDaniel Stenberg2010-06-081-3/+5
* TFTP: send legal timeout valueDaniel Stenberg2010-05-211-2/+3
* TFTP: don't ack if wrong block num is receivedDaniel Stenberg2010-05-211-1/+2
* TFTP: block id wrap bug fixDaniel Stenberg2010-05-211-7/+11
* TFTP: send timeout option correctlyDaniel Stenberg2010-05-181-2/+4
* Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-161-7/+6
* tftp_rx: Value stored to 'sbytes' is never readDaniel Stenberg2010-04-161-5/+4
* Make rate-limitation logic smootherBen Greear2010-03-261-36/+6
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Fix tftp return codes and tsize upload handlingBen Greear2010-03-211-7/+15
* fix warning about conversions between curl_off_t and longDaniel Stenberg2010-03-181-4/+7
* - Ben Greear brought a patch that fixed the rate limiting logic for TFTP whenDaniel Stenberg2010-03-061-17/+109