]> git.pond.sub.org Git - empserver/commit
Journal output lines instead of chunks
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 30 Jul 2008 12:26:34 +0000 (08:26 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 10 Mar 2009 14:27:52 +0000 (15:27 +0100)
commit87512fb644c2b099d433d3abd303b5e276e964fd
tree3b5bc9060595fcc3ef64238941dfae9c7c0d4297
parentc4687e15d5289d4e38a1d849a6291a742dd9b927
Journal output lines instead of chunks

Output often arrives in chunks other than lines.  Hard to read in the
journal.  Delay journalling until we got a full line or our buffer is
exhausted.  This is less precise, but it'll do for now.
include/journal.h
src/lib/subs/journal.c
src/lib/subs/pr.c