]> git.ipfire.org Git - thirdparty/curl.git/commit
alt-svc: the libcurl bits
authorDaniel Stenberg <daniel@haxx.se>
Sun, 3 Mar 2019 10:17:52 +0000 (11:17 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 3 Mar 2019 10:17:52 +0000 (11:17 +0100)
commite1be8254534898fccafc5d6cd04f6235f283cfbd
treed48bbbf5cb59d93e82fc14f13f1b0c7a7e5044d3
parent4331a3b8fa40cc8d71b7abb36b096dccdc11e3cb
alt-svc: the libcurl bits
25 files changed:
configure.ac
docs/libcurl/curl_easy_setopt.3
docs/libcurl/opts/CURLOPT_ALTSVC.3 [new file with mode: 0644]
docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 [new file with mode: 0644]
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
include/curl/curl.h
include/curl/typecheck-gcc.h
lib/Makefile.inc
lib/altsvc.c [new file with mode: 0644]
lib/altsvc.h [new file with mode: 0644]
lib/cookie.c
lib/cookie.h
lib/http.c
lib/setopt.c
lib/url.c
lib/urldata.h
lib/version.c
src/tool_help.c
tests/FILEFORMAT
tests/data/Makefile.inc
tests/data/test1654 [new file with mode: 0644]
tests/runtests.pl
tests/unit/Makefile.inc
tests/unit/unit1654.c [new file with mode: 0644]