Base code merged to SPIN 2.4
[platform/upstream/curl.git] / tests / server / tftpd.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
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-29 Dan Fandrichtests: Fix portability issue with the tftpd server...
2013-08-22 Daniel Stenbergtftpd: support "writedelay" within <servercmd>
2013-08-22 Daniel Stenbergtftpd: convert 6 global variables into local ones
2013-04-06 Marc Hoerskentftpd.c: Apply sread timeout to the whole data transfer...
2013-04-06 Marc Hoerskentftpd.c: Follow up cleanup and restore of previous...
2013-04-06 Marc Hoerskentftpd.c: Fixed sread timeout on Windows by setting...
2013-01-09 Yang Tsetest servers: handle W32/W64 SIGBREAK with exit_signal_...
2013-01-09 Yang Tsetest servers: fix errno, ERRNO and SOCKERRNO usage...
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
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-04-10 Yang Tsetest servers: build adjustment
2011-06-11 Daniel Stenbergwrite: add return code checks when used
2011-04-06 Dan FandrichChanged some nonportable types
2010-12-17 Paul Howarthtftpd: avoid buffer overflow report from glibc
2010-11-19 Yang Tsetest servers: fix strict aliasing compiler warnings
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-22 Yang Tseconvert Curl_ultous() and Curl_ultouc() functions to...
2010-02-19 Yang Tsefix compiler warning
2010-02-18 Yang Tsefix compiler warning
2010-02-14 Yang TseOverhauled test suite getpart() function. Fixing potent...
2010-02-04 Yang TseValidate server port argument
2010-02-02 Yang Tseavoid possibility of using obsoleted stuff
2010-01-23 Yang TsePKTSIZE might have been already defined in arpa/tftp.h
2010-01-08 Yang TseRemove extra line feed
2010-01-08 Yang Tsesws and tftpd command line option naming adjustments
2009-12-03 Yang TseFix 'uploaded' file descriptor leak
2009-12-02 Yang Tsesignal handling to cleanup on SIGINT and SIGTERM
2009-11-26 Yang TseOnly attempt to clear the server-logs lock when previou...
2009-11-23 Yang TseEnhance some debug messages for initialization failures.
2009-09-17 Yang TseAttempt to silence bogus compiler warning: "Potential...
2009-06-11 Yang Tsefix compiler warning
2009-05-02 Yang TseUse build-time configured curl_socklen_t instead of...
2009-04-27 Yang TseInclude <arpa/inet.h> if HAVE_ARPA_INET_H is defined
2009-04-24 Daniel Stenbergtest 1099: "TFTP get first a non-existing file then...
2009-04-09 Gunter Knaufadd back most likely acciedently removed function name...
2009-04-08 Gisle VanemAvoid warnings when HAVE_ALRM and SIGALRM are not defined.
2008-10-23 Yang Tsemoved some definitions from tftp.h to tftpd.c
2008-10-23 Yang Tsefix compiler warning
2008-10-14 Yang Tseattempt to fix compiler warning:
2008-10-03 Yang Tserevert change introduced in tftpd.c revision 1.44
2008-10-02 Yang Tsefix compiler warning: `variable' might be clobbered...
2008-09-26 Yang TseAvoid the use of the '? :' operator inside the call...
2008-09-21 Yang Tsefix compiler warning: defined but not used
2008-09-20 Yang Tsefix compiler warning: external definition with no prior...
2008-09-04 Yang Tsefix print formatting string directives
2008-07-30 Yang TseUndo using the sreadfrom() wrapper to replace recvfrom...
2008-07-30 Yang TseUndo using the sreadfrom() wrapper to replace recvfrom...
2008-07-21 Yang Tsefix compiler warning: implicit conversion from "long...
2008-07-21 Yang TseUse the sreadfrom() wrapper to replace recvfrom() in...
2008-04-23 Yang Tseimprove synchronization between test harness runtests...
2008-02-28 Yang Tseheader inclusion cleanup
2008-02-26 Yang Tserefactor some code out to write_pidfile() in util.c
2008-02-06 Yang TseDon't try to compare more than strlen chars
2008-02-06 Yang TseUse a long int data type to handle getpid() result
2007-11-15 Yang TseReplace isupper with our uppercase macro version
2007-10-24 Dan FandrichFixed the test TFTP server to support the >10000 test...
2007-10-24 Patrick MonneratClose log/server.input ASAP to avoid lengthy file lock...
2007-09-27 Dan FandrichEnabled a few more gcc warnings with --enable-debug...
2007-02-19 Yang Tseadd debug messages for initialization failures
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-02-02 Yang Tsecompiler warning fix
2007-01-15 Dan FandrichLeave the TFTPD test server running after a file upload.
2006-10-23 Yang TseReplace is*() macros with our own IS*() ones.
2006-10-11 Yang TseRemove redundant __CYGWIN__ symbol check
2006-09-12 Yang TseCygwin preprocessor adjustments
2006-08-14 Yang TseReplace exit() with return() in main()
2006-07-29 Yang TseFix compiler warnings.
2006-07-28 Yang TseReplace send() and recv() with swrite() and sread(...
2006-05-24 Daniel Stenbergbased on Tor Arntsen's fix, this should correct test...
2006-01-03 Daniel Stenbergkilled trailing whitespace
2006-01-03 Daniel StenbergAndres Garcia made the TFTP test server build with...
2005-12-19 Dan FandrichFixed lcc compiler warnings.
2005-12-13 Dan FandrichFixed some compiler warnings on lcc.
2005-12-08 Yang TseFix compiler warning
2005-12-06 Daniel StenbergYang Tse: fixed compiler warning
2005-12-05 Daniel StenbergAnother Yang Tse warning cleanup raid!
2005-09-19 Daniel Stenbergseems to work for test 271 on Linux now!
2005-09-16 Daniel Stenbergrenamed sendfile() since some systems have a system...
2005-09-16 Daniel StenbergIn the Solaris 7 header files for tftp, the th_stuff...
2005-09-16 Daniel Stenbergprevent warnings on re-defining MIN
2005-09-16 Daniel Stenberguse int "subscripts" to prevent warnings from picky...
2005-09-16 Daniel Stenberguse internal *printf() clones
2005-09-15 Daniel Stenbergifdef for includes, added checking for two not previous...
2005-09-15 Daniel StenbergFirst version of the TFTP server. Basic functionality...