]> Dogcows Code - chaz/tar/log
chaz/tar
19 years agoRemove pathmax.h, xstrdup.c.
Paul Eggert [Sun, 28 Nov 2004 06:40:35 +0000 (06:40 +0000)] 
Remove pathmax.h, xstrdup.c.

19 years agoRemove malloc.m4, pathmax.m4, realloc.m4.
Paul Eggert [Sun, 28 Nov 2004 06:40:03 +0000 (06:40 +0000)] 
Remove malloc.m4, pathmax.m4, realloc.m4.

19 years agoAdjust to recent gnulib changes.
Paul Eggert [Sun, 28 Nov 2004 06:32:01 +0000 (06:32 +0000)] 
Adjust to recent gnulib changes.

19 years agoUpdated
Sergey Poznyakoff [Fri, 26 Nov 2004 19:12:09 +0000 (19:12 +0000)] 
Updated

19 years agoUpdated
Sergey Poznyakoff [Fri, 26 Nov 2004 19:10:20 +0000 (19:10 +0000)] 
Updated

19 years ago(tar_checksum): New function
Sergey Poznyakoff [Fri, 26 Nov 2004 19:09:48 +0000 (19:09 +0000)] 
(tar_checksum): New function

19 years ago(tar_checksum): New function
Sergey Poznyakoff [Fri, 26 Nov 2004 19:09:26 +0000 (19:09 +0000)] 
(tar_checksum): New function

19 years ago(hit_eof): Changed type to boolean
Sergey Poznyakoff [Fri, 26 Nov 2004 19:08:58 +0000 (19:08 +0000)] 
(hit_eof): Changed type to boolean
(read_full_records,reading_from_pipe): New variables
(check_compressed_archive,open_compressed_archive): New functions
(open_archive): Autodetect compressed archives and act accodingly.
Set reading_from_pipe. This fixes contraversial set of changes
introduced 2004-05-11,2004-03-22.

19 years agoUpdated
Sergey Poznyakoff [Fri, 26 Nov 2004 19:08:25 +0000 (19:08 +0000)] 
Updated

19 years agoConcatenate multivolume archives
Sergey Poznyakoff [Fri, 26 Nov 2004 19:08:14 +0000 (19:08 +0000)] 
Concatenate multivolume archives

19 years agoRaised version number to 1.14.91
Sergey Poznyakoff [Fri, 26 Nov 2004 19:07:42 +0000 (19:07 +0000)] 
Raised version number to 1.14.91

19 years agoUpdated
Sergey Poznyakoff [Fri, 26 Nov 2004 15:55:32 +0000 (15:55 +0000)] 
Updated

19 years agoUpdated
Sergey Poznyakoff [Tue, 16 Nov 2004 11:03:05 +0000 (11:03 +0000)] 
Updated

19 years agoFixed -o semantics. Thanks Jean Delvare <khali@linux-fr.org>
Sergey Poznyakoff [Tue, 16 Nov 2004 11:02:45 +0000 (11:02 +0000)] 
Fixed -o semantics. Thanks Jean Delvare <khali@linux-fr.org>

19 years agoUpdated
Sergey Poznyakoff [Mon, 25 Oct 2004 15:59:44 +0000 (15:59 +0000)] 
Updated

19 years agoUse locale_charset() from gnulib
Sergey Poznyakoff [Mon, 25 Oct 2004 15:57:48 +0000 (15:57 +0000)] 
Use locale_charset() from gnulib

19 years ago(options): Use OPTION_NO_TRANS
Sergey Poznyakoff [Mon, 25 Oct 2004 15:57:29 +0000 (15:57 +0000)] 
(options): Use OPTION_NO_TRANS

19 years ago(decode_header): Set uname/gname to NULL if their header counterparts are empty
Sergey Poznyakoff [Mon, 25 Oct 2004 15:56:57 +0000 (15:56 +0000)] 
(decode_header): Set uname/gname to NULL if their header counterparts are empty

19 years ago(LDADD): Add LIBICONV
Sergey Poznyakoff [Mon, 25 Oct 2004 15:56:37 +0000 (15:56 +0000)] 
(LDADD): Add LIBICONV

19 years agoInitialize SUFFIXES and CLEANFILES since the makefile snippet from localcharset uses...
Sergey Poznyakoff [Mon, 25 Oct 2004 15:56:20 +0000 (15:56 +0000)] 
Initialize SUFFIXES and CLEANFILES since the makefile snippet from localcharset uses '+=' on them.

