2005-05-10 02:01:43 by Roland Illig | Files touched by this commit (1) |
Log message:
Removed deleted patch-aa from distinfo.
|
2005-05-10 02:01:08 by Roland Illig | Files touched by this commit (3) |
Log message:
Replaced the package-supplied Makefile with a BSD-style one. Should fix
the bulk-build on NetBSD-1.6.2/i386.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-24 15:36:49 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.9.2:
New in 0.9.2:
* Created workaround for a major pthreads problem (on Linux at
least) that would cause segfaults and missed signals in the
pthreads library itself when mutexes or signals were
created/destroyed too quickly. This used to happen when
processing multiple files, but now pbzip2 only generates its
mutexes and signals at the beginning and reuses the same ones
for multiple files. Special thanks to George Chalissery for help
with this one.
* Increased size of BZIP2 header match from 56 bits to 72 bits for
more accurate detection
* Modified some buffers to use the vector class for easier memory
management and to eliminate one read pass of the input data for
decompression so should be slightly faster.
* Now checks if input file exists before checking if output file
already exists (when not using -f)
* Now checks to ensure input is regular file and not a directory
before processing
* Now deletes input file only if output file exists and is greater
than 0 bytes (-k will always preserve input file)
* Now checks input file for bzip2 header before trying to
decompress file
* Minor code cleanup
New in 0.9.1
* Fixed bug: -c switch now implies -k so input file is not deleted
when data is output to stdout
New in 0.9.0:
* Added -c switch for data output to stdout
* Added -t switch to test integrity of compressed data
* Added autodetection for # of CPUs on supported platforms and
made detected value default # CPUs to use
* Fixed bug where pbzip2 processed 0 byte files
* Tried to make program exit codes the same as bzip2
|
2005-02-23 15:45:28 by Alistair G. Crooks | Files touched by this commit (69) |
Log message:
Add RMD160 digests in addition to SHA1 ones.
|
2005-01-21 03:39:23 by Todd Vierling | Files touched by this commit (3) |
Log message:
Use PTHREAD_AUTO_VARS to get the correct compile options; fixes Interix.
|
2005-01-14 14:08:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix build on 1.6.2 by respecting LDFLAGS (and CXXFLAGS, while I am here).
|
2005-01-12 14:45:27 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
Initial import of pbzip2:
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.
|