]> git.ipfire.org Git - thirdparty/libarchive.git/log
thirdparty/libarchive.git
17 years agoIf there are leftover inclusions (command-line patterns) after
Tim Kientzle [Thu, 8 May 2008 20:28:36 +0000 (16:28 -0400)] 
If there are leftover inclusions (command-line patterns) after
extraction, warn about them:
$ bsdtar xfv tar.tgz foo bar
-rw-r--r--  0 tim    tim         0 May  8 19:50 foo
bsdtar: bar: Not found in archive
bsdtar: Error exit delayed from previous errors.

PR: bin/121598

SVN-Revision: 35

17 years agoInclude contributed Windows build files in portable release.
Tim Kientzle [Thu, 8 May 2008 19:42:51 +0000 (15:42 -0400)] 
Include contributed Windows build files in portable release.
Obtained from: Scott

SVN-Revision: 34

17 years agoImprove the bzip2 detection by looking for the data or end-of-data
Tim Kientzle [Thu, 8 May 2008 19:30:43 +0000 (15:30 -0400)] 
Improve the bzip2 detection by looking for the data or end-of-data
marker that must follow the initial file signature.
Obtained from: Scott

SVN-Revision: 33

17 years agoInclude the Windows helper files in the portable distribution.
Tim Kientzle [Thu, 8 May 2008 19:12:12 +0000 (15:12 -0400)] 
Include the Windows helper files in the portable distribution.
Prune out a few more unnecessary definitions from archive_windows.h.

SVN-Revision: 32

