]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: two new command line options for etags
authorMaros Priputen <maros.priputen@student.tuke.sk>
Wed, 30 Oct 2019 08:43:14 +0000 (09:43 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Nov 2019 12:05:20 +0000 (13:05 +0100)
commit18e5cb77e986911063da8ab6bf254d632b2de6ea
treee86358f792c99440d2cb2eebe3a8518514816cc1
parent1ff63fa69baf617eee856ea30db7ae23134e46fd
curl: two new command line options for etags

--etag-compare and --etag-save

Suggested-by: Paul Hoffman
Fixes #4277
Closes #4543
15 files changed:
docs/cmdline-opts/Makefile.inc
docs/cmdline-opts/etag-compare.d [new file with mode: 0644]
docs/cmdline-opts/etag-save.d [new file with mode: 0644]
src/tool_cb_hdr.c
src/tool_cb_hdr.h
src/tool_cfgable.c
src/tool_cfgable.h
src/tool_getparam.c
src/tool_help.c
src/tool_operate.c
src/tool_operate.h
tests/data/Makefile.inc
tests/data/test339 [new file with mode: 0644]
tests/data/test341 [new file with mode: 0644]
tests/data/test342 [new file with mode: 0644]