]> granicus.if.org Git - curl/commit
TFTP: add option to suppress TFTP option requests (Part 2)
authorJay Satiro <raysatiro@yahoo.com>
Mon, 24 Aug 2015 04:15:01 +0000 (00:15 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 23 Feb 2016 08:01:07 +0000 (03:01 -0500)
commit186546f1c5ffa62526bd57deb5b9fd6e68da2a5e
tree064b4a45b134258416407201b82e53bd621c1f55
parent9dc3eaee2901875d87690de62b427fa7cf96fead
TFTP: add option to suppress TFTP option requests (Part 2)

- Add tests.

- Add an example to CURLOPT_TFTP_NO_OPTIONS.3.

- Add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS.

Bug: https://github.com/curl/curl/issues/481
12 files changed:
docs/curl.1
docs/libcurl/curl_easy_setopt.3
docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3
docs/libcurl/opts/Makefile.am
lib/tftp.c
src/tool_cfgable.h
src/tool_getparam.c
src/tool_help.c
src/tool_operate.c
tests/data/Makefile.inc
tests/data/test1242 [new file with mode: 0644]
tests/data/test1243 [new file with mode: 0644]