summaryrefslogtreecommitdiff
path: root/tar/read.c
Commit message (Expand)AuthorAgeFilesLines
* client and example programs use archive_read_support_filter_*()Roman Neuhauser2011-03-281-2/+2
* DO NOT USE C++ style comments like // in C code !Björn Jacke2011-02-171-1/+1
* Support --numeric-owner for tar extraction as well as archive creation.Tim Kientzle2010-12-311-6/+15
* Basic test for tar --newer-than option. So far, thisTim Kientzle2010-06-301-10/+26
* Use -b setting when interpolating archives.Tim Kientzle2010-06-261-3/+1
* Fix an overflow in the compression ratio calculation.Tim Kientzle2010-06-131-1/+6
* Add --gid, --gname, --uid, --uname options to tar.Tim Kientzle2010-05-011-1/+9
* Style: tab follows #defineTim Kientzle2010-04-101-3/+3
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-1/+1
* Avoid build error on Visual Studio 10.Michihiro NAKAJIMA2009-12-151-0/+3
* Correct some printf format strings, per Issue 52.Tim Kientzle2009-12-061-1/+1
* Trying to figure out what printf modifiers to use on what platforms toTim Kientzle2009-10-311-16/+10
* Test various line separators in -T input, including CRLF, NL, and null.Tim Kientzle2009-08-231-1/+2
* Refactor the date formatting slightly.Tim Kientzle2009-07-261-9/+7
* Use archive_entry_XXX() functions more heavily.Tim Kientzle2009-07-171-15/+9
* Use portable archive_entry_filetype() where we can.Tim Kientzle2009-07-171-2/+3
* Overhaul the SIGINFO/SIGUSR1 reporting. This is a littleTim Kientzle2009-07-161-14/+39
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-261-16/+19
* Set options before opening the archive.Tim Kientzle2009-03-261-6/+2
* Rename --format-options to simply --options, since these are optionsTim Kientzle2009-03-261-2/+2
* Report errors from archive_read_close().Tim Kientzle2009-03-181-0/+7
* Issue 15, part 2. Mechanical conversion of #defines, tar/Charles Wilson2009-03-171-1/+1
* Now, we can run bsdtar and bsdtar_test on Windows.Michihiro NAKAJIMA2009-02-151-0/+8
* Add support "--format-options" option to bsdtar to useMichihiro NAKAJIMA2009-01-261-0/+6
* IFCTim Kientzle2008-08-231-12/+11
* IFCTim Kientzle2008-08-031-1/+1
* Portability: Use %H:%M instead of the non-standard %R.Tim Kientzle2008-06-181-1/+1
* IFCTim Kientzle2008-05-281-1/+1
* IFCTim Kientzle2008-05-201-1/+27
* More cleanup of unused variables.Tim Kientzle2008-05-171-1/+0
* Actually recognize the '-s' option by adding it to the getoptJoerg Sonnenberger2008-05-151-37/+0
* Add support for pax-like tar substitutions as found in NetBSD'sJoerg Sonnenberger2008-05-131-0/+38
* If there are leftover inclusions (command-line patterns) afterTim Kientzle2008-05-081-0/+2
* Basic implementation of --numeric-owner.Tim Kientzle2008-05-041-0/+5
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+369