]> git.ipfire.org Git - pakfire.git/commit
buildservice: Allow passing the event loop to the HTTP client
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Aug 2024 15:02:01 +0000 (15:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 Aug 2024 15:02:01 +0000 (15:02 +0000)
commit5a67492c323f943cc1b3f970b66aee5c249f24a7
treeac59f3e5588617e0097c956bc22963178581652a
parent3a89e0bb4f96b56c756adffcd1bb2ef656704cd4
buildservice: Allow passing the event loop to the HTTP client

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
19 files changed:
src/_pakfire/buildservice.c
src/cli/lib/client-build.c
src/cli/lib/repo_create.c
src/cli/lib/repo_delete.c
src/cli/lib/repo_list.c
src/cli/lib/repo_show.c
src/cli/lib/upload_create.c
src/cli/lib/upload_delete.c
src/cli/lib/upload_list.c
src/libpakfire/buildservice.c
src/libpakfire/daemon.c
src/libpakfire/dist.c
src/libpakfire/httpclient.c
src/libpakfire/include/pakfire/buildservice.h
src/libpakfire/include/pakfire/httpclient.h
src/libpakfire/repo.c
src/libpakfire/transaction.c
tests/libpakfire/httpclient.c
tests/testsuite.c