A parallelized data deduplication and command line compression utility.
Find a file
Moinak Ghosh a873f92e41 Fix crash when decompressing deduped archive.
Ensure correct level is passed to lzma.
Avoid branch when wrapping rabin window position and check for rabin window size to be power of 2.
Update rabin parameters check for adaptive modes.
Add detection of 7-bit text/8-bit binary data for later use.
2012-07-10 20:14:23 +05:30
lzma New capability in allocator to add slab caches with user-specified size. 2012-05-31 13:06:40 +05:30
rabin Fix crash when decompressing deduped archive. 2012-07-10 20:14:23 +05:30
adaptive_compress.c Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
allocator.c Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
allocator.h Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
bzip2_compress.c Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
COPYING Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
COPYING.LESSER Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
lzma_compress.c Fix crash when decompressing deduped archive. 2012-07-10 20:14:23 +05:30
main.c Fix crash when decompressing deduped archive. 2012-07-10 20:14:23 +05:30
Makefile Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
pcompress.h Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
ppmd_compress.c Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
README.md Initial commit 2012-05-19 08:54:47 -07:00
utils.c Implement ability to partition chunks at the last rabin boundary instead of fixed size. 2012-07-08 21:44:08 +05:30
utils.h Fix crash when decompressing deduped archive. 2012-07-10 20:14:23 +05:30
zlib_compress.c Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30

pcompress

A Parallel Compression/Decompression utility