19 years agoAdd localcharset
Sergey Poznyakoff [Mon, 25 Oct 2004 15:55:59 +0000 (15:55 +0000)] 
Add localcharset

19 years agoMinor fix
Sergey Poznyakoff [Mon, 25 Oct 2004 15:55:27 +0000 (15:55 +0000)] 
Minor fix

19 years agoUpdated
Sergey Poznyakoff [Mon, 25 Oct 2004 15:55:11 +0000 (15:55 +0000)] 
Updated

19 years agoUpdated
Sergey Poznyakoff [Mon, 4 Oct 2004 09:33:11 +0000 (09:33 +0000)] 
Updated

19 years agoAdded Bryan Ford
Sergey Poznyakoff [Mon, 4 Oct 2004 09:32:22 +0000 (09:32 +0000)] 
Added Bryan Ford

19 years agoAdded argp-help.c
Sergey Poznyakoff [Mon, 4 Oct 2004 09:30:17 +0000 (09:30 +0000)] 
Added argp-help.c

19 years ago(.text): Fixed rule
Sergey Poznyakoff [Mon, 4 Oct 2004 09:29:25 +0000 (09:29 +0000)] 
(.text): Fixed rule

19 years agoUpdated
Sergey Poznyakoff [Mon, 4 Oct 2004 09:27:53 +0000 (09:27 +0000)] 
Updated

19 years agoNew function check_cache_directory(),
Sergey Poznyakoff [Mon, 4 Oct 2004 09:27:13 +0000 (09:27 +0000)] 
New function check_cache_directory(),
called from dump_dir0() if exclude_caches_option is set,
to check for a cache directory tag and exclude the directory
if such a tag is found.

19 years agoNew variable exclude_caches_option.
Sergey Poznyakoff [Mon, 4 Oct 2004 09:26:42 +0000 (09:26 +0000)] 
New variable exclude_caches_option.

19 years agoNew option --exclude-caches, to exclude
Sergey Poznyakoff [Mon, 4 Oct 2004 09:26:25 +0000 (09:26 +0000)] 
New option --exclude-caches, to exclude
cache directories automatically on archive creation.
Cache directories are directories containing a
standardized tag file, as specified at:
http://www.brynosaurus.com/cachedir/spec.html

19 years agoUpdated
Sergey Poznyakoff [Thu, 16 Sep 2004 13:42:32 +0000 (13:42 +0000)] 
Updated

19 years agoMinor fix
Sergey Poznyakoff [Thu, 16 Sep 2004 13:42:22 +0000 (13:42 +0000)] 
Minor fix

19 years agoUpdated
Sergey Poznyakoff [Sun, 12 Sep 2004 12:51:37 +0000 (12:51 +0000)] 
Updated

19 years agoNormalized use of remove_any_file().
Sergey Poznyakoff [Sun, 12 Sep 2004 12:50:31 +0000 (12:50 +0000)] 
Normalized use of remove_any_file().

19 years ago(parse_opt): Emit warning if -l option is used.
Sergey Poznyakoff [Sun, 12 Sep 2004 12:50:06 +0000 (12:50 +0000)] 
(parse_opt): Emit warning if -l option is used.
(show_default_settings): REMOTE_SHELL may be undefined

19 years agoComment WANT_DIRECTORY_REMOVE_OPTION
Sergey Poznyakoff [Sun, 12 Sep 2004 12:49:41 +0000 (12:49 +0000)] 
Comment WANT_DIRECTORY_REMOVE_OPTION

19 years agoAdded 'rtapelib.o: localedir.h' dependency
Sergey Poznyakoff [Sun, 12 Sep 2004 12:48:54 +0000 (12:48 +0000)] 
Added 'rtapelib.o: localedir.h' dependency

19 years agoUpdated
Sergey Poznyakoff [Tue, 7 Sep 2004 18:53:08 +0000 (18:53 +0000)] 
Updated

19 years agoUpdated
Sergey Poznyakoff [Tue, 7 Sep 2004 18:52:03 +0000 (18:52 +0000)] 
Updated

19 years agoRewritten testsuite in autotest
Sergey Poznyakoff [Tue, 7 Sep 2004 18:48:13 +0000 (18:48 +0000)] 
Rewritten testsuite in autotest

19 years agoUpdated
Sergey Poznyakoff [Tue, 7 Sep 2004 18:43:26 +0000 (18:43 +0000)] 
Updated

