]> git.ipfire.org Git - people/ms/pakfire.git/commit
httpclient: Allow to configure the progress flags
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Jun 2025 07:16:50 +0000 (07:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Jun 2025 07:16:50 +0000 (07:16 +0000)
commitc2eccb4d5d84df71669a139f09b70e152645893d
tree998aee653c41bbd6b5264c424eed7cfdf13f8373
parent85f59e571fe4a19b9e70c9d796e3b9e3da1cee75
httpclient: Allow to configure the progress flags

This allows us to hide the progress bar when we are running API
requests.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/client.c
src/pakfire/httpclient.c
src/pakfire/httpclient.h
src/pakfire/transaction.c
tests/libpakfire/httpclient.c