| Commit message (Expand) | Author | Age | Files | Lines |
* | Set options before opening the archive. | kientzle | 2009-04-17 | 1 | -7/+10 |
* | Merge r492 from libarchive.googlecode.com: First cut at exposing the | kientzle | 2009-03-08 | 1 | -0/+6 |
* | Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com: | kientzle | 2009-03-08 | 1 | -0/+8 |
* | Always display the unedited pathname in -t output. | kientzle | 2008-08-21 | 1 | -11/+10 |
* | Use %H:%M for strftime() time formatting instead of the non-portable %R. | kientzle | 2008-07-05 | 1 | -1/+1 |
* | MFp4: bsdtar 2.5.4b | kientzle | 2008-05-26 | 1 | -0/+7 |
* | Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1) | cperciva | 2008-05-18 | 1 | -0/+26 |
* | --chroot implementation thanks to Joerg Sonnenberger. | kientzle | 2008-03-15 | 1 | -0/+11 |
* | Use archive_entry_strmode() instead of a local bsdtar_strmode(). | kientzle | 2008-01-02 | 1 | -2/+3 |
* | Don't exit immediately on libarchive warnings, just | kientzle | 2007-07-20 | 1 | -3/+3 |
* | bsdtar 2.2.3: | kientzle | 2007-05-29 | 1 | -6/+9 |
* | Set the program return value non-zero if we enounter | kientzle | 2007-05-08 | 1 | -0/+1 |
* | In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors which | cperciva | 2007-04-16 | 1 | -9/+8 |
* | Portability. | kientzle | 2007-04-13 | 1 | -0/+2 |
* | Simplify the logic for handling header read | kientzle | 2007-04-07 | 1 | -7/+5 |
* | bsdtar 2.0.23: | kientzle | 2007-03-11 | 1 | -138/+23 |
* | Correct the copyright messages: Make this a standard vanilla | kientzle | 2007-01-09 | 1 | -3/+2 |
* | Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it. | kientzle | 2006-07-30 | 1 | -1/+4 |
* | Extended attribute support on write for Linux; FreeBSD hooks are | kientzle | 2006-03-21 | 1 | -2/+0 |
* | Fix a format mismatch (%d integer format, platform-dependent | kientzle | 2006-03-07 | 1 | -1/+1 |
* | Support path-rewriting options (including --strip-components) for both | kientzle | 2005-04-17 | 1 | -60/+41 |
* | Add --strip-components option, per bin/77666. | kientzle | 2005-03-13 | 1 | -0/+58 |
* | Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32" | kientzle | 2004-10-17 | 1 | -1/+1 |
* | Support -t -O as in gtar. Perversely enough, -O means "send to stderr" | kientzle | 2004-08-27 | 1 | -10/+15 |
* | Move the smart chdir logic into a couple of utility functions in util.c. | kientzle | 2004-08-08 | 1 | -4/+1 |
* | Ensure that there's always a space between the user name and | kientzle | 2004-08-05 | 1 | -1/+1 |
* | A bunch of style and security fixes (error checking return values, etc), | kientzle | 2004-07-25 | 1 | -6/+9 |
* | A bunch of stuff from Christoph Mellon: | kientzle | 2004-07-24 | 1 | -13/+18 |
* | Make the day/month ordering dependent on the current locale by | kientzle | 2004-07-15 | 1 | -4/+7 |
* | Mimic ls(1) by putting an extra space before the year in old dates | kientzle | 2004-07-12 | 1 | -1/+1 |
* | Augment the -T handling: | kientzle | 2004-06-27 | 1 | -0/+3 |
* | Fix the symlink-detection code. Don't squawk if we're just replacing | kientzle | 2004-06-07 | 1 | -6/+22 |
* | If -b is specified, then force full padding for the last block. | kientzle | 2004-06-07 | 1 | -1/+3 |
* | Per style(9), don't use double spaces in expressions. | kientzle | 2004-06-07 | 1 | -1/+1 |
* | Minor corrections to error handling and user notifications: | kientzle | 2004-05-27 | 1 | -23/+26 |
* | Propagate struct bsdtar down into a lot more places. | kientzle | 2004-05-17 | 1 | -10/+13 |
* | Make symlink protection a bit more useful: | kientzle | 2004-05-17 | 1 | -4/+15 |
* | For portability, don't rely on libc's strmode(3). <sigh> | kientzle | 2004-05-03 | 1 | -1/+1 |
* | A security issue: An archive containing a symlink to another | kientzle | 2004-05-02 | 1 | -13/+70 |
* | Refuse to extract entries with '..' in pathname. | kientzle | 2004-04-28 | 1 | -7/+40 |
* | Add DPADD to Makefile (thanks to Andrey for pointing this out). | kientzle | 2004-04-12 | 1 | -3/+0 |
* | Initial commit for bsdtar. | kientzle | 2004-04-05 | 1 | -0/+292 |