19 years agoRewritten for autotest
Sergey Poznyakoff [Tue, 7 Sep 2004 18:43:17 +0000 (18:43 +0000)] 
Rewritten for autotest

19 years ago(argp_program_version): Modified.
Sergey Poznyakoff [Tue, 7 Sep 2004 18:43:05 +0000 (18:43 +0000)] 
(argp_program_version): Modified.

19 years agoUpdated for autotest
Sergey Poznyakoff [Tue, 7 Sep 2004 18:42:47 +0000 (18:42 +0000)] 
Updated for autotest

19 years agoUpdated
Sergey Poznyakoff [Tue, 7 Sep 2004 13:27:39 +0000 (13:27 +0000)] 
Updated

19 years agoUse genfile instead of mksparse
Sergey Poznyakoff [Tue, 7 Sep 2004 13:27:22 +0000 (13:27 +0000)] 
Use genfile instead of mksparse

19 years agoRemoved mksparse
Sergey Poznyakoff [Tue, 7 Sep 2004 13:27:14 +0000 (13:27 +0000)] 
Removed mksparse

19 years agoIntegrated into (paxutils) genfile.c
Sergey Poznyakoff [Tue, 7 Sep 2004 13:27:05 +0000 (13:27 +0000)] 
Integrated into (paxutils) genfile.c

19 years agoIntegrated into paxutils.
Sergey Poznyakoff [Tue, 7 Sep 2004 13:26:41 +0000 (13:26 +0000)] 
Integrated into paxutils.

19 years agoInstall genfile.c from paxutils
Sergey Poznyakoff [Tue, 7 Sep 2004 13:26:03 +0000 (13:26 +0000)] 
Install genfile.c from paxutils

19 years agoUpdated
Sergey Poznyakoff [Mon, 6 Sep 2004 14:30:57 +0000 (14:30 +0000)] 
Updated

19 years agoUpdated
Sergey Poznyakoff [Mon, 6 Sep 2004 14:30:21 +0000 (14:30 +0000)] 
Updated

19 years agoStarted merging with cpio into paxutils.
Sergey Poznyakoff [Mon, 6 Sep 2004 14:28:55 +0000 (14:28 +0000)] 
Started merging with cpio into paxutils.

19 years agoUpdated
Sergey Poznyakoff [Fri, 3 Sep 2004 09:22:20 +0000 (09:22 +0000)] 
Updated

19 years agoDo not depend on any particular ordering of output.
Sergey Poznyakoff [Fri, 3 Sep 2004 09:19:32 +0000 (09:19 +0000)] 
Do not depend on any particular ordering of output.

19 years agoUpdated
Sergey Poznyakoff [Thu, 2 Sep 2004 13:54:24 +0000 (13:54 +0000)] 
Updated

19 years ago(usage): Minor fix
Sergey Poznyakoff [Thu, 2 Sep 2004 13:53:30 +0000 (13:53 +0000)] 
(usage): Minor fix

19 years agoInstall rmt into rmtdir
Sergey Poznyakoff [Thu, 2 Sep 2004 13:53:18 +0000 (13:53 +0000)] 
Install rmt into rmtdir

19 years agoew option --with-rmt. New configuration variable DEFAULT_RMT_DIR. Removed DEFAULT_RMT...
Sergey Poznyakoff [Thu, 2 Sep 2004 13:53:03 +0000 (13:53 +0000)] 
ew option --with-rmt. New configuration variable DEFAULT_RMT_DIR. Removed DEFAULT_RMT_COMMAND.

19 years agoDocument the use of -C option in file lists. Document --seek option.
Sergey Poznyakoff [Thu, 2 Sep 2004 13:52:40 +0000 (13:52 +0000)] 
Document the use of -C option in file lists. Document --seek option.

19 years agoUpdated
Sergey Poznyakoff [Wed, 1 Sep 2004 15:10:04 +0000 (15:10 +0000)] 
Updated

19 years agouse genfile instead of dd
Sergey Poznyakoff [Wed, 1 Sep 2004 15:09:33 +0000 (15:09 +0000)] 
use genfile instead of dd

19 years agoRaised version number to 1.14.90
Sergey Poznyakoff [Wed, 1 Sep 2004 15:08:14 +0000 (15:08 +0000)] 
Raised version number to 1.14.90

19 years agoUpdated
Sergey Poznyakoff [Wed, 1 Sep 2004 15:06:09 +0000 (15:06 +0000)] 
Updated

