Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / tftp.c
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-04-18 Marc Hoerskentftp.c: fix possible dereference of null pointer
2014-01-28 Daniel StenbergTFTP: fix crash on time-out
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-12-07 James DuryTFTP: let tftp_multi_statemach()'s return codes through
2013-08-22 Daniel StenbergTFTP: make the CURLOPT_LOW_SPEED* options work
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-01-17 Daniel Stenbergalways-multi: always use non-blocking internals
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-11-16 Daniel Stenbergtftp_rx: code style cleanup
2012-11-16 Christian Vogttftp_rx: handle resends
2012-06-10 Daniel StenbergCurl_pgrsDone: return int and acknowledge return code
2012-01-12 Daniel Stenberghostip: avoid getaddrinfo when c-ares is used
2011-11-24 Jonas Schnelliquery-part: ignore the URI part for given protocols
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-10-13 Marcin Adamskitftp.c: TFTP timeout and unexpected block adjustments
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-25 Yang TseWIN32 io.h and fcntl.h inclusion done in setup_once.h
2011-07-25 Yang Tsetime.h and sys/time.h inclusion conditionally done...
2011-07-04 Daniel Stenbergcode style: space between close paren and open brace
2011-06-04 Daniel StenbergCurl_socket_ready: make timeout a 'long'
2011-05-05 Daniel StenbergRTSP: convert protocol-specific checks to generic
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2011-03-14 Daniel Stenbergprotocols: use CURLPROTO_ internally
2011-03-14 Daniel Stenbergprotocol handler: added flags field
2011-01-04 Daniel StenbergCurl_timeleft: s/conn/data in first argument
2010-12-06 Kamil Dudkaurl: provide dead_connection flag in Curl_handler:...
2010-11-10 Rutger HofmanTFTP: resend the correct data
2010-09-26 Daniel StenbergTFTP: re-indented the source code
2010-09-26 Tim NewsomeTFTP: Work around tftpd-hpa upload bug
2010-09-03 Guenter KnaufTrial to fix another compiler warning with braces.
2010-08-10 Daniel Stenbergwarning: silence the compiler
2010-06-08 Yang TseMerge branch 'master' of git@github.com:bagder/curl
2010-06-08 Yang Tsefix compiler warning using curl_socket_t to store socke...
2010-06-08 Daniel StenbergTFTP: fix compiler warning
2010-06-08 Daniel StenbergTFTP: fix warning for sendto() usage on non-POSIX systems
2010-05-21 Daniel StenbergTFTP: send legal timeout value
2010-05-21 Daniel StenbergTFTP: don't ack if wrong block num is received
2010-05-21 Daniel StenbergTFTP: block id wrap bug fix
2010-05-18 Daniel StenbergTFTP: send timeout option correctly
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel StenbergCurl_setup_transfer: no longer returns anything
2010-04-16 Daniel Stenbergtftp_rx: Value stored to 'sbytes' is never read
2010-03-26 Ben GreearMake rate-limitation logic smoother
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-21 Ben GreearFix tftp return codes and tsize upload handling
2010-03-18 Daniel Stenbergfix warning about conversions between curl_off_t and...
2010-03-06 Daniel Stenberg- Ben Greear brought a patch that fixed the rate limiti...
2010-03-01 Daniel Stenberg- Ben Greear provided an update for TFTP that fixes...
2010-02-04 Yang Tsefix printf-style format strings
2010-01-28 Yang Tsefix printf-style format strings
2010-01-21 Yang Tsemake tftp_translate_code() static, it is only used...
2009-11-28 Yang Tses/socklen_t/curl_socklen_t/g
2009-11-28 Yang TseFix compiler warning: unused variable `data'
2009-11-27 Daniel Stenberg- Markus Koetter provided a polished and updated versio...
2009-11-18 Yang TseMake usage of calloc()'s arguments consistent with...
2009-08-12 Daniel Stenberg- Carsten Lange reported a bug and provided a patch...
2009-07-24 Gunter Knaufchanges to silent compiler warnings with 64bit systems.
2009-07-24 Gunter Knaufchanges to silent compiler warnings with 64bit systems.
2009-07-23 Gunter Knaufchanges to silent compiler warnings with 64bit systems.
2009-07-23 Gunter Knauffixed brace error.
2009-07-23 Gunter Knaufchanges to silent compiler warnings with 64bit systems.
2009-05-28 Yang Tsefix compiler warning: unused parameter
2009-05-10 Yang TseFix function call pointed data size argument mismatch...
2009-05-07 Daniel Stenberg- Vijay G filed bug report #2723236
2009-05-02 Yang TseUse build-time configured curl_socklen_t instead of...
2009-04-29 Daniel Stenberg- Based on bug report #2723219 (curl.haxx.se/bug/view...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-02-14 Gisle VanemIn MSVC9 'time_t' is a 64-bit quantity. This causes...
2009-01-28 Yang Tsefix compiler warning: conversion from 'int' to 'bool...
2009-01-28 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2009-01-26 Daniel Stenberg- Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE...
2009-01-21 Dan FandrichFixed a couple more locale-dependent toupper conversion...
2009-01-13 Daniel StenbergGrant Erickson fixed timeouts for TFTP
2008-12-19 Daniel Stenberg- Using the libssh2 0.19 function libssh2_session_block...
2008-11-14 Dan FandrichAdded some #ifdefs around header files and change the...
2008-09-29 Dan FandrichRemoved unneeded includes of signal.h and setjmp.h
2008-09-02 Dan FandrichRemoved some redundant type casts
2008-07-30 Yang TseUndo using the sreadfrom() wrapper to replace recvfrom...
2008-07-21 Yang Tsefix compiler warning: comparison between signed and...
2008-07-21 Yang TseUse the sreadfrom() wrapper to replace recvfrom() in...
2008-02-11 Daniel StenbergYang Tse pointed out a few remaining quirks from my...
2008-02-11 Dan FandrichFixed unused variable warning.
2008-02-07 Daniel Stenberg- Refactored a lot of timeout code into a few functions...
2008-01-15 Daniel StenbergCalls to Curl_failf() are not supposed to provide a...
2008-01-09 Yang Tsefix compiler warning
2007-12-08 Daniel StenbergAll static functions that were previously name Curl_...
2007-11-24 Daniel Stenbergreqdata doesn't exist anymore and the path moved to...
next