Add initial read-only http fetch support using a got-http helper.
commitced242c2ebcf8284b1cb695dc144461cace5313c
authorOmar Polo <op@omarpolo.com>
Sun, 14 Apr 2024 15:57:46 +0000 (14 15:57 +0000)
committerTobias Heider <me@tobhe.de>
Sun, 14 Apr 2024 15:57:46 +0000 (14 15:57 +0000)
treea10f713c36fa3ca85dbea4b5d313b506265844ec
parent72cc612fc3a0ca437b8ae0c55ff815e9a1a9e766
Add initial read-only http fetch support using a got-http helper.
Currently we only support the smart protocol with a limited feature set.

ok stsp@ tobhe@
got/got.c
lib/dial.c
lib/fetch.c
lib/got_lib_dial.h
lib/got_lib_privsep.h
lib/privsep.c
libexec/Makefile
libexec/got-fetch-pack/got-fetch-pack.c
libexec/got-http/Makefile [new file with mode: 0644]
libexec/got-http/got-http.c [new file with mode: 0644]
libexec/got-read-gotconfig/got-read-gotconfig.c