]> git.ipfire.org Git - pakfire.git/commit
json: Cleanup the JSON parsing interfaces
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Jun 2025 16:16:55 +0000 (16:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Jun 2025 16:16:55 +0000 (16:16 +0000)
commitd1d1c3482e45cc9acdd9fc47c87fe9ed4ef872d7
treece862f76f8dc4310f8181ed954f266b0a8516106
parent619c0e0d153c82535103ae61d29e349190033650
json: Cleanup the JSON parsing interfaces

We should not always require the context to have some basic logging.
Instead we can return the error as a string.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/daemon.c
src/pakfire/json.c
src/pakfire/json.h
src/pakfire/jwt.c
src/pakfire/mirrorlist.c
src/pakfire/repo.c
src/pakfire/xfer.c