]> git.ipfire.org Git - people/ms/pakfire.git/commit
ctx: Create a new type for the context
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Jun 2025 10:20:11 +0000 (10:20 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Jun 2025 10:20:11 +0000 (10:20 +0000)
commit27886789907c01b785c0e37e8763bc75988906ff
treef0d626f3e8471510dbdf4e1ac07a53ba67947373
parent11d5cc9bb951881ceb94f5c836fe1b4e86d68a9f
ctx: Create a new type for the context

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
108 files changed:
src/cli/lib/build.c
src/cli/lib/config.c
src/cli/lib/config.h
src/cli/lib/daemon.c
src/cli/lib/daemon.h
src/cli/lib/dump.c
src/cli/lib/lint.c
src/cli/lib/pakfire.h
src/cli/lib/progressbar.c
src/cli/lib/progressbar.h
src/cli/lib/repo_compose.c
src/cli/lib/terminal.c
src/cli/lib/terminal.h
src/cli/pakfire-builder.c
src/cli/pakfire-client.c
src/cli/pakfire-daemon.c
src/cli/pakfire.c
src/pakfire/archive.c
src/pakfire/archive_writer.c
src/pakfire/buffer.c
src/pakfire/buffer.h
src/pakfire/build.c
src/pakfire/build.h
src/pakfire/builder.c
src/pakfire/builder.h
src/pakfire/cgroup.c
src/pakfire/cgroup.h
src/pakfire/client.c
src/pakfire/client.h
src/pakfire/ctx.c
src/pakfire/ctx.h
src/pakfire/daemon.c
src/pakfire/daemon.h
src/pakfire/db.c
src/pakfire/dist.c
src/pakfire/elf.c
src/pakfire/elf.h
src/pakfire/env.c
src/pakfire/env.h
src/pakfire/fhs.c
src/pakfire/fhs.h
src/pakfire/file.c
src/pakfire/filelist.c
src/pakfire/filelist.h
src/pakfire/hasher.c
src/pakfire/hasher.h
src/pakfire/hashes.c
src/pakfire/hashes.h
src/pakfire/httpclient.c
src/pakfire/httpclient.h
src/pakfire/jail.c
src/pakfire/jail.h
src/pakfire/job.c
src/pakfire/job.h
src/pakfire/key.c
src/pakfire/key.h
src/pakfire/linter-file.c
src/pakfire/linter-file.h
src/pakfire/linter.c
src/pakfire/linter.h
src/pakfire/log_buffer.c
src/pakfire/log_buffer.h
src/pakfire/log_file.c
src/pakfire/log_file.h
src/pakfire/log_stream.c
src/pakfire/log_stream.h
src/pakfire/logging.h
src/pakfire/mirror.c
src/pakfire/mirror.h
src/pakfire/mirrorlist.c
src/pakfire/mirrorlist.h
src/pakfire/mount.c
src/pakfire/mount.h
src/pakfire/oci.c
src/pakfire/package.c
src/pakfire/packagelist.c
src/pakfire/packagelist.h
src/pakfire/packager.c
src/pakfire/pakfire.c
src/pakfire/pakfire.h
src/pakfire/parser.c
src/pakfire/parser/grammar.y
src/pakfire/problem.c
src/pakfire/progress.c
src/pakfire/progress.h
src/pakfire/pty.c
src/pakfire/pty.h
src/pakfire/pwd.c
src/pakfire/repo.c
src/pakfire/repo.h
src/pakfire/scriptlet.c
src/pakfire/scriptlet.h
src/pakfire/snapshot.c
src/pakfire/snapshot.h
src/pakfire/stripper.c
src/pakfire/transaction.c
src/pakfire/util.c
src/pakfire/util.h
src/pakfire/xfer.c
src/pakfire/xfer.h
src/python/ctx.c
src/python/ctx.h
src/python/pakfire.c
tests/libpakfire/jail.c
tests/libpakfire/log_stream.c
tests/parser/test.c
tests/testsuite.c
tests/testsuite.h