]> git.ipfire.org Git - pakfire.git/commit
log stream: Add an experimental implementation to stream from PTY
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Mar 2025 15:51:37 +0000 (15:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Mar 2025 15:51:37 +0000 (15:51 +0000)
commita2bc14823fd84024285f04aaa18862ff76ea035e
treeaa0064bb209315a0c96f5113e5bc04dbd689cafa
parent3c42574475a213e3e9c3b3e4a5733dfaac116e70
log stream: Add an experimental implementation to stream from PTY

This is the first step to split all the complicated line buffering from
the PTY code.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/log_stream.c
src/pakfire/log_stream.h
tests/libpakfire/log_stream.c