]> git.ipfire.org Git - pakfire.git/commit
xfer: Create its own type
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Jun 2025 15:13:16 +0000 (15:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Jun 2025 15:13:16 +0000 (15:13 +0000)
commit80a17f400679eed2d509ae49de116cfc1973996f
tree167fdc742e723ffef8eb5be588498b38ce0f5aba
parentafe7ff29d4eca07f0f7732a52db98a4630e67fdc
xfer: Create its own type

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
20 files changed:
src/cli/lib/api.c
src/cli/lib/api.h
src/cli/lib/client-build.c
src/cli/lib/repo_delete.c
src/cli/lib/upload_list.c
src/pakfire/builder.c
src/pakfire/builder.h
src/pakfire/client.c
src/pakfire/client.h
src/pakfire/dist.c
src/pakfire/httpclient.c
src/pakfire/httpclient.h
src/pakfire/job.c
src/pakfire/repo.c
src/pakfire/repo.h
src/pakfire/transaction.c
src/pakfire/xfer.c
src/pakfire/xfer.h
tests/libpakfire/httpclient.c
tests/libpakfire/xfer.c