Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / tftp.c
2007-11-24 Daniel Stenbergstruct HandleData is now called struct SingleRequest...
2007-11-15 Daniel StenbergRearranged code and changed Curl_readwrite_init() and...
2007-11-14 Daniel Stenberguse the existing variable instead
2007-11-14 Daniel StenbergFix how TFTP connections are treated when re-used,...
2007-11-07 Daniel Stenbergif () => if()
2007-10-25 Daniel Stenbergfix the check
2007-10-25 Daniel StenbergFixed a TFTP memory leak. Enabled test 2003 to verify...
2007-10-17 Yang TseWe use this ZERO_NULL to avoid picky compiler warnings,
2007-10-12 Patrick MonneratAdded per-protocol callback static tables, replacing...
2007-10-04 Daniel StenbergKim Rinnewitz reported that --local-port didn't work...
2007-09-07 Dan FandrichTFTP now reports the "not defined" TFTP error code...
2007-08-30 Dan FandrichRenamed several libcurl error codes and options to...
2007-08-29 Dan FandrichAdded lots of consts
2007-06-12 Daniel Stenbergremove unused field in the state struct
2007-05-24 Daniel StenbergSong Ma filed bug report #1724016
2007-05-18 Daniel Stenbergbetter fix for the dl/ul counters
2007-05-18 Daniel StenbergFeng Tu reported that curl -w did wrong on TFTP transfe...
2007-05-18 Daniel Stenbergbail out with error codes on failures
2007-05-17 Daniel StenbergFeng Tu pointed out a division by zero error in the...
2007-04-11 Dan FandrichFixed some out of memory handling issues.
2007-03-26 Yang TseInternal function Curl_select() renamed to Curl_socket_...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-02-06 Yang Tsefix for millisecond resolution timeouts
2007-02-05 Daniel Stenberg- Michael Wallner provided a patch that adds support...
2007-02-05 Yang Tsecompiler warning fix
2007-01-16 Daniel Stenberg- Armel Asselin improved libcurl to behave a lot better...
2007-01-16 Dan FandrichFixed a small memory leak in tftp uploads discovered...
2006-11-09 Daniel StenbergCiprian Badescu found a SIGSEGV when doing multiple...
2006-09-07 Daniel StenbergMajor overhaul introducing http pipelining support...
2006-08-30 Gisle VanemRemoved "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME...
2006-08-29 Gisle VanemWatcom lacks <sys/time.h>.
2006-08-19 Daniel StenbergBased on a patch by Armel Asselin, the FTP code no...
2006-07-29 Yang TseWinsock and Cygwin need address family specification...
2006-07-19 Yang TseFix compiler warnings
2006-05-09 Daniel Stenbergoops, could return an uninitialized variable
2006-05-08 Daniel Stenbergcheck more return codes and skip the initial slash...
2006-05-08 Daniel Stenbergno longer uses errno but Curl_sockerrno() and now ackno...
2006-05-08 Dan FandrichStop sending retransmitted received blocks up to client
2006-05-08 Daniel StenbergFixed known bug #28. The TFTP code no longer assumes...
2006-05-04 Daniel StenbergRoland Blom filed bug report #1481217
2006-04-07 Daniel StenbergFirst commit of David McCreedy's EBCDIC and TPF changes.
2006-03-26 Daniel StenbergTor Arntsen figured out that TFTP was broken on a lot...
2006-03-20 Dan FandrichFixed a bug whereby a received file whose length was...
2006-03-20 Daniel Stenbergfixed tftp packet overflow risk
2005-12-08 Yang TseFix compiler warning
2005-12-05 Dan FandrichAdded a run-time check to warn if TFTP is going to...
2005-12-05 Daniel StenbergAnother Yang Tse warning cleanup raid!
2005-12-02 Daniel StenbergYang Tse fixed the 4th argument in the sendto() calls
2005-11-23 Daniel StenbergYang Tse's patch to silence MSVC warnings
2005-11-13 Gisle VanemFix for WIN32. WIN32 does have 'struct sockaddr_storage...
2005-11-12 Daniel StenbergReversed the logic for sockaddr_storage and made our...
2005-11-11 Daniel StenbergMoved the sockaddr_storage definition to lib/sockaddr...
2005-11-10 Daniel StenbergDavid Lang fixed IPv6 support for TFTP!
2005-09-21 Daniel Stenbergstricter type usage for time variables to avoid picky...
2005-09-20 Daniel Stenbergtypecasts added in an attempt to please the picky compilers
2005-09-15 Daniel Stenbergminor changes, the biggest one being using Curl_select()
2005-09-06 Gisle VanemFix for bind() on Winsock; AF_UNSPEC (0) is illegal.
2005-09-06 Daniel Stenbergsockets are curl_socket_t to build cleaner
2005-09-04 Daniel Stenbergcheck that bind() returns success
2005-09-02 Daniel StenbergJohn Kelly added TFTP support to libcurl. A bunch of...