]> git.ipfire.org Git - thirdparty/libarchive.git/log
thirdparty/libarchive.git
12 years agoFix an error test on the result from fread 29/head
Tristan Ravitch [Fri, 2 Nov 2012 14:49:44 +0000 (09:49 -0500)] 
Fix an error test on the result from fread

fread returns a short byte count on error (and ferror has to be used
to determine if it really was an error).  There was a check for < 0,
which fread cannot return.

12 years agoImprove a test for HFS+ Compression.
Michihiro NAKAJIMA [Fri, 2 Nov 2012 00:42:02 +0000 (09:42 +0900)] 
Improve a test for HFS+ Compression.

12 years agoCorrect the location the resource fork footer is added.
Michihiro NAKAJIMA [Fri, 2 Nov 2012 00:12:09 +0000 (09:12 +0900)] 
Correct the location the resource fork footer is added.

12 years agoIf a restoring file name begins with "._" and its form is
Michihiro NAKAJIMA [Thu, 1 Nov 2012 23:50:47 +0000 (08:50 +0900)] 
If a restoring file name begins with "._" and its form is
AppleDouble, link it with the data fork file and remove it.

12 years agoUse mkstemp rather than tempnam for security.
Michihiro NAKAJIMA [Thu, 1 Nov 2012 20:50:05 +0000 (05:50 +0900)] 
Use mkstemp rather than tempnam for security.

12 years agoChange compiling conditions for support for HFS+ Compression
Michihiro NAKAJIMA [Thu, 1 Nov 2012 20:29:20 +0000 (05:29 +0900)] 
Change compiling conditions for support for HFS+ Compression
since it is only for MacOS X.

12 years agoIgnore .DS_Store made by Finder on MacOS X.
Michihiro NAKAJIMA [Thu, 1 Nov 2012 20:20:49 +0000 (05:20 +0900)] 
Ignore .DS_Store made by Finder on MacOS X.

12 years agoDo not process HFS+ compression if the file name begins with "._".
Michihiro NAKAJIMA [Thu, 1 Nov 2012 11:53:57 +0000 (20:53 +0900)] 
Do not process HFS+ compression if the file name begins with "._".

12 years agoIf ARCHIVE_EXTRACT_FFLAGS is not set, do not set file flags with
Michihiro NAKAJIMA [Thu, 1 Nov 2012 11:41:33 +0000 (20:41 +0900)] 
If ARCHIVE_EXTRACT_FFLAGS is not set, do not set file flags with
the exception of UF_COMPRESSED when HFS+ compression is processed.

12 years agoPlug memory leaks on Mac.
Michihiro NAKAJIMA [Thu, 1 Nov 2012 11:09:43 +0000 (20:09 +0900)] 
Plug memory leaks on Mac.

12 years agoAdd --nopreserveHFSCompression option to bsdtar to prevent
Michihiro NAKAJIMA [Wed, 31 Oct 2012 03:55:42 +0000 (12:55 +0900)] 
Add --nopreserveHFSCompression option to bsdtar to prevent
a file which was compressed before archived from automatically
HFS+ Compression.

12 years agoIgnore a request of HFS+ Compression if the filesystem a file
Michihiro NAKAJIMA [Wed, 31 Oct 2012 02:01:09 +0000 (11:01 +0900)] 
Ignore a request of HFS+ Compression if the filesystem a file
is restoring on does not support.

12 years agoEarly versions of Mac OS X do not support HFS+ Compression.
Michihiro NAKAJIMA [Tue, 30 Oct 2012 23:59:22 +0000 (08:59 +0900)] 
Early versions of Mac OS X do not support HFS+ Compression.

12 years agoCorrect handling user_umask in create_filesystem_object function.
Michihiro NAKAJIMA [Tue, 30 Oct 2012 23:47:36 +0000 (08:47 +0900)] 
Correct handling user_umask in create_filesystem_object function.
It usually made a new file with a zero file mode though that
was changed later.
The file its mode was a zero prevented doing fsetxattr system call
in success with the exception of running by super user on Mac.

12 years agoFix making Resource Fork header and footer for HFS+ Compression.
Michihiro NAKAJIMA [Tue, 30 Oct 2012 23:25:19 +0000 (08:25 +0900)] 
Fix making Resource Fork header and footer for HFS+ Compression.

12 years agoRemove an unnecessary check of file xattrs used for HFS+ compression
Michihiro NAKAJIMA [Tue, 30 Oct 2012 21:07:14 +0000 (06:07 +0900)] 
Remove an unnecessary check of file xattrs used for HFS+ compression
since the file was removed if existent.

