Sergey Poznyakoff
6315d1700b
(read_header_primitive): New function
...
(read_header): Front end for read_header_primitive
2006-05-13 11:57:52 +00:00
Sergey Poznyakoff
520104f5f8
(extract_volhdr): New function
...
(prepare_to_extract): Use extract_volhdr as extractor for volume
names.
2006-05-13 11:57:36 +00:00
Sergey Poznyakoff
34e5f66589
(read_header_primitive): New function
2006-05-13 11:57:20 +00:00
Sergey Poznyakoff
d2b3114a3b
(read_header0): Use read_header_primitive to avoid clubbering current_tar_info. All callers updated.
2006-05-13 11:57:06 +00:00
Sergey Poznyakoff
2b27e8de1f
Update
2006-05-13 11:56:51 +00:00
Sergey Poznyakoff
a85cfd69e3
(find_directory_meta): Bugfix
2006-05-13 08:38:12 +00:00
Sergey Poznyakoff
4b951034f3
Update
2006-05-08 12:48:27 +00:00
Sergey Poznyakoff
1524831224
Call AT_SORT_PREREQ. Remove fd 2 redirection after sort invocations
2006-05-08 12:46:41 +00:00
Sergey Poznyakoff
ee6f14194d
Call AT_UNPRIVILEGED_PREREQ
2006-05-08 12:46:16 +00:00
Sergey Poznyakoff
ac7f4e853d
(AT_SORT_PREREQ, AT_UNPRIVILEGED_PREREQ): New defines
2006-05-08 12:46:01 +00:00
Sergey Poznyakoff
47dd75e87b
Update
2006-05-08 12:12:45 +00:00
Sergey Poznyakoff
6054b5e9d5
(AT_KEYWORDS): Add missing incremental kw
2006-05-08 12:12:09 +00:00
Sergey Poznyakoff
edd6df370d
Update for the new behavior
2006-05-08 12:11:53 +00:00
Sergey Poznyakoff
fd89d5a3cd
Add incr03.at,rename01.at,rename02.at,rename03.at
2006-05-08 12:11:43 +00:00
Sergey Poznyakoff
71f2e412ae
New testcase
2006-05-08 12:11:26 +00:00
Sergey Poznyakoff
67877f7de2
(collect_and_sort_names): Update dir_contents of the first non-fake name entry when in listed incremental mode.
2006-05-08 12:10:36 +00:00
Sergey Poznyakoff
c9e7465642
(struct directory.contents, flags): New members
...
(nfs,found,new): Remove. Replaced by appropriate bitmask values in
`flags' field. All uses updated.
(directory_meta_table): New table.
(hash_directory): Rename to hash_directory_name
(compare_directories): Rename to compare_directory_names
(hash_directory_meta,compare_directory_meta,find_directory_meta):
New functions
(compare_dirents): Removed
(note_directory): Get 7th argument: directory contents.
All callers updated
(dumpdir_locate,makedumpdir): New functions
(scan_directory): Rewritten. Use makedumpdir to create a sorted
dumpdir array. This makes the obstack argument unnecessary. Besides,
ALL_CHILDREN flag is set only for new directories.
(procdir): Change return type to struct directory. Return
immediately if the directory was already initialized. Discover
directory renames using directory_meta_table.
(append_incremental_renames): New function.
(read_directory_file, write_directory_file): Use new snapshot file
format.
2006-05-08 12:10:14 +00:00
Sergey Poznyakoff
a0b4431f26
(rename_directory): New function
2006-05-08 12:09:46 +00:00
Sergey Poznyakoff
192ac7136a
(rename_directory,append_incremental_renames): New functions.
2006-05-08 12:09:35 +00:00
Sergey Poznyakoff
c2775aedf1
Raise version number to 1.15.91
2006-05-08 12:09:15 +00:00
Sergey Poznyakoff
f1fe157dfe
Update
2006-05-08 12:09:07 +00:00
Sergey Poznyakoff
dd197c5ccb
Update
alpha_1_15_90_incremental_1
2006-05-02 19:16:23 +00:00
Sergey Poznyakoff
c576ac1354
Always use genfile --file, this enables extra error checking.
2006-05-02 19:16:12 +00:00
Sergey Poznyakoff
53d1279719
Attempt to extract a member with truncated file name from the archive.
2006-05-02 19:15:50 +00:00
Sergey Poznyakoff
729b91adb1
(try_new_volume): Attempt to continue if the name is apparently truncated in a GNU format volume.
2006-05-02 19:15:35 +00:00
Sergey Poznyakoff
dc7c0f1309
Update
2006-05-02 16:33:10 +00:00
Sergey Poznyakoff
783e58b394
(_open_archive): Remove unnecessary argument to check_compressed_archive.
2006-05-02 16:32:40 +00:00
Sergey Poznyakoff
c0e5268e75
Update
2006-04-25 17:27:03 +00:00
Sergey Poznyakoff
1518cef987
(@copying): Remove the reference to not existing invariant section.
2006-04-25 17:26:30 +00:00
Sergey Poznyakoff
8dd9a2105e
Skip the test if the file system does not support sparse files.
2006-04-25 17:23:35 +00:00
Sergey Poznyakoff
9ec31e3438
Update
2006-04-11 12:02:27 +00:00
Sergey Poznyakoff
d4a41d5311
New testcase
2006-04-11 12:01:28 +00:00
Sergey Poznyakoff
a46e6aa4dc
Include extrac06.at
2006-04-11 12:01:02 +00:00
Sergey Poznyakoff
b4d40436fd
(TESTSUITE_AT): Add extrac06.at
2006-04-11 12:00:37 +00:00
Sergey Poznyakoff
f97d80335a
(directory.new): New member
...
(note_directory,find_directory: Use make_directory to create
struct directory entries
(procdir): Avoid duplicating directories in the incremental
backup map.
2006-04-11 12:00:23 +00:00
Sergey Poznyakoff
90b061cf55
Minor changes
2006-04-11 11:59:54 +00:00
Sergey Poznyakoff
8300c820d5
(extract_dir): Fix toggling existing directory
...
permissions. Use parts of patch provided by Ian Jackson
<iwj@ubuntu.com >.
2006-04-11 11:59:40 +00:00
Paul Eggert
e0b3fc61e1
* tests/atlocal.in (PATH): Add build-aux from the source tree,
...
not the build tree.
2006-03-19 04:04:54 +00:00
Sergey Poznyakoff
533854fd45
Update
2006-03-13 09:46:52 +00:00
Sergey Poznyakoff
e99d4f83df
Add Benno Schulenberg
2006-03-13 09:44:15 +00:00
Sergey Poznyakoff
b8d5835375
Sort the two lines of stderr from the
...
first `tar -v --listed-incremental'. They would come out
reversed and provoke a test failure on a tmpfs
file system.
2006-03-13 09:43:37 +00:00
Sergey Poznyakoff
61dd37ec86
(options): Consistently begin help messages with a lowercase letter.
2006-03-13 09:42:55 +00:00
Sergey Poznyakoff
48d20d8f9e
Minor fixes.
2006-03-13 09:42:22 +00:00
Sergey Poznyakoff
adbbde5d4f
Update
2006-03-11 22:42:46 +00:00
Sergey Poznyakoff
208389f3ad
(AM_CPPFLAGS): Define LOCALEDIR
2006-03-11 22:42:07 +00:00
Paul Eggert
db0f0804f5
Remove unistd_.h from lib/.cvsignore.
2006-03-08 02:00:47 +00:00
Paul Eggert
18486cf8d7
* src/buffer.c (record_buffer_aligned): New var.
...
(init_buffer): Use it to ensure that the buffer is aligned.
This doesn't result in any measurable performance improvement
on my host (Debian GNU/Linux 3.1 stable, with default block size),
but I assume it does help on some hosts.
2006-03-08 00:55:56 +00:00
Paul Eggert
6c1020d386
* lib/.cvsignore: Add unistd_.h. Sort.
2006-03-08 00:23:34 +00:00
Sergey Poznyakoff
38c0884898
Update
2006-03-04 09:58:26 +00:00
Sergey Poznyakoff
7bcb876c5a
Use -f - to read from stdin.
2006-03-04 09:57:44 +00:00