Commit graph

58 commits

Author SHA1 Message Date
Con Kolivas
84665b758f Update changelogs. 2013-09-09 09:43:06 +10:00
Con Kolivas
e3264fe117 Update NEWS and ChangeLog. 2013-09-02 12:21:54 +10:00
Con Kolivas
3238ce712c Update changelogs. 2012-07-13 10:42:20 +10:00
Con Kolivas
ea731b5748 Update documentation. 2012-07-07 22:58:43 +10:00
Con Kolivas
6ee7143746 Updated documentation. 2012-03-17 22:33:01 +11:00
Con Kolivas
d7af8fa0e0 Update Changelogs for upcoming version 0.611. 2012-03-11 22:01:02 +11:00
Con Kolivas
11f93c058e Further Changelog updates. 2012-03-08 14:15:00 +11:00
Con Kolivas
e915595bef Update changelogs. 2012-03-08 09:59:46 +11:00
Con Kolivas
b359909b29 Update documentation. 2011-09-26 09:21:38 +10:00
Con Kolivas
a62044d166 Update docs. 2011-09-16 22:13:31 +10:00
Con Kolivas
78e26be2ec Update version and changelog. 2011-05-14 12:55:13 +10:00
Con Kolivas
55ccfc7155 Update changelogs with last changes going into 0.605 2011-05-08 01:31:49 +10:00
Con Kolivas
558e5e40ee Update docs for small file fixes. 2011-05-07 23:50:08 +10:00
Con Kolivas
ac0db74a48 Update changelogs. 2011-05-07 13:27:08 +10:00
Con Kolivas
d033743e6f Add lrzcat symlink which automatically decompresses to stdout.
Revert automatic compression/decompression to stdout when not outputting to a tty, to be consistent with gzip.
2011-05-07 13:22:35 +10:00
Con Kolivas
3f0a1124eb Update docs. 2011-04-26 10:09:27 +10:00
Con Kolivas
efa8f0f6a5 Add to changelog 2011-04-22 19:34:11 +10:00
Con Kolivas
c1c44352e0 Updated documentation. 2011-04-22 19:10:06 +10:00
ckolivas
5ccc9de156 Update changelogs. 2011-04-13 15:09:44 +10:00
Con Kolivas
ee0edc8ba4 Update changelogs. 2011-03-24 08:50:10 +11:00
Con Kolivas
381bc35591 Make lrztar/lrzuntar no longer use temporary files. 2011-03-23 10:57:52 +11:00
Con Kolivas
5c9c4229dc Document that big endian should be fixed. 2011-03-23 09:04:04 +11:00
ckolivas
1ca937db1c More doc updates. 2011-03-22 12:29:37 +11:00
Con Kolivas
b074fa70b0 Documentation. 2011-03-21 23:00:06 +11:00
Con Kolivas
1647b4036d Unused variable. 2011-03-21 21:29:01 +11:00
ckolivas
59e5bc0492 Remove all open coded strerrors when they're going to be shown by fatal(). 2011-03-08 12:05:03 +11:00
Con Kolivas
42c6b28958 Update changelogs. 2011-03-07 21:11:58 +11:00
Con Kolivas
fa821fe196 Updated changelog. 2011-03-07 17:15:59 +11:00
Con Kolivas
7f45a1f024 Update changelog so far. 2011-03-07 16:57:48 +11:00
ckolivas
e337cce320 Increment version to 0.570. 2011-02-25 10:16:58 +11:00
ckolivas
f9f880908c Remove the slightly fragile exponential growth buffer size.
It was only speeding up compression a small amount, yet adversely affected compression and would segfault due to the size not being consistent on successive passes.
2011-02-25 10:10:22 +11:00
Con Kolivas
eae38b8645 Move compiler flags to configure and add -O2 as a minimum default flag. 2011-02-24 12:35:42 +11:00
Con Kolivas
a0ab78ba8d Update lrzip.conf parser to respect -U, -H, -T, k, and -c options.
Further updates to documentation.
Changes by Peter Hyman <pete@peterhyman.com>
2011-02-24 03:07:57 +11:00
Con Kolivas
9fef6ab803 Add verbose and max verbose modes for -i information.
This will give a breakdown of each rzip chunk and compressed block by jumping to each head offset and reading the header information.
2011-02-23 12:59:59 +11:00
Con Kolivas
94673d3fe3 Change the LZO testing option to be a bool on/off instead of taking a confusing parameter.
Make the lzo testing message simpler and only appear when max verbose mode is enabled.
2011-02-23 01:15:18 +11:00
Con Kolivas
fa34905d9d Update documentation. 2011-02-22 21:17:00 +11:00
Con Kolivas
74df2b5973 Minor updates to man pages, lrzip.conf example file.
Update main help screen to include environment settings.
Update to respect $TMP environment variable for TMP files.
Updated control structure to include tmpdir pointer.
Update lrzip.conf parser to respect -U -M options.
Update lrzip.conf example to include new parameters.
Reorder main Switch loop in main.c for readability.
Have MAXRAM and control.window be exclusive. MAXRAM wins.
Have UNLIMITED and control.window be exclusive. UNLIMITED wins.
Have UNLIMITED and MAXRAM be exclusive. UNLIMITED wins.
Corrects heuristic computation in rzip.c which would override
MAXRAM or UNLIMITED if control.window set
Show heuristically computed control.window when computed.
Remove display compression level from control.window verbose output.
Update print_verbose format for Testing for incompressible data in stream.c
to omit extra \n.