12 years agoFix a segmentation fault when files for assertionEqualFile do not exist.
Michihiro NAKAJIMA [Tue, 30 Oct 2012 18:22:42 +0000 (03:22 +0900)] 
Fix a segmentation fault when files for assertionEqualFile do not exist.

12 years agoFix a segmentation fault when getting xattr list failed.
Michihiro NAKAJIMA [Tue, 30 Oct 2012 18:17:28 +0000 (03:17 +0900)] 
Fix a segmentation fault when getting xattr list failed.

12 years agoFix build failure on Mac OS X Mountain Lion.
Michihiro NAKAJIMA [Tue, 30 Oct 2012 17:10:14 +0000 (02:10 +0900)] 
Fix build failure on Mac OS X Mountain Lion.

12 years agoSimplify converting endianness of the decmpfs header and flushing
Michihiro NAKAJIMA [Sat, 27 Oct 2012 12:58:37 +0000 (21:58 +0900)] 
Simplify converting endianness of the decmpfs header and flushing
the last compressed block.

12 years agoDo not depend on sys/decmpfs.h since Snow Leopard does not have it.
Michihiro NAKAJIMA [Sat, 27 Oct 2012 01:28:33 +0000 (10:28 +0900)] 
Do not depend on sys/decmpfs.h since Snow Leopard does not have it.

12 years agoSet UF_COMPRESSED flag before write Resource Frok.
Michihiro NAKAJIMA [Fri, 26 Oct 2012 06:10:45 +0000 (15:10 +0900)] 
Set UF_COMPRESSED flag before write Resource Frok.

12 years agoAdd experimental support for HFS+ Compression.
Michihiro NAKAJIMA [Fri, 26 Oct 2012 00:53:36 +0000 (09:53 +0900)] 
Add experimental support for HFS+ Compression.
 - bsdtar provides --hfsCompression option.

12 years agoAdd lacking filter entries to the table of
Michihiro NAKAJIMA [Tue, 23 Oct 2012 00:21:40 +0000 (09:21 +0900)] 
Add lacking filter entries to the table of
archive_write_add_filter function.

12 years agoUpdate a comment about lzop.
Michihiro NAKAJIMA [Tue, 23 Oct 2012 00:13:53 +0000 (09:13 +0900)] 
Update a comment about lzop.

12 years agoFix typo; mtree utility is section 8.
Michihiro NAKAJIMA [Mon, 22 Oct 2012 23:25:40 +0000 (08:25 +0900)] 
Fix typo; mtree utility is section 8.

12 years agoDescribe lrzip:compression, lrzip:compression-level and
Michihiro NAKAJIMA [Mon, 22 Oct 2012 22:09:45 +0000 (07:09 +0900)] 
Describe lrzip:compression, lrzip:compression-level and
lzop:compression-level.

12 years agoChange the minimum number of gzip:compression-level from 0 to 1
Michihiro NAKAJIMA [Mon, 22 Oct 2012 21:32:08 +0000 (06:32 +0900)] 
Change the minimum number of gzip:compression-level from 0 to 1
described in bsdtar.1 since an external gzip(1) utility does not
handle compression level 0.

12 years agoIntroduce gzip:timestamp option into gzip write filter to
Michihiro NAKAJIMA [Mon, 22 Oct 2012 21:22:23 +0000 (06:22 +0900)] 
Introduce gzip:timestamp option into gzip write filter to
control recording timestamp.

12 years agoIntroduce -a/--auto-compress option into bsdtar.
Michihiro NAKAJIMA [Sun, 21 Oct 2012 08:05:28 +0000 (17:05 +0900)] 
Introduce -a/--auto-compress option into bsdtar.
This automatically decides on a creation format and filters by
the archive suffix.

12 years agoUse lzo_adler32 instead of using own founction when if zlib unavailable.
Michihiro NAKAJIMA [Sun, 21 Oct 2012 04:07:37 +0000 (13:07 +0900)] 
Use lzo_adler32 instead of using own founction when if zlib unavailable.

12 years agoAdd support for writing v7 tar format.
Michihiro NAKAJIMA [Thu, 18 Oct 2012 03:40:19 +0000 (12:40 +0900)] 
Add support for writing v7 tar format.

