summaryrefslogtreecommitdiff
path: root/src/list.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the "Creating directory:" outputSergey Poznyakoff2011-11-171-2/+2
* tar: if (p) free (p); -> free (p);Paul Eggert2011-02-161-8/+4
* tar: don't cross struct member boundaries with OLDGNU_MAGICPaul Eggert2010-10-271-2/+4
* Transform file names when updating and appendig to archives.Sergey Poznyakoff2010-10-271-1/+1
* Make sure name matching occurs before name transformation.Sergey Poznyakoff2010-10-261-57/+63
* Don't apply file transformations to volume names.Sergey Poznyakoff2010-08-251-0/+4
* tar: don't assume size of a sparse file chunk fits in size_tPaul Eggert2010-08-241-7/+0
* tar: don't export names that aren't used elsewherePaul Eggert2010-08-231-7/+21
* Keep a detailed map of archive members stored in the record buffer.Sergey Poznyakoff2010-07-111-2/+2
* Fix exclusion of long file names when extracting from pax format archives.Sergey Poznyakoff2010-06-281-5/+2
* Remove some lint, found by gcc -W etc.Paul Eggert2010-06-161-12/+12
* New option --full-time.Sergey Poznyakoff2010-03-281-1/+1
* Fix `--test-label' and `--label -r' behavior.Sergey Poznyakoff2010-03-111-12/+13
* Read POSIX multivolume archives split at the header boundary.Sergey Poznyakoff2010-01-251-12/+24
* Improve handling of --test-label.Sergey Poznyakoff2010-01-241-20/+54
* Fix listing of volume labels (in particular in PAX archives).Sergey Poznyakoff2010-01-241-31/+62
* Fix bug in OLDGNU format creation.Sergey Poznyakoff2009-10-041-17/+22
* Implement the --warning option.Sergey Poznyakoff2009-08-051-2/+3
* * NEWS, configure.ac: Version 1.20.91Sergey Poznyakoff2008-10-301-7/+16
* Avoid compiler warnings.Paul Eggert2007-10-181-2/+2
* Relicense under GPLv3Sergey Poznyakoff2007-06-271-2/+2
* (decode_xform): Exempt symbolic links from componentSergey Poznyakoff2007-06-011-6/+24
* Global extended_header removed, use new xheader calls instead.Sergey Poznyakoff2007-05-191-6/+9
* (transform_member_name): New functionSergey Poznyakoff2007-03-301-3/+11
* * NEWS: Remove support for mangled names.Paul Eggert2006-11-301-9/+0
* (print_header): Update displayable name selection.Sergey Poznyakoff2006-06-021-16/+20
* (read_header_primitive): New functionSergey Poznyakoff2006-05-131-12/+17
* Update copyright year to 2006.Paul Eggert2006-02-071-4/+4
* (list_archive): Use is_dumpdirSergey Poznyakoff2006-01-311-17/+17
* Use mv_.* functions uniformly instead of fiddling with the global variables.Sergey Poznyakoff2005-11-091-17/+11
* (list_archive): Handle incremental backups in paxSergey Poznyakoff2005-11-071-33/+14
* (print_header): If show_stored_names_option is given,Sergey Poznyakoff2005-09-281-0/+18
* (print_header): Special handling if test_label_option is setSergey Poznyakoff2005-09-281-1/+4
* Don't filter time stamps through the resolution supportedPaul Eggert2005-09-171-20/+13
* (list_archive): Use list_dumpdir() to display GNUTYPE_DUMPDIR blocks. Do that...Sergey Poznyakoff2005-09-141-11/+3
* Carefully crafted invalid headers can cause buffer overrun.Paul Eggert2005-06-221-63/+86
* Remove defines and declarations imported from paxutilsSergey Poznyakoff2005-05-191-14/+2
* Update FSF postal mail address.Paul Eggert2005-05-151-1/+1
* Handle Solaris 'X' type flagSergey Poznyakoff2005-04-141-2/+4
* Assign orig_file_nameSergey Poznyakoff2005-04-071-3/+3
* (print_header): Print UID/GID in case ofSergey Poznyakoff2005-03-031-2/+6
* (read_header): Removed assignment to oldgnu_header.isextended. It was breakin...Sergey Poznyakoff2005-02-101-5/+0
* (from_header): New arg OCTAL_ONLY, normally false.Paul Eggert2005-02-041-31/+37
* Removed unused variables.Sergey Poznyakoff2005-02-041-1/+0
* Add translators' commentsSergey Poznyakoff2005-02-041-2/+7
* Use memset instead of bzero, memmoveSergey Poznyakoff2005-01-131-2/+6
* (from_header, tar_checksum): Changed declaration. All callers updated.Sergey Poznyakoff2004-12-211-32/+39
* (tar_checksum): New functionSergey Poznyakoff2004-11-261-47/+59
* (decode_header): Set uname/gname to NULL if their header counterparts are emptySergey Poznyakoff2004-10-251-2/+4
* Started merging with cpio into paxutils.Sergey Poznyakoff2004-09-061-1/+1