summaryrefslogtreecommitdiff
path: root/tests/server/tftpd.c
Commit message (Expand)AuthorAgeFilesLines
* tests: run the TFTP server on a dynamic portbagder/tftp-tests-dynamic-portDaniel Stenberg2020-04-191-6/+60
* tests: introduce preprocessed test casesDaniel Stenberg2020-04-181-32/+21
* tests/server: move all signal handling routines to util.[ch]Marc Hoersken2020-04-121-126/+2
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-1/+2
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-5/+5
* cppcheck: fix warningsMarian Klymov2018-06-111-9/+7
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-6/+6
* tftpd: fix signed/unsigned mismatch warningsMarcel Raad2017-05-081-3/+3
* tests/server: make string literals constMarcel Raad2017-05-041-2/+2
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-5/+10
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-4/+4
* tests: fixed variable might be clobbered warningDan Fandrich2016-11-121-6/+4
* tests/server: comply with our code styleDaniel Stenberg2016-04-031-62/+64
* tftpd server: add Windows support by writing files in binary modeMarc Hoersken2015-12-231-0/+4
* tftp tests: verify sent options tooDaniel Stenberg2015-11-061-11/+38
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-4/+2
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-1/+1
* tests: Fix portability issue with the tftpd server and timeoutsDan Fandrich2014-05-291-14/+7
* tftpd: support "writedelay" within <servercmd>Daniel Stenberg2013-08-221-3/+80
* tftpd: convert 6 global variables into local onesDaniel Stenberg2013-08-221-8/+8
* tftpd.c: Apply sread timeout to the whole data transfer sessionMarc Hoersken2013-04-061-17/+20
* tftpd.c: Follow up cleanup and restore of previous sockoptMarc Hoersken2013-04-061-3/+6
* tftpd.c: Fixed sread timeout on Windows by setting it manuallyMarc Hoersken2013-04-061-0/+13
* test servers: handle W32/W64 SIGBREAK with exit_signal_handlerYang Tse2013-01-091-0/+15
* test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64Yang Tse2013-01-091-10/+10
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-3/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+1
* test servers: build adjustmentYang Tse2012-04-101-3/+1
* write: add return code checks when usedDaniel Stenberg2011-06-111-1/+2
* Changed some nonportable typesDan Fandrich2011-04-051-12/+12
* tftpd: avoid buffer overflow report from glibcPaul Howarth2010-12-171-2/+4
* test servers: fix strict aliasing compiler warningsYang Tse2010-11-191-56/+93
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse2010-02-221-2/+1
* fix compiler warningYang Tse2010-02-191-1/+2
* fix compiler warningYang Tse2010-02-181-4/+3
* Overhauled test suite getpart() function. Fixing potential out of boundsYang Tse2010-02-141-1/+5
* Validate server port argumentYang Tse2010-02-041-1/+10
* avoid possibility of using obsoleted stuffYang Tse2010-02-021-0/+2
* PKTSIZE might have been already defined in arpa/tftp.hYang Tse2010-01-231-0/+2
* Remove extra line feedYang Tse2010-01-081-1/+1
* sws and tftpd command line option naming adjustmentsYang Tse2010-01-081-7/+36
* Fix 'uploaded' file descriptor leakYang Tse2009-12-031-0/+10
* signal handling to cleanup on SIGINT and SIGTERMYang Tse2009-12-021-140/+355
* Only attempt to clear the server-logs lock when previously set by this same s...Yang Tse2009-11-261-3/+14
* Enhance some debug messages for initialization failures.Yang Tse2009-11-231-14/+21
* Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse2009-09-171-1/+1
* fix compiler warningYang Tse2009-06-111-2/+2