12 years agoAdd test_compat_lzop_1.tar.lzo entry into the test_fuzz list for
Michihiro NAKAJIMA [Sun, 21 Oct 2012 02:26:07 +0000 (11:26 +0900)] 
Add test_compat_lzop_1.tar.lzo entry into the test_fuzz list for
the lzop read filter.

12 years agoUse liblzo2 for the lzop write filter.
Michihiro NAKAJIMA [Sun, 21 Oct 2012 02:11:46 +0000 (11:11 +0900)] 
Use liblzo2 for the lzop write filter.

12 years agoRemove debug lines.
Michihiro NAKAJIMA [Sat, 20 Oct 2012 05:06:37 +0000 (14:06 +0900)] 
Remove debug lines.

12 years agoAdd mtree test entries into CMakefile.txt.
Michihiro NAKAJIMA [Fri, 19 Oct 2012 04:29:01 +0000 (13:29 +0900)] 
Add mtree test entries into CMakefile.txt.

12 years agoUse liblzo2 for the lzop reader filter if available.
Michihiro NAKAJIMA [Fri, 19 Oct 2012 04:14:32 +0000 (13:14 +0900)] 
Use liblzo2 for the lzop reader filter if available.

12 years agoMake sure that we consume remaining data bytes before reading
Michihiro NAKAJIMA [Tue, 16 Oct 2012 07:07:47 +0000 (16:07 +0900)] 
Make sure that we consume remaining data bytes before reading
entries in a directory in case of reading the ISO image made
by makefs.

12 years agoRemove redundant initialization.
Michihiro NAKAJIMA [Tue, 16 Oct 2012 05:10:08 +0000 (14:10 +0900)] 
Remove redundant initialization.

12 years agoPerform 'bzip2 -d -V' instead of 'bzip2 -V' for a bzip2 availableness
Michihiro NAKAJIMA [Tue, 16 Oct 2012 05:00:42 +0000 (14:00 +0900)] 
Perform 'bzip2 -d -V'  instead of 'bzip2 -V' for a bzip2 availableness
test because the process on FreeBSD 9 does not finish its program
when redirecting stdout to /dev/null.

12 years agoAdd test_option_j to the bsdtar_test.
Michihiro NAKAJIMA [Tue, 16 Oct 2012 01:33:43 +0000 (10:33 +0900)] 
Add test_option_j to the bsdtar_test.

12 years agoAdd test_option_z to the bsdtar_test.
Michihiro NAKAJIMA [Tue, 16 Oct 2012 01:27:36 +0000 (10:27 +0900)] 
Add test_option_z to the bsdtar_test.

12 years agoFix a skip message in no zlib.
Michihiro NAKAJIMA [Tue, 16 Oct 2012 01:14:40 +0000 (10:14 +0900)] 
Fix a skip message in no zlib.

12 years agoFix build failure without zlib.
Michihiro NAKAJIMA [Tue, 16 Oct 2012 01:10:51 +0000 (10:10 +0900)] 
Fix build failure without zlib.

12 years agoFix build and test failure without libbz2.
Michihiro NAKAJIMA [Tue, 16 Oct 2012 00:40:50 +0000 (09:40 +0900)] 
Fix build and test failure without libbz2.

12 years agoFix a handing of readdir_r on AIX. The meaning of the return value is
Michihiro NAKAJIMA [Sun, 14 Oct 2012 19:27:52 +0000 (04:27 +0900)] 
Fix a handing of readdir_r on AIX. The meaning of the return value is
different from other posix systems.

12 years agoMake external programs lzip, lzma and xz be quiet when reading
Michihiro NAKAJIMA [Sun, 14 Oct 2012 05:26:05 +0000 (14:26 +0900)] 
Make external programs lzip, lzma and xz be quiet when reading
corrupted compressed data.

12 years agoSwitch an external program for xz decompression from "unxz" to
Michihiro NAKAJIMA [Sun, 14 Oct 2012 05:17:07 +0000 (14:17 +0900)] 
Switch an external program for xz decompression from "unxz" to
"xz -d".

12 years agoSwitch an external program for lzma decompression from "unlzma" to
Michihiro NAKAJIMA [Sun, 14 Oct 2012 05:08:46 +0000 (14:08 +0900)] 
Switch an external program for lzma decompression from "unlzma" to
"lzma -d".

12 years agoSwitch an external program for lzip decompression from "lunzip" to
Michihiro NAKAJIMA [Sun, 14 Oct 2012 05:00:04 +0000 (14:00 +0900)] 
Switch an external program for lzip decompression from "lunzip" to
"lzip -d".

