Re: [xz-devel] xz-utils streaming patch

2013-07-04 Thread Lasse Collin
On 2013-06-26 Alexander Clouter wrote: Attached is a patch that enables 'streaming' support for xz output, in short LZMA_SYNC_FLUSH is called every X milliseconds. There is now this kind of feature in the git repostory that can be tested. I named the option --flush-timeout=TIMEOUT where the

[xz-devel] xz-utils streaming patch

2013-06-26 Thread Alexander Clouter
Hi, Attached is a patch that enables 'streaming' support for xz output, in short LZMA_SYNC_FLUSH is called every X milliseconds. We find it helpful so that we can effectively do: tail -f foobar.log.xz | nc w.x.y.z 1234 Meanwhile foobar.log.xz is effectively being generated with: