]> git.ipfire.org Git - pakfire.git/commit - Makefile.am
httpclient: Rename the downloader to HTTP client
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Oct 2023 16:01:58 +0000 (16:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Oct 2023 11:11:51 +0000 (11:11 +0000)
commit10db1faea58739fca4904b245ef6031ee061f1ef
tree9030152f0138cc1fed564217beba4fb03ba8bfe5
parentc26aca376ac58b3832024bfd1378f53b4fd7d500
httpclient: Rename the downloader to HTTP client

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/libpakfire/buildservice.c
src/libpakfire/dist.c
src/libpakfire/httpclient.c [moved from src/libpakfire/downloader.c with 55% similarity]
src/libpakfire/include/pakfire/httpclient.h [moved from src/libpakfire/include/pakfire/downloader.h with 70% similarity]
src/libpakfire/include/pakfire/repo.h
src/libpakfire/include/pakfire/xfer.h
src/libpakfire/repo.c
src/libpakfire/transaction.c
src/libpakfire/xfer.c