12 years agoCorrect detection error messages in a lack of liblzma.
Michihiro NAKAJIMA [Sun, 14 Oct 2012 04:47:58 +0000 (13:47 +0900)] 
Correct detection error messages in a lack of liblzma.

12 years agoFix an external program name for lzip decompression.
Michihiro NAKAJIMA [Sun, 14 Oct 2012 04:42:32 +0000 (13:42 +0900)] 
Fix an external program name for lzip decompression.

12 years agoFix typo.
Michihiro NAKAJIMA [Sat, 13 Oct 2012 10:31:16 +0000 (19:31 +0900)] 
Fix typo.

12 years agoEnable bzip2 compression to use an external bzip2 program when
Michihiro NAKAJIMA [Sat, 13 Oct 2012 10:28:37 +0000 (19:28 +0900)] 
Enable bzip2 compression to use an external bzip2 program when
libbz2 is unavailable.

12 years agoSwitch an external program for bzip2 decompression from "bunzip2"
Michihiro NAKAJIMA [Sat, 13 Oct 2012 09:56:11 +0000 (18:56 +0900)] 
Switch an external program for bzip2 decompression from "bunzip2"
to "bzip2 -d".

12 years agoIntegrate __archive_write_program_set_cmd into __archive_write_program_open.
Michihiro NAKAJIMA [Sat, 13 Oct 2012 07:30:17 +0000 (16:30 +0900)] 
Integrate __archive_write_program_set_cmd into __archive_write_program_open.

12 years agoUse an external gzip program when zlib is unavailable.
Michihiro NAKAJIMA [Thu, 11 Oct 2012 21:57:36 +0000 (06:57 +0900)] 
Use an external gzip program when zlib is unavailable.

12 years agoProperly call next filter even if the external program is already closed
Michihiro NAKAJIMA [Thu, 11 Oct 2012 21:30:25 +0000 (06:30 +0900)] 
Properly call next filter even if the external program is already closed
or not opend.

12 years agoMove archive_compressor_gzip_free and archive_compressor_gzip_options
Michihiro NAKAJIMA [Thu, 11 Oct 2012 20:15:29 +0000 (05:15 +0900)] 
Move archive_compressor_gzip_free and archive_compressor_gzip_options
after archive_write_add_filter_gzip. This is preparation to use an
external program gzip if zlib is not available.

12 years agoFix style.
Michihiro NAKAJIMA [Thu, 11 Oct 2012 20:08:02 +0000 (05:08 +0900)] 
Fix style.

12 years agoAdd a test for archive_cmdline.
Michihiro NAKAJIMA [Thu, 11 Oct 2012 10:51:52 +0000 (19:51 +0900)] 
Add a test for archive_cmdline.

12 years agoFix few bugs in archive_cmdline.
Michihiro NAKAJIMA [Thu, 11 Oct 2012 10:51:08 +0000 (19:51 +0900)] 
Fix few bugs in archive_cmdline.

12 years agocanGunzip is no longer needed. We use "gzip -d" for gzip decompression.
Michihiro NAKAJIMA [Thu, 11 Oct 2012 06:01:20 +0000 (15:01 +0900)] 
canGunzip is no longer needed. We use "gzip -d" for gzip decompression.

12 years agoSet warning messages.
Michihiro NAKAJIMA [Thu, 11 Oct 2012 05:36:56 +0000 (14:36 +0900)] 
Set warning messages.

12 years agoParse a command line instead of using
Michihiro NAKAJIMA [Thu, 11 Oct 2012 02:13:20 +0000 (11:13 +0900)] 
Parse a command line instead of using
   archive_write_add_filter_programl,
   archive_write_add_filter_programv,
   archive_read_support_filter_programl,
   archive_read_support_filter_programv,
   archive_read_support_filter_programl_signature and
   archive_read_support_filter_programv_signature.
And so remove those functions, which I recently added.

12 years agoSupport lzop options for writing.
Michihiro NAKAJIMA [Wed, 10 Oct 2012 23:04:22 +0000 (08:04 +0900)] 
Support lzop options for writing.

12 years agoSupport lrzip options for writing.
Michihiro NAKAJIMA [Wed, 10 Oct 2012 22:58:40 +0000 (07:58 +0900)] 
Support lrzip options for writing.

12 years agoImprove archive_write_filter_program handing to be able to
Michihiro NAKAJIMA [Wed, 10 Oct 2012 22:33:00 +0000 (07:33 +0900)] 
Improve archive_write_filter_program handing to be able to
use options for an external program from
archive_write_filter_{grzip,lrzip,lzop}.

