summaryrefslogtreecommitdiff
path: root/tests/tftpserver.pl
Commit message (Collapse)AuthorAgeFilesLines
* copyrights: update copyright year rangesDaniel Stenberg2021-09-081-1/+1
|
* tests/*server.pl: flush output before executing subprocessMarc Hoersken2021-08-181-1/+2
| | | | | | | | | | | | | | | | | | Also avoid shell processes staying around by using exec. This is necessary to avoid output data being buffering inside the process chain of Perl, Bash/Shell and our test server binaries. On non-Windows systems the exec will also make the subprocess replace the intermediate shell, but on Windows it will at least bind the processes together since there is no real fork or exec available. See: https://cygwin.com/cygwin-ug-net/highlights.html and: https://docs.microsoft.com/cpp/c-runtime-library/exec-wexec-functions Ref: https://github.com/curl/curl/pull/7530#issuecomment-900949010 Reviewed-by: Daniel Stenberg Reviewed-by: Jay Satiro Closes #7530
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* tests: run the TFTP test server on a dynamic port numberDaniel Stenberg2020-04-201-3/+12
| | | | | | | Picking a dynamic unused port is better than a fixed to avoid the collision risk. Closes #5265
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-1/+1
| | | | | | | | | Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
* tests/server: fix missing use of exe_ext helper functionMarc Hoersken2020-03-101-1/+5
| | | | | | Follow up to 9819984 and 3dce984 Reviewed-By: Daniel Stenberg Closes #5064
* spelling fixesklemens2017-03-261-2/+2
| | | | Closes #1356
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* runtests and friends: Do not add undefined values to @INCFabian Keil2012-12-061-1/+2
| | | | | On FreeBSD this fixes the warning: Use of uninitialized value $p in string eq at /usr/local/lib/perl5/5.14.2/BSDPAN/BSDPAN.pm line 36.
* restore executable bits on some filesDaniel Stenberg2010-03-241-0/+0
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* Start using the centralized pidfile and logfile name generationYang Tse2010-01-081-0/+110
subroutines for http and tftp test suite servers.