Changes by Peter Hyman <pete@peterhyman.com>
2011-02-21 12:03:08 +11:00
Con Kolivas
f056000f7c Update documentation. 2011-02-21 00:02:14 +11:00
Con Kolivas
ea9b00c839 Update version number to 0.552 and update documentation. 2011-02-11 13:22:29 +11:00
Con Kolivas
654ae02ba6 Quick bump to version 0.551.
Update docs.
2010-12-12 17:48:07 +11:00
Con Kolivas
d1db088986 Bump version to 0.550.
Typo.
2010-12-12 10:49:54 +11:00
Con Kolivas
28079083c1 Update docs. 2010-12-12 10:46:22 +11:00
Con Kolivas
13e443e23c Update docs. 2010-12-04 21:49:54 +11:00
Con Kolivas
22da2ee76d Push version number to 0.543.
Update docs.
2010-11-24 21:08:35 +11:00
Con Kolivas
6929492874 Fix the sliding mmap buffer not working on 2nd pass onwards which was causing a slowdon of death. 2010-11-20 09:44:54 +11:00
Con Kolivas
75e675e6dd Bump version number to 0.542.
Choose sane defaults for memory usage since linux ludicriously overcommits.
Use sliding mmap for any compression windows greater than 2/3 ram.
Consolidate and simplify testing of allocatable ram.
Minor tweaks to output.
Round up the size of the high buffer in sliding mmap to one page.
Squeeze a little more out of 32 bit compression windows.
2010-11-20 01:23:08 +11:00
Con Kolivas
0a4f6807e5 Increase version number to 0.540.
Fix compression type reporting on -i.
Remove some unnecessary output when -i is used.
Update docs and benchmarks.
2010-11-16 23:14:35 +11:00
Con Kolivas
1637598c3f Bump version number up to 0.530.
Update all documentation.
Minor fixes by Jari Aalto for build and docs.
2010-11-13 21:37:17 +11:00
Con Kolivas
b469e7b56c Distros don't like 3 point versioning scheme so change back to 2 point and change version to 0.520. 2010-11-08 10:43:05 +11:00
Con Kolivas
2af314cf9d Bump version number to 0.5.2.
Update docs.
2010-11-07 15:33:07 +11:00