12 years agoPlace canGrzip before canGzip.
Michihiro NAKAJIMA [Wed, 10 Oct 2012 02:19:20 +0000 (11:19 +0900)] 
Place canGrzip before canGzip.

12 years agoAdd support for grzip compression.
Michihiro NAKAJIMA [Tue, 9 Oct 2012 23:17:05 +0000 (08:17 +0900)] 
Add support for grzip compression.

12 years agoFix matching test name to correctly check a test name terminator.
Michihiro NAKAJIMA [Wed, 10 Oct 2012 01:11:44 +0000 (10:11 +0900)] 
Fix matching test name to correctly check a test name terminator.

12 years agoSet correct arg0; consider that arg0 may have space characters.
Michihiro NAKAJIMA [Wed, 10 Oct 2012 00:54:49 +0000 (09:54 +0900)] 
Set correct arg0; consider that arg0 may have space characters.

12 years agoFix style and Make source files be somewhat readable.
Michihiro NAKAJIMA [Tue, 9 Oct 2012 20:48:42 +0000 (05:48 +0900)] 
Fix style and Make source files be somewhat readable.

12 years agoRemove outdated comments.
Michihiro NAKAJIMA [Tue, 9 Oct 2012 12:40:33 +0000 (21:40 +0900)] 
Remove outdated comments.

12 years agoEnable the iso9660 reader to seek a file pointer for reading
Michihiro NAKAJIMA [Tue, 9 Oct 2012 06:44:26 +0000 (15:44 +0900)] 
Enable the iso9660 reader to seek a file pointer for reading
its contents.

12 years ago- Clean up style.
Michihiro NAKAJIMA [Tue, 9 Oct 2012 05:37:30 +0000 (14:37 +0900)] 
- Clean up style.
- Divide archive_read_format_iso9660_read_header function into two
  functions to be somewhat readable.

12 years agoSet deprecated attribute to remaining deprecated functions.
Michihiro NAKAJIMA [Mon, 8 Oct 2012 22:52:40 +0000 (07:52 +0900)] 
Set deprecated attribute to remaining deprecated functions.

12 years agoReplace deprecated archive_read_finish by archive_read_free
Michihiro NAKAJIMA [Mon, 8 Oct 2012 22:49:06 +0000 (07:49 +0900)] 
Replace deprecated archive_read_finish by archive_read_free
and deprecated archive_write_finish by archive_write_free.

12 years agoReplace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.
Michihiro NAKAJIMA [Mon, 8 Oct 2012 22:30:41 +0000 (07:30 +0900)] 
Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.

12 years agoMake lrzip and lzop write filters set correct filter name and code
Michihiro NAKAJIMA [Mon, 8 Oct 2012 22:22:36 +0000 (07:22 +0900)] 
Make lrzip and lzop write filters set correct filter name and code
even if thery actually use archive_write_filter_program.

12 years agoRename test_compat_lrzip.tar.lrz.uu to test_read_filter_lrzip.tar.lrz.uu
Michihiro NAKAJIMA [Mon, 8 Oct 2012 21:38:23 +0000 (06:38 +0900)] 
Rename test_compat_lrzip.tar.lrz.uu to test_read_filter_lrzip.tar.lrz.uu

12 years agoRename filter_fork.c to filter_fork_posix.c.
Michihiro NAKAJIMA [Mon, 8 Oct 2012 21:25:24 +0000 (06:25 +0900)] 
Rename filter_fork.c to filter_fork_posix.c.
It is clear the file is used for which platform.

12 years agoAdd decompression tests to bsdcpio and bsdtar.
Michihiro NAKAJIMA [Mon, 8 Oct 2012 07:49:46 +0000 (16:49 +0900)] 
Add decompression tests to bsdcpio and bsdtar.

12 years agos/test_write_compress_/test_write_filter_/
Michihiro NAKAJIMA [Mon, 8 Oct 2012 06:36:57 +0000 (15:36 +0900)] 
s/test_write_compress_/test_write_filter_/
So as to match the API names.

12 years agoIntroduce b64encode filter.
Michihiro NAKAJIMA [Mon, 8 Oct 2012 03:38:04 +0000 (12:38 +0900)] 
Introduce b64encode filter.

12 years agoIntroduce uuencode filter.
Michihiro NAKAJIMA [Mon, 8 Oct 2012 00:38:59 +0000 (09:38 +0900)] 
Introduce uuencode filter.

