Commit graph

503 commits

Author SHA1 Message Date
Con Kolivas
7104809cd1 FreeBSD needs fake memopen too. 2011-08-17 20:54:23 +10:00
Con Kolivas
4a157fd659 Update makefile generation to posix portable way.
Patch courtesy of John Hein <jhein@symmetricom.com>
2011-05-21 10:01:38 +10:00
Con Kolivas
78e26be2ec Update version and changelog. 2011-05-14 12:55:13 +10:00
Con Kolivas
cf5e988656 Fix broken lrzuntar as lrzip doesn't automatically convert to stdout now so use lrzcat instead. 2011-05-14 12:49:03 +10:00
Con Kolivas
51a2c167d1 Update version number to 0.605. 2011-05-08 01:32:21 +10:00
Con Kolivas
55ccfc7155 Update changelogs with last changes going into 0.605 2011-05-08 01:31:49 +10:00
Con Kolivas
b85d08a9ec Don't set executable bit in unknown permission circumstances. 2011-05-08 01:28:34 +10:00
Con Kolivas
3e10b27422 More divide by zero output fixes. 2011-05-08 00:45:56 +10:00
Con Kolivas
0d86b8ba0e More percentage display fixes for divide by zero errors. 2011-05-08 00:38:33 +10:00
Con Kolivas
a1359276f4 Fix nan when no hashes found in verbose message. 2011-05-08 00:34:09 +10:00
Con Kolivas
103d2ce11e Add sanity check for meaningless chunk_byte value on runzip. 2011-05-08 00:29:58 +10:00
Con Kolivas
1ea75154d6 Silence compiler warnings. 2011-05-08 00:05:46 +10:00
Con Kolivas
542c1637b2 Cope with zero byte older files in get fileinfo. 2011-05-07 23:58:38 +10:00
Con Kolivas
558e5e40ee Update docs for small file fixes. 2011-05-07 23:50:08 +10:00
Con Kolivas
aca5123d72 Support zero byte sized pre 0.6 archives by setting the eof flag always. 2011-05-07 23:36:55 +10:00
Con Kolivas
55dc9b0095 Fix the arbitrary lower limit of 128 bytes by compressing zeroes beyond the size of the chunk.
Put special case management of zero sized files.
Modify the percentage calculation to be able to cope with small numbers and zeroes.
2011-05-07 18:37:25 +10:00
Con Kolivas
0662ce3dc6 Explain how to build from git repo. 2011-05-07 13:29:42 +10:00
Con Kolivas
ac0db74a48 Update changelogs. 2011-05-07 13:27:08 +10:00
Con Kolivas
922fbb361c Add pod generated manpages to gitignore. 2011-05-07 13:24:26 +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
d80f220c72 Merge branch 'master' of github.com:ckolivas/lrzip 2011-05-07 12:17:18 +10:00
Con Kolivas
6ceaeb5f93 Progress update percent was being zeroed in rzip.c thus displaying on every loop. Move it higher, fixing the amount of output to the terminal. 2011-05-07 10:19:12 +10:00
ckolivas
f1699f4b9c Merge branch 'master' of github.com:ckolivas/lrzip 2011-04-28 09:05:18 +10:00
ckolivas
77644d0209 Update GPL license. 2011-04-28 09:04:41 +10:00
Con Kolivas
74d532e9d6 Update version to 0.604 2011-04-26 10:10:26 +10:00
Con Kolivas
3f0a1124eb Update docs. 2011-04-26 10:09:27 +10:00
Con Kolivas
7ed977b1c1 Detach threads from the compression side since we don't explicitly join them as they may count towards max thread count otherwise. 2011-04-23 08:15:44 +10:00
Con Kolivas
dcc3606507 Update version to 0.603 2011-04-22 19:38:47 +10:00
Con Kolivas
5352debf15 Change to detecting only whether lrzip is inappropriately being passed a directory since there may be other valid file types. 2011-04-22 19:35:04 +10:00
Con Kolivas
efa8f0f6a5 Add to changelog 2011-04-22 19:34:11 +10:00
Con Kolivas
e8824afa1b Do a sanity check on infile in lrzip to ensure it's working on a file it can compress. 2011-04-22 19:23:40 +10:00
Con Kolivas
c1c44352e0 Updated documentation. 2011-04-22 19:10:06 +10:00
Con Kolivas
30e990fbcf Add encrypt support to lrzip.conf 2011-04-22 18:49:24 +10:00
Con Kolivas
7a74991f3f Update bugs file. 2011-04-22 18:40:39 +10:00
ckolivas
8451a5b172 Merge remote branch 'jaalto/man/lrzip.conf.5-hyphen' 2011-04-22 06:58:45 +10:00
ckolivas
d075d228ad Merge remote branch 'jaalto/lrzip.c-spelling-unknown' 2011-04-22 06:58:11 +10:00
Jari Aalto
af65ef5c40 man/lrzip.conf.5: fix hyphen 2011-04-21 20:05:55 +03:00
Jari Aalto
476dce3e66 lrzip.c: (get_magic): Fix spelling mistake 2011-04-21 20:01:48 +03:00
George Makrydakis
41f06466b0 Pipe support for newer lrzip, -S and -o are operational. 2011-04-21 18:58:31 +03:00
ckolivas
77f17857e7 Use STDOUT when no filename is specified and we detect stdout is not going to the terminal. 2011-04-20 11:56:02 +10:00
ckolivas
6ddd2e8e7e Correct fix to ensure 64 bit lseek is used on apple in stream.c 2011-04-18 23:13:11 +10:00
ckolivas
0acf92c103 Revert "Use lseek64 explicitly to work around Apple failures."
This reverts commit e48d149424.

Wasn't the correct fix.
2011-04-18 22:57:23 +10:00
ckolivas
e48d149424 Use lseek64 explicitly to work around Apple failures. 2011-04-18 22:42:32 +10:00
ckolivas
00efbb7443 Bump version to 0.602 2011-04-13 15:13:39 +10:00
ckolivas
5ccc9de156 Update changelogs. 2011-04-13 15:09:44 +10:00
ckolivas
1456fcc0c6 Merge branch 'master' of github.com:ckolivas/lrzip 2011-04-13 15:02:35 +10:00
ckolivas
127a101b14 Disable md5 checking on apple for now till someone fixes it. 2011-04-13 14:50:26 +10:00
ckolivas
271e97d8be Update displayed compression window to match what will be used. 2011-04-13 14:24:02 +10:00
Con Kolivas
f424af288b Add reminder to set CFLAGS to readme. 2011-04-12 14:43:20 +10:00
Con Kolivas
c1055d173e Clamp largest 32bit usable chunk to 2/3 of 1GB. 2011-04-12 14:40:51 +10:00