aboutsummaryrefslogtreecommitdiffstats
path: root/xzlib.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix a regression in xmlGetDocCompressMode()Daniel Veillard2013-05-101-0/+1
| | | | | | | | | | | | The switch to xzlib had for consequence that the compression level of the input was not gathered anymore in ctxt->input->buf, then the parser compression flags was left to -1 and propagated to the resulting document. Fix the I/O layer to get compression detection in xzlib, then carry it in the input buffer and the resulting document This should fix https://lsbbugs.linuxfoundation.org/show_bug.cgi?id=3456
* Cleanups of lzma supportDaniel Veillard2012-01-271-5/+17
| | | | | | | | - fix inclusion of the separated file - use namespaced name for the 4 non-static routines - add padding after external structures included in-situ - add new requirement to spec file - general cleanup of code
* move xz/lzma helpers to separate included filesAnders F Bjorklund2012-01-271-0/+6