jtmoon79 / super-speedy-syslog-searcher

Speedily search and merge log messages by datetime
MIT License
34 stars 1 forks source link

handle multi-stream xz files #11

Open jtmoon79 opened 1 year ago

jtmoon79 commented 1 year ago

Problem

Only the first stream of a multi-stream xz files is read.

Solution

Handle multi-stream xz files.

jtmoon79 commented 4 months ago

Tracked upstream at lma-rs Issue 66 https://github.com/gendx/lzma-rs/issues/66