]> git.ipfire.org Git - pakfire.git/commit - Makefile.am
downloader: Split mirrors and mirrorlists into their own files
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 16 Oct 2023 15:33:54 +0000 (15:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 16 Oct 2023 15:33:54 +0000 (15:33 +0000)
commit46643a9b0e47a0562d448e93e6d62d480d9ebfe2
tree14bf7cfe48708fb3cb651e29b8803ffc21887ac9
parent68f827f97f8ed23c71e9bc42811a100956541d71
downloader: Split mirrors and mirrorlists into their own files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/libpakfire/dist.c
src/libpakfire/downloader.c
src/libpakfire/include/pakfire/downloader.h
src/libpakfire/include/pakfire/mirror.h [new file with mode: 0644]
src/libpakfire/include/pakfire/mirrorlist.h [new file with mode: 0644]
src/libpakfire/include/pakfire/util.h
src/libpakfire/mirror.c [new file with mode: 0644]
src/libpakfire/mirrorlist.c [new file with mode: 0644]
src/libpakfire/repo.c
src/libpakfire/util.c