17 years agoMore Windows cleanup: Add a copyright notice (as discussed with
Tim Kientzle [Wed, 7 May 2008 08:54:46 +0000 (04:54 -0400)] 
More Windows cleanup:  Add a copyright notice (as discussed with
the author, Kees Zeelenberg) to archive_windows.c, include a comment
explaining the history and intent for this file.  Remove a couple
of unnecessary functions.

SVN-Revision: 31

17 years agoAdd some additional examples and clarification about using
Tim Kientzle [Tue, 6 May 2008 22:55:46 +0000 (18:55 -0400)] 
Add some additional examples and clarification about using
mtree descriptions to generate tar archives using
tar -cf output.tar @input.mtree
Obtained from: Vincent Zweije

SVN-Revision: 30

17 years agoWindows makefiles.
Tim Kientzle [Mon, 5 May 2008 22:10:33 +0000 (18:10 -0400)] 
Windows makefiles.
Submitted by: Scott

SVN-Revision: 29

17 years agoMore test files from my local tree that somehow didn't make it into p4.
Tim Kientzle [Mon, 5 May 2008 22:09:38 +0000 (18:09 -0400)] 
More test files from my local tree that somehow didn't make it into p4.

SVN-Revision: 28

17 years agoDon't try to support external compression programs unless the local
Tim Kientzle [Mon, 5 May 2008 22:00:27 +0000 (18:00 -0400)] 
Don't try to support external compression programs unless the local
platform supports pipe(), vfork(), and fcntl().

SVN-Revision: 27

17 years agoInclude tar/test/test_option_T, which was left out of 2.5.3b.
Tim Kientzle [Mon, 5 May 2008 21:59:33 +0000 (17:59 -0400)] 
Include tar/test/test_option_T, which was left out of 2.5.3b.

SVN-Revision: 26

17 years agoA few people are reporting success building libarchive on Windows!
Tim Kientzle [Mon, 5 May 2008 21:25:45 +0000 (17:25 -0400)] 
A few people are reporting success building libarchive on Windows!
Submitted by: Scott

SVN-Revision: 25

17 years agoRelease of libarchive 2.5.3b
Tim Kientzle [Sun, 4 May 2008 21:49:29 +0000 (17:49 -0400)] 
Release of libarchive 2.5.3b

SVN-Revision: 24

17 years agoDelete and recreate 'version' file to work around the fact that p4 write-protects...
Tim Kientzle [Sun, 4 May 2008 21:06:12 +0000 (17:06 -0400)] 
Delete and recreate 'version' file to work around the fact that p4 write-protects everything.

SVN-Revision: 23

17 years agoBasic implementation of --numeric-owner.
Tim Kientzle [Sun, 4 May 2008 20:12:56 +0000 (16:12 -0400)] 
Basic implementation of --numeric-owner.
Submitted by: Jaakko Heinonen

SVN-Revision: 22

17 years agoClear the link resolver structure on initialization; this fixes
Tim Kientzle [Sun, 4 May 2008 20:08:45 +0000 (16:08 -0400)] 
Clear the link resolver structure on initialization; this fixes
a crash when the link resolver is cleaned up.

SVN-Revision: 21

17 years agoarchive_read_extract2() provides much of the convenience of
Tim Kientzle [Sat, 3 May 2008 16:21:41 +0000 (12:21 -0400)] 
archive_read_extract2() provides much of the convenience of
archive_read_extract() while allowing you to configure the
archive_write_disk restore object.

SVN-Revision: 20

17 years agoClean up some memory-management issues in the link resolver.
Tim Kientzle [Sat, 3 May 2008 15:11:31 +0000 (11:11 -0400)] 
Clean up some memory-management issues in the link resolver.
Now, the 'canonical' entry is the one actually used for matching
and lookups, the 'entry' is used for transient needs, and
the bookkeeping now correctly tracks when the 'entry' is no
longer valid because it was handed back to the client.

Obtained from: Joerg Sonnenberger

SVN-Revision: 19

17 years agoRemove last vestiges of archive.h.in; fix 'make check'
Tim Kientzle [Sat, 3 May 2008 13:50:32 +0000 (09:50 -0400)] 
Remove last vestiges of archive.h.in; fix 'make check'

SVN-Revision: 18

17 years agoEdit version back to 2.5.2b where it should be,
Tim Kientzle [Fri, 2 May 2008 23:28:58 +0000 (19:28 -0400)] 
Edit version back to 2.5.2b where it should be,
sweep up some Makefile corrections that were left behind in
the last submit.

SVN-Revision: 17

17 years agoEliminate archive.h.in; instead of editing a new version into
Tim Kientzle [Fri, 2 May 2008 23:19:43 +0000 (19:19 -0400)] 
Eliminate archive.h.in; instead of editing a new version into
the Makefile and having the Makefile edit it into archive.h,
just edit it directly into archive.h in the first place.
This means that archive.h is no longer a constructed file,
which simplifies quite a number of things.

SVN-Revision: 16

17 years agoIFC
Tim Kientzle [Fri, 2 May 2008 22:57:00 +0000 (18:57 -0400)] 
IFC

SVN-Revision: 15

17 years agoDocumentation updates:
Tim Kientzle [Thu, 1 May 2008 22:37:23 +0000 (18:37 -0400)] 
Documentation updates:
  Document -o option (old format) for -c, -r, -u modes,
  correct --format to indicate that it can be used with -r and -u
       Correct option checks to not suppress --format with -r or -u
PR: bin/122600

SVN-Revision: 14

17 years agoDon't include this in the depot; it's a completely built file.
Tim Kientzle [Thu, 1 May 2008 22:05:41 +0000 (18:05 -0400)] 
Don't include this in the depot; it's a completely built file.

SVN-Revision: 13

17 years agoDon't include the old tar test scripts in the portable distribution.
Tim Kientzle [Thu, 1 May 2008 22:05:03 +0000 (18:05 -0400)] 
Don't include the old tar test scripts in the portable distribution.

SVN-Revision: 12

17 years agoAdd a basic test of -T option, add support for -r and -T together.
Tim Kientzle [Thu, 1 May 2008 22:01:44 +0000 (18:01 -0400)] 
Add a basic test of -T option, add support for -r and -T together.
PR: bin/123246
Submitted by: Jaakko Heinonen
MFP4 after: 1 day

SVN-Revision: 11

17 years agoLeave off tar/test/old from the portable distribution; include the doc-bulding tools.
Tim Kientzle [Wed, 30 Apr 2008 22:32:42 +0000 (18:32 -0400)] 
Leave off tar/test/old from the portable distribution; include the doc-bulding tools.

SVN-Revision: 10

17 years agoInclude Jan Psota's benchmark script and results in the 'contrib' dir
Tim Kientzle [Wed, 30 Apr 2008 22:15:21 +0000 (18:15 -0400)] 
Include Jan Psota's benchmark script and results in the 'contrib' dir

SVN-Revision: 9

17 years agoInclude 'examples' and 'contrib' dirs from libarchive portable distro.
Tim Kientzle [Wed, 30 Apr 2008 22:11:33 +0000 (18:11 -0400)] 
Include 'examples' and 'contrib' dirs from libarchive portable distro.

SVN-Revision: 8

17 years agoMark 'check' and 'test' targets as .PHONY
Tim Kientzle [Wed, 30 Apr 2008 22:09:53 +0000 (18:09 -0400)] 
Mark 'check' and 'test' targets as .PHONY

SVN-Revision: 7

17 years agoMore synchronizing with my local repository.
Tim Kientzle [Wed, 30 Apr 2008 21:57:11 +0000 (17:57 -0400)] 
More synchronizing with my local repository.

SVN-Revision: 6

17 years agoSynchronize a bunch of changes from my local tree.
Tim Kientzle [Wed, 30 Apr 2008 21:48:09 +0000 (17:48 -0400)] 
Synchronize a bunch of changes from my local tree.

SVN-Revision: 5

17 years agoMake upload.sh a bit more generic.
Tim Kientzle [Tue, 29 Apr 2008 22:46:57 +0000 (18:46 -0400)] 
Make upload.sh a bit more generic.

SVN-Revision: 4

17 years agoContinue populating the libarchive-portable project from my local repository.
Tim Kientzle [Tue, 29 Apr 2008 22:43:31 +0000 (18:43 -0400)] 
Continue populating the libarchive-portable project from my local repository.

SVN-Revision: 3

17 years agoFill in the libarchive-portable build infrastructure that uses autoconf/automake.
Tim Kientzle [Tue, 29 Apr 2008 22:30:48 +0000 (18:30 -0400)] 
Fill in the libarchive-portable build infrastructure that uses autoconf/automake.

SVN-Revision: 2

17 years agoIFC to populate initial libarchive-portable tree.
Tim Kientzle [Tue, 29 Apr 2008 21:56:43 +0000 (17:56 -0400)] 
IFC to populate initial libarchive-portable tree.

SVN-Revision: 1