Commit graph

478 commits

Author SHA1 Message Date
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
Con Kolivas
f81f8c68c7 Fixes to make lrzip compile on cygwin courtesy of Тулебаев Салават . 2011-04-11 21:51:53 +10:00
Con Kolivas
920ad9251d Make open use mode 0777 since it will already be & ~umask it will preserve the default permissions.
Don't try to copy permissions from STDIN.
2011-04-10 11:03:45 +10:00
Con Kolivas
e66d97ab19 Show full version properly when -V is invoked with new versioning system. 2011-04-03 20:13:16 +10:00
Con Kolivas
7b59e41aaf Check for podman since we'll be calling it.
Patch by  Petr Pisar <ppisar@redhat.com>
2011-03-24 21:44:03 +11:00
Con Kolivas
4aad2818f7 Fix symlink generation to work with package generation.
Patch courtesy of Pascal Bleser <pascal.bleser@opensuse.org>
2011-03-24 10:54:49 +11:00
Con Kolivas
ee0edc8ba4 Update changelogs. 2011-03-24 08:50:10 +11:00
Con Kolivas
2b49ca9d8f Forgot to install the lrzuntar, lrunzip symlinks and the pod based manpages.
Bump version to 0.601.
2011-03-24 08:45:59 +11:00
Con Kolivas
582c1c859f Add liblrzip to TODO. 2011-03-23 12:05:35 +11:00
Con Kolivas
0af43611f5 More minor doc updates. 2011-03-23 11:44:37 +11:00
Con Kolivas
3e3759fb09 Remove the crappy regression test script from release tarballs. 2011-03-23 11:10:02 +11:00
Con Kolivas
bd15d8f499 Minor doc changes. 2011-03-23 11:03:52 +11:00
Con Kolivas
381bc35591 Make lrztar/lrzuntar no longer use temporary files. 2011-03-23 10:57:52 +11:00
Con Kolivas
fb526eac01 Remove message about stdin/out from manpage. 2011-03-23 10:38:54 +11:00
Con Kolivas
28e3ebee97 Updated bugs docs. 2011-03-23 10:38:08 +11:00
Con Kolivas
0efcec6304 Reenable static binary compilation with --enable-static-bin configuration option. 2011-03-23 09:43:17 +11:00
Con Kolivas
5c9c4229dc Document that big endian should be fixed. 2011-03-23 09:04:04 +11:00
Con Kolivas
373cfa25e4 limit must still be clamped to chunk_limit at most. 2011-03-23 08:44:52 +11:00
Con Kolivas
e561a9a080 mremap is not a macro, check explicitly for freebsd and apple and define it only then. 2011-03-23 08:34:09 +11:00
Con Kolivas
915edb78a2 Remove unused variables and functions. 2011-03-23 08:16:07 +11:00
Con Kolivas
b27e1df879 Revert "Modify the file format to not include rzip chunk size except for STDOUT chunked files thus decreasing the file format size further."
This reverts commit 131d4c92c2.

Breaks STDIN/OUT so revert this change and cope with the slightly extra file size on non-chunked files.
2011-03-23 07:59:04 +11:00
Con Kolivas
8fcedbc43e Fix big endian decompression from lzma. 2011-03-23 07:42:45 +11:00
Con Kolivas
8077412ee5 Allow files with non-standard extensions to be tested or decompressed if they actually exist.
Don't allow a suffix if an actual output filename has been specified.
Convert ints to chars when they can be.
2011-03-23 01:51:40 +11:00
Con Kolivas
f7a1c14e28 Put warning about possibly wrong password at appropriate place in stream.c
Use char to be consistent in open_stream_in.
Fail to failure() instead of fatal() should open_stream_in fail.
2011-03-23 01:13:15 +11:00
Con Kolivas
64bba65c11 Really enable big endian support in md5.c 2011-03-23 00:56:35 +11:00
Con Kolivas
74f7b3deb6 Cope with trying to force when write bit is disabled and use mode 0600 instead of 0666.
Patch by Serge Belyshev.
2011-03-23 00:42:58 +11:00