Con Kolivas
9a351d1b50
Add support for various combinations in compat mode
2016-06-09 18:02:13 +10:00
Con Kolivas
d78c3bbd7a
models is array of chars. char's signess is implementation specific.
...
It's unsigned on ARMv7. Unsigned char cannot represent negative values.
GCC 6 complains about it:
narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
This can be reproduced with older GCC or by:
./configure CXXFLAGS='-Wnarrowing -funsigned-char'
This patch casts the negative values explicitly because changing the
type to signed char[] would change prototypes of public methods.
Signed-off-by: Petr Písař <ppisar@redhat.com>
2016-06-09 15:25:49 +10:00
Con Kolivas
73213b9796
Merge branch 'master' into compat
2016-06-09 15:01:44 +10:00
Con Kolivas
7e92f4cb47
Fix decompression of multiple chunk encrypted archives
2016-06-09 15:00:58 +10:00
Con Kolivas
5627479c60
Tidy gotos
2016-06-09 13:56:54 +10:00
Con Kolivas
007bf5de93
Show correct lengths during testing on big endian and compressed archives
2016-06-09 11:48:04 +10:00
Con Kolivas
56a84987dd
Update copyright dates
2016-06-09 11:16:41 +10:00
Con Kolivas
70bd5e9d3a
Allow less than maxram to be malloced for checksum to fix Failed to malloc ckbuf in hash_search2
2016-06-09 11:04:40 +10:00
Con Kolivas
c7a111bd32
Base temporary output buffer on maximum mallocable, not maxram
2016-06-09 10:51:55 +10:00
Con Kolivas
21496ded07
Enable subdir objects for future automake compatibility
2016-06-09 10:18:26 +10:00
Con Kolivas
7808f3dcbc
Add support for -m option in lrztar
2016-06-09 09:56:17 +10:00
Con Kolivas
38161805fb
Merge branch 'master' of github.com:ckolivas/lrzip
2016-06-09 09:49:52 +10:00
Con Kolivas
b8c1e9ca63
Big endian fix for Solaris Sparc courtesy of joelfredrikson.
2016-06-09 09:49:43 +10:00
Con Kolivas
9e84152485
Merge pull request #43 from orthographic-pedant/spell_check/accommodate
...
Fixed typographical error, changed accomodate to accommodate in README.
2016-06-09 09:48:50 +10:00
Con Kolivas
cbc3789d5c
Merge branch 'compat' of github.com:ckolivas/lrzip into compat
2016-06-09 09:47:44 +10:00
Con Kolivas
a01b6615f3
Big endian fix for Solaris Sparc courtesy of joelfredrikson.
2016-06-09 09:47:13 +10:00
orthographic-pedant
0639d10de5
Fixed typographical error, changed accomodate to accommodate in README.
2015-09-30 15:23:03 -04:00
ckolivas
8c30746257
Merge branch 'master' into compat
2015-05-06 08:53:18 +10:00
George Makrydakis
bbb3058cc3
A whitespace fix on lrztar.
...
Signed-off-by: ckolivas <kernel@kolivas.org>
2015-05-06 08:52:50 +10:00
Con Kolivas
3dfcde4a82
Add sanity check to prevent trying to malloc more ram than a system/environment is capable of
2015-05-01 12:47:16 +10:00
Con Kolivas
e39af7eb0f
Add sanity check to prevent trying to malloc more ram than a system/environment is capable of
2015-05-01 12:47:03 +10:00
Con Kolivas
bed16a4272
Cosmetic help change for compat
2015-04-16 17:23:35 +10:00
Con Kolivas
f7ae8fddf9
Add rudimentary manpage for lrz
2015-04-16 17:21:54 +10:00
Con Kolivas
d9cbf03a45
Fix lrz symbolic linkage
2015-04-16 16:44:01 +10:00
Con Kolivas
fcb64e6dbb
Do not fail if we are unable to write temporary files, giving a warning only that it might fail if we don't have enough ram
2015-04-16 16:38:20 +10:00
Con Kolivas
788a70e6f6
Try /tmp/ if none of the temporary environment directories or the current directory are writeable
2015-04-16 16:20:27 +10:00
Con Kolivas
fbd56ce9c7
Set STDOUT correctly in compat mode
2015-04-16 15:59:37 +10:00
Con Kolivas
d7ebee9640
Style police
2015-04-16 15:47:31 +10:00
Con Kolivas
0005c1cd95
Fix false warning on decompressing from stdin without keep files
2015-04-16 15:31:23 +10:00
Con Kolivas
773df5436c
Fix false warning on compressing from stdin without keep files
2015-04-16 15:28:01 +10:00
Con Kolivas
591e106d57
Don't show extra message in compat mode decompress
2015-04-16 15:22:43 +10:00
Con Kolivas
3cfb993ce3
Show correct appname when called in compat mode
2015-04-16 15:18:11 +10:00
Con Kolivas
efe2ce91ca
Add support for progress, fast and best flags in compat mode
2015-03-13 13:58:08 +11:00
ckolivas
90c8072deb
Add compatibility mode with gzip
2015-03-13 13:02:54 +11:00
Con Kolivas
3a53bec832
Merge pull request #38 from pete4abw/master
...
Correct adding slash to control->tmpdir. off-by-one error.
2015-03-11 07:18:08 +11:00
Peter Hyman
4a24a6dd10
Correct adding slash to control->tmpdir. off-by-one error.
2015-03-10 11:30:37 -07:00
Con Kolivas
7caef3ef85
Update manpage for long options
2015-03-10 21:49:04 +11:00
Con Kolivas
c3bbeb99d4
Bump version to 0.621
2015-03-10 21:41:49 +11:00
Con Kolivas
573606c950
Update documentation
2015-03-10 21:41:49 +11:00
Con Kolivas
a9fadeec1c
Fix libzpaq.cpp warnings
2015-03-10 21:29:04 +11:00
Con Kolivas
2e36d2a580
Fix warnings in LzmaLib.c
2015-03-10 21:24:45 +11:00
Con Kolivas
9a17a54c49
Making the high buffer only one page size is faster for sliding mmap mode
2015-03-10 21:10:24 +11:00
Con Kolivas
d5a339335b
Fix incompatible log callback in liblrzip
2015-03-10 20:27:38 +11:00
Con Kolivas
3dbf13f92d
Use PRId64 instead of lld in fscanf
2015-03-10 20:08:00 +11:00
Con Kolivas
5c5a8c6cc5
Use int64_t for i64
2015-03-10 20:05:51 +11:00
Con Kolivas
e3598a7b96
Fix ISO C warning in lrzip.c
2015-03-10 20:04:14 +11:00
Con Kolivas
2e3eed5d77
Fix ISO C warning in lrzip.c
2015-03-10 20:03:21 +11:00
Con Kolivas
90f7228507
Fix ISO C warning in runzip.c
2015-03-10 20:02:27 +11:00
Con Kolivas
9756dd3785
Fix ISO C warnings in rzip.c
2015-03-10 19:58:10 +11:00
Con Kolivas
efe3f679ca
Fix iso c warning in util.c
2015-03-10 18:33:10 +11:00