19 years agoAdded listed02.sh
Sergey Poznyakoff [Wed, 1 Sep 2004 15:06:00 +0000 (15:06 +0000)] 
Added listed02.sh

19 years agoNew test
Sergey Poznyakoff [Wed, 1 Sep 2004 15:05:50 +0000 (15:05 +0000)] 
New test

19 years ago(register_individual_file,is_individual_file): New functions.
Sergey Poznyakoff [Wed, 1 Sep 2004 15:05:28 +0000 (15:05 +0000)] 
(register_individual_file,is_individual_file): New functions.

19 years ago(dump_file0): Fix bug introduced 2004-02-21.
Sergey Poznyakoff [Wed, 1 Sep 2004 15:05:09 +0000 (15:05 +0000)] 
(dump_file0): Fix bug introduced 2004-02-21.

19 years ago(is_individual_file): New prototype
Sergey Poznyakoff [Wed, 1 Sep 2004 15:04:46 +0000 (15:04 +0000)] 
(is_individual_file): New prototype

19 years agoUpdated
Sergey Poznyakoff [Tue, 31 Aug 2004 11:57:09 +0000 (11:57 +0000)] 
Updated

19 years agoUpdated
Sergey Poznyakoff [Tue, 31 Aug 2004 11:51:58 +0000 (11:51 +0000)] 
Updated

19 years ago(unquote_string): Unquote '\a' and '\v'. Reported by Helmut Waitzmann <helmut.waitzma...
Sergey Poznyakoff [Tue, 31 Aug 2004 11:49:28 +0000 (11:49 +0000)] 
(unquote_string): Unquote '\a' and '\v'. Reported by Helmut Waitzmann <helmut.waitzmann@web.de>

19 years ago(main): Call set_start_time()
Sergey Poznyakoff [Tue, 31 Aug 2004 11:49:03 +0000 (11:49 +0000)] 
(main): Call set_start_time()

19 years agoFixed initialization of stat_info->is_sparse
Sergey Poznyakoff [Tue, 31 Aug 2004 11:48:51 +0000 (11:48 +0000)] 
Fixed initialization of stat_info->is_sparse

19 years ago(set_start_time, removed_prefixes_p): New prototypes.
Sergey Poznyakoff [Tue, 31 Aug 2004 11:48:23 +0000 (11:48 +0000)] 
(set_start_time, removed_prefixes_p): New prototypes.

19 years agoWhen computing write rate do not take
Sergey Poznyakoff [Tue, 31 Aug 2004 11:48:05 +0000 (11:48 +0000)] 
When computing write rate do not take
into account the time needed to verify the archive(s).
The bug reported by John L. Males <jlmales@yahoo.com>
(set_start_time,compute_duration): New functions.
(print_total_written): Use the result of compute_duration().
(close_archive): Call compute_duration.

19 years ago(removed_prefixes_p): New function
Sergey Poznyakoff [Tue, 31 Aug 2004 11:47:02 +0000 (11:47 +0000)] 
(removed_prefixes_p): New function

19 years ago(verify_volume): Call set_next_block_after
Sergey Poznyakoff [Tue, 31 Aug 2004 11:45:55 +0000 (11:45 +0000)] 
(verify_volume): Call set_next_block_after
if read_header returns HEADER_FAILURE
Destroy and reinitialize content of current_stat_info and
extended_header after each iteration.
Issue a warning if the archive created contains some members
whose file names were stripped off their leading prefixes.
This is a temporary fix of the issue reported by Bdale Garbee
<bdale@gag.com> (Refs: Debian bug 230064, Message-Id
<87n07kyzhi.fsf@rover.gag.com>, Sun, 15 Feb 2004 11:22:17 -0700)

19 years ago(sparse_add_map): Fixed improper initializations
Sergey Poznyakoff [Tue, 31 Aug 2004 11:45:16 +0000 (11:45 +0000)] 
(sparse_add_map): Fixed improper initializations
of sparse_map_size. We assume that whatever number it contains
describes adequately the current size of sparse_map. The only
number we need to reset is sparse_map_avail.

19 years agoUpdated
Sergey Poznyakoff [Mon, 30 Aug 2004 15:18:09 +0000 (15:18 +0000)] 
Updated

19 years agoFix copy-n-paste errors in the license
Sergey Poznyakoff [Mon, 30 Aug 2004 15:16:00 +0000 (15:16 +0000)] 
Fix copy-n-paste errors in the license

