summaryrefslogtreecommitdiff
path: root/archivers/pbzip2
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-21Use PTHREAD_AUTO_VARS to get the correct compile options; fixes Interix.tv3-6/+7
2005-01-14Fix build on 1.6.2 by respecting LDFLAGS (and CXXFLAGS, while I am here).wiz2-1/+18
2005-01-12Initial import of pbzip2:wiz4-0/+36
The pbzip2 program is a parallel version of bzip2 for use on shared memory machines. It provides near-linear speedup when used on true multi-processor machines and 5-10% speedup on Hyperthreaded machines. The output is fully compatible with the regular bzip2 data so any files created with pbzip2 can be uncompressed by bzip2 and vice-versa.