summaryrefslogtreecommitdiff
path: root/lib/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Ben Greear provided an update for TFTP that fixes upload.Daniel Stenberg2010-03-011-33/+39
* fix printf-style format stringsYang Tse2010-02-041-1/+1
* fix printf-style format stringsYang Tse2010-01-281-8/+9
* make tftp_translate_code() static, it is only used from within tftp.cYang Tse2010-01-211-3/+3
* s/socklen_t/curl_socklen_t/gYang Tse2009-11-281-2/+2
* Fix compiler warning: unused variable `data'Yang Tse2009-11-281-2/+1
* - Markus Koetter provided a polished and updated version of Chad Monroe's TFTPDaniel Stenberg2009-11-271-215/+470
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* - Carsten Lange reported a bug and provided a patch for TFTP upload and theDaniel Stenberg2009-08-121-2/+7
* changes to silent compiler warnings with 64bit systems.Gunter Knauf2009-07-241-1/+1
* changes to silent compiler warnings with 64bit systems.Gunter Knauf2009-07-241-2/+2
* changes to silent compiler warnings with 64bit systems.Gunter Knauf2009-07-231-21/+15
* fixed brace error.Gunter Knauf2009-07-231-1/+1
* changes to silent compiler warnings with 64bit systems.Gunter Knauf2009-07-231-26/+20
* fix compiler warning: unused parameterYang Tse2009-05-281-0/+4
* Fix function call pointed data size argument mismatch on 64Bit systemsYang Tse2009-05-101-2/+3
* - Vijay G filed bug report #2723236Daniel Stenberg2009-05-071-0/+2