19 years agoUpdated
Sergey Poznyakoff [Thu, 19 Aug 2004 13:13:37 +0000 (13:13 +0000)] 
Updated

19 years agoUpdated
Sergey Poznyakoff [Thu, 19 Aug 2004 13:10:01 +0000 (13:10 +0000)] 
Updated

19 years agoRenamed LIBPATH to LIBDIR.
Sergey Poznyakoff [Thu, 19 Aug 2004 13:09:37 +0000 (13:09 +0000)] 
Renamed LIBPATH to LIBDIR.
New option -a (--all). Do not start restore unless
-a or patterns are given.
(restore_fs,restore_files): Fixed use of --listed option.

19 years ago(test_root): Append / to ROOT_FS unless it already ends in it.
Sergey Poznyakoff [Thu, 19 Aug 2004 13:09:16 +0000 (13:09 +0000)] 
(test_root): Append / to ROOT_FS unless it already ends in it.

19 years agoRenamed LIBPATH to LIBDIR.
Sergey Poznyakoff [Thu, 19 Aug 2004 13:08:43 +0000 (13:08 +0000)] 
Renamed LIBPATH to LIBDIR.
Use ROOT_FS with -C option. Do not send mail
if ADMINISTRATOR is set to NONE.

19 years agoUpdated
Sergey Poznyakoff [Tue, 17 Aug 2004 16:06:05 +0000 (16:06 +0000)] 
Updated

19 years agoFixed typo
Sergey Poznyakoff [Tue, 17 Aug 2004 16:05:03 +0000 (16:05 +0000)] 
Fixed typo

19 years agoIn bootstrap, set LC_ALL=C and save some more gnulib m4 files.
Paul Eggert [Thu, 12 Aug 2004 20:24:51 +0000 (20:24 +0000)] 
In bootstrap, set LC_ALL=C and save some more gnulib m4 files.

19 years agoSet LC_ALL=C so that file names sort consistently.
Paul Eggert [Thu, 12 Aug 2004 20:24:13 +0000 (20:24 +0000)] 
Set LC_ALL=C so that file names sort consistently.
Prefer the gnulib copies of gettext.m4, glibc21.m4,
lib-ld.m4, lib-prefix.m4, po.m4 too.

19 years agoMerge argp, getopt, xalloc changes from gnulib.
Paul Eggert [Thu, 12 Aug 2004 18:37:09 +0000 (18:37 +0000)] 
Merge argp, getopt, xalloc changes from gnulib.

19 years agoRemove; gnulib now works unpatched.
Paul Eggert [Thu, 12 Aug 2004 18:35:24 +0000 (18:35 +0000)] 
Remove; gnulib now works unpatched.

19 years agoAdjust to changes to gnulib xalloc module.
Paul Eggert [Thu, 12 Aug 2004 18:34:40 +0000 (18:34 +0000)] 
Adjust to changes to gnulib xalloc module.
(extr_init): Remove assignment to xalloc_fail_func; no longer needed.
(xalloc_die): New function.

19 years agoAdd fnmatch.h, getopt_.h, sysexit.h, xalloc-die.c.
Paul Eggert [Thu, 12 Aug 2004 18:34:18 +0000 (18:34 +0000)] 
Add fnmatch.h, getopt_.h, sysexit.h, xalloc-die.c.

19 years ago(_getopt_long_only_r): Remove check.
Paul Eggert [Thu, 12 Aug 2004 18:33:13 +0000 (18:33 +0000)] 
(_getopt_long_only_r): Remove check.
gl_ARGP now does this for us.

19 years ago(gnulib_modules): Add xalloc-die.
Paul Eggert [Thu, 12 Aug 2004 18:32:54 +0000 (18:32 +0000)] 
(gnulib_modules): Add xalloc-die.

19 years agoUpdated
Sergey Poznyakoff [Tue, 10 Aug 2004 11:24:25 +0000 (11:24 +0000)] 
Updated

19 years agoAdded multiv03.sh
Sergey Poznyakoff [Tue, 10 Aug 2004 11:17:58 +0000 (11:17 +0000)] 
Added multiv03.sh

19 years ago(flush_write): Limit filenames
Sergey Poznyakoff [Tue, 10 Aug 2004 11:17:16 +0000 (11:17 +0000)] 
(flush_write): Limit filenames
of the members that straddle multivolume archive
boundary to 100 characters.

This page took 0.054839 seconds and 4 git commands to generate.