]> git.ipfire.org Git - people/stevee/pakfire.git/commit
Compress/uncompress files on the fly.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Dec 2011 19:41:03 +0000 (20:41 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Dec 2011 19:41:03 +0000 (20:41 +0100)
commit97d7d682d8ca2d8381e5b998442b4224290a6fe2
tree0bb1756b8df555fac56133fcce0a85501989c4ed
parent25b458d83162f843f40a3720aff0867861d57c8d
Compress/uncompress files on the fly.

This will give us a (hopefully) big speed boost when extracting
a lot of packages. There is no temporary uncompressed version of
the package on disk needed.
INSTALL
po/pakfire.pot
python/pakfire/compress.py
python/pakfire/errors.py
python/pakfire/lzma.py [new file with mode: 0644]
python/pakfire/packages/file.py
python/pakfire/packages/packager.py
python/pakfire/repository/index.py
python/pakfire/repository/local.py
python/src/Makefile
python/src/_lzmamodule.c [new file with mode: 0644]