| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
They were not so helpful than I though at archive_read_disk.
Rename archive_matching_path_excluded_ae to archive_matching_path_excluded.
Rename archive_matching_time_excluded_ae to archive_matching_time_excluded.
Rename archive_matching_owner_excluded_ae to archive_matching_owner_excluded.
Rename archive_matching_excluded_ae to archive_matching_excluded.
SVN-Revision: 4178
|
|
|
|
|
|
|
|
|
| |
functions.
- Remove libarchive_fe/matching.[ch], which are no longer needed.
- Move cpio/test/test_pathmatch.c into libarchive/test/test_archive_pathmatch.c.
SVN-Revision: 4168
|
|
|
|
| |
SVN-Revision: 4092
|
|
|
|
| |
SVN-Revision: 4054
|
|
|
|
|
|
|
|
|
|
| |
zero size. If we don't know the size, we have to proceed as if it is
non-zero.
This manifests as empty bodies when extracting Zip archives
using length-at-end semantics from a pipe using bsdcpio.
SVN-Revision: 4047
|
|
|
|
|
|
|
|
|
| |
that starts with "c:\".
Building full path name in test utilities should use memmove instead of strcpy because it is
possible that an original path name should overlap itself when moving the path.
SVN-Revision: 4040
|
|
|
|
| |
SVN-Revision: 4027
|
|
|
|
| |
SVN-Revision: 3994
|
|
|
|
| |
SVN-Revision: 3974
|
|
|
|
|
|
| |
Fill in a variable initialization.
SVN-Revision: 3901
|
|
|
|
| |
SVN-Revision: 3797
|
|
|
|
| |
SVN-Revision: 3796
|
|
|
|
|
|
| |
well as we get it on POSIX system.
SVN-Revision: 3794
|
|
|
|
|
|
|
|
|
|
|
| |
ENABLE_TAR_SHARED,
ENABLE_CPIO and ENABLE_CPIO_SHARED, in r3240 and r3713. And that had made bsdtar and bsdcpio
disabled or being test failure on Windows platform.
- Simplify CMake build options; all platforms have the same default build options.
- Back out r3713.
SVN-Revision: 3791
|
|
|
|
| |
SVN-Revision: 3772
|
|
|
|
|
|
| |
to the 'dev' variable.
SVN-Revision: 3768
|
|
|
|
|
|
|
|
| |
archive matches what's on disk, instead of assuming historical
Unix behavior.
Thanks to: dpmcgee
SVN-Revision: 3766
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As reported at:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641265
The SIGPIPE occurs when feeding data through a decompression
program; the external program may see an end-of-data marker
and exit before we've finished feeding it all of the data.
(This happens when the data has garbage padding at the end.)
We want to catch and ignore the EPIPE since we can still
read the data coming out of the decompression program.
SVN-Revision: 3751
|
|
|
|
|
|
| |
build system.
SVN-Revision: 3713
|
|
|
|
| |
SVN-Revision: 3666
|
|
|
|
|
|
| |
Now calling ./bsdcpio_test will run all tests, similar to ./libarchive_test.
SVN-Revision: 3601
|
|
|
|
| |
SVN-Revision: 3590
|
|
|
|
|
|
| |
bsdcpio tests.
SVN-Revision: 3571
|
|
|
|
| |
SVN-Revision: 3245
|
|
|
|
|
|
| |
because it compared date format in "C" locale to the output of bsdcpio -t option.
SVN-Revision: 3237
|
|
|
|
|
|
|
|
|
| |
2>copy.err"),
bsdcpio will get a wrong filename "f ". this "echo f| bsdcpio ...." can correctly pass
a intended filename to bsdcpio.
SVN-Revision: 3224
|
|
|
|
|
|
| |
Some cpio tests on Cygwin 1.7.x always failed because of the large i-node number.
SVN-Revision: 3222
|
|
|
|
|
|
|
| |
archive.h says #define ARCHIVE_VERSION_NUMBER 3000000, and it's
not going to decrease.
SVN-Revision: 3191
|
|
|
|
|
|
| |
long' not `long'.
SVN-Revision: 3128
|
|
|
|
|
|
|
| |
the archive_read_support_compression_* -> archive_read_support_filter
change should now be complete.
SVN-Revision: 3115
|
|
|
|
|
|
|
|
| |
Not all C compilers are happy with them, lxc on AIX for example.
There are much more of them in the testing code but the ones
fixed with this commit make at least the most important things compile.
SVN-Revision: 2986
|
|
|
|
|
|
| |
that break any usage of names "optarg" or "option".
SVN-Revision: 2979
|
|
|
|
| |
SVN-Revision: 2964
|
|
|
|
|
|
| |
Remove unused symlink_mode var.
SVN-Revision: 2963
|
|
|
|
| |
SVN-Revision: 2954
|
|
|
|
| |
SVN-Revision: 2950
|
|
|
|
| |
SVN-Revision: 2932
|
|
|
|
|
|
|
|
| |
If the size is zero, Solaris getcwd will return NULL because
the size will be used for malloc argument as allocating memory
size.
SVN-Revision: 2879
|
|
|
|
| |
SVN-Revision: 2792
|
|
|
|
| |
SVN-Revision: 2785
|
|
|
|
|
|
|
|
| |
Remove almost all of the varargs capabilities from the various
assertion helpers, since they complicate the code and are
hardly ever used.
SVN-Revision: 2772
|
|
|
|
|
|
|
|
| |
fields. Add a TODO here for the -R parser to return
usable uname/gname text (only useful for tar output,
so not a huge priority right now).
SVN-Revision: 2554
|
|
|
|
| |
SVN-Revision: 2511
|
|
|
|
|
|
| |
From Sean Boudreau.
SVN-Revision: 2482
|
|
|
|
|
|
| |
checking, thus when doing maintenance/dev builds (which converts warnings to errors) unchecked fwrites are compile failures
SVN-Revision: 2382
|
|
|
|
| |
SVN-Revision: 2348
|
|
|
|
| |
SVN-Revision: 2347
|
|
|
|
| |
SVN-Revision: 2346
|
|
|
|
| |
SVN-Revision: 2249
|
|
|
|
| |
SVN-Revision: 2235
|