]> git.ipfire.org Git - pakfire.git/commit
jobs: Stream logs as base64-encoded data
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Apr 2025 14:11:43 +0000 (14:11 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Apr 2025 14:11:43 +0000 (14:11 +0000)
commit5ffcee110cb1676bb6cd53541e541c784cf4c2ab
tree570d377e2c097f359bdc182134ab8e521e184a22
parenta56cfb97799f445f016e8433f09fbfa85098a3f9
jobs: Stream logs as base64-encoded data

There should not be anything else but ASCII or Unicode characters here,
but we can never be too sure. Therefore we will encode all data as
base64 to keep the protocol somewhat extensible.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/job.c