12 years agoFix potential memory leaks found with Clang.
Michihiro NAKAJIMA [Sun, 7 Oct 2012 21:21:49 +0000 (06:21 +0900)] 
Fix potential memory leaks found with Clang.

12 years agoImprove compatibility to uudecode command.
Michihiro NAKAJIMA [Mon, 8 Oct 2012 02:27:52 +0000 (11:27 +0900)] 
Improve compatibility to uudecode command.
Ignore junk data after an end sequence detected.

12 years agoFix decoded data loss in uudecode filter.
Michihiro NAKAJIMA [Mon, 8 Oct 2012 02:02:05 +0000 (11:02 +0900)] 
Fix decoded data loss in uudecode filter.

12 years agoAdd archive_write_add_filter_lzop.c entry into CMakeList.txt.
Michihiro NAKAJIMA [Sun, 7 Oct 2012 11:34:36 +0000 (20:34 +0900)] 
Add archive_write_add_filter_lzop.c entry into CMakeList.txt.

12 years agoSurely skip test_read_filter_lrzip and test_read_filter_lzop when
Michihiro NAKAJIMA [Sun, 7 Oct 2012 11:04:03 +0000 (20:04 +0900)] 
Surely skip test_read_filter_lrzip and test_read_filter_lzop when
the compression commands are not available.

12 years agoarchive_read_support_filter_lrzip and archive_write_add_filter_lrzip
Michihiro NAKAJIMA [Sun, 7 Oct 2012 07:13:17 +0000 (16:13 +0900)] 
archive_read_support_filter_lrzip and archive_write_add_filter_lrzip
should return ARCHIVE_WARN instead of ARCHIVE_OK since those filters
always use an external program, lrzip(1) and other filters do so
if they use an external program instead of implemented code with
the library. It is clear that returning ARCHIVE_WARN means the filter
uses an external program.

12 years agoRename test_compat_lrzip to test_read_filter_lrzip since lrzip reader
Michihiro NAKAJIMA [Sun, 7 Oct 2012 06:52:33 +0000 (15:52 +0900)] 
Rename test_compat_lrzip to test_read_filter_lrzip since lrzip reader
entirely uses an external program, lrzip(1). It is not a compatible test.

12 years agoApply __attribute__((deprecated)) to archive_read_open_file,
Michihiro NAKAJIMA [Sun, 7 Oct 2012 05:50:50 +0000 (14:50 +0900)] 
Apply __attribute__((deprecated)) to archive_read_open_file,
archive_write_open_file, archive_position_compressed,
archive_position_uncompressed, archive_compression_name and
archive_compression.

12 years agoStop using deprecated functions.
Michihiro NAKAJIMA [Sun, 7 Oct 2012 05:33:50 +0000 (14:33 +0900)] 
Stop using deprecated functions.
s/archive_read_open_file/archive_read_open_filename/
s/archive_write_open_file/archive_write_open_filename/

12 years agoStop using deprecated functions. Much remains to be replaced.
Michihiro NAKAJIMA [Sun, 7 Oct 2012 05:05:06 +0000 (14:05 +0900)] 
Stop using deprecated functions. Much remains to be replaced.
s/archive_position_compressed(a)/archive_filter_bytes(a, -1)/

12 years agoStop using deprecated functions. Much remains to be replaced.
Michihiro NAKAJIMA [Sun, 7 Oct 2012 05:01:15 +0000 (14:01 +0900)] 
Stop using deprecated functions. Much remains to be replaced.
s/archive_position_uncompressed(a)/archive_filter_bytes(a, 0)/

12 years agoStop using deprecated functions. Much remains to be replaced.
Michihiro NAKAJIMA [Sun, 7 Oct 2012 04:53:18 +0000 (13:53 +0900)] 
Stop using deprecated functions. Much remains to be replaced.
s/archive_compression_name(/archive_filter_name(/

12 years agoStop using deprecated functions. Much remains to be replaced.
Michihiro NAKAJIMA [Sun, 7 Oct 2012 04:48:48 +0000 (13:48 +0900)] 
Stop using deprecated functions. Much remains to be replaced.
s/archive_compression(/archive_filter_code(/

12 years agoStop using deprecated functions. Much remains to be replaced.
Michihiro NAKAJIMA [Sun, 7 Oct 2012 04:29:29 +0000 (13:29 +0900)] 
Stop using deprecated functions. Much remains to be replaced.
s/archive_write_set_compression_/archive_write_add_filter_/