]> Dogcows Code - chaz/tar/history - src/list.c
Update copyright years.
[chaz/tar] / src / list.c
2014-01-30  Sergey PoznyakoffUpdate copyright years.
2014-01-28  Sergey PoznyakoffImprove one-top-level functionality
2014-01-23  Sergey PoznyakoffMake sure transformed file names retain trailing slash...
2014-01-03  Paul Eggerttar: update ancient configure cruft
2012-12-31  Paul Eggertmaint: update copyrights for 2013 and as per current...
2012-12-23  Paul EggertFix some problems with negative and out-of-range integers.
2012-12-19  Paul Eggerttar: remove unused externs, or make them static
2012-12-19  Paul Eggerttar: don't truncate diagnostic
2012-11-18  Pavel RaiskupAdd basic suuport for extended attributes.
2012-03-11  Paul Eggerttar: remove lint
2011-11-17  Sergey PoznyakoffFix the "Creating directory:" output
2011-02-16  Paul Eggerttar: if (p) free (p); -> free (p);
2010-10-28  Paul Eggerttar: don't cross struct member boundaries with OLDGNU_MAGIC
2010-10-27  Sergey PoznyakoffTransform file names when updating and appendig to...
2010-10-26  Sergey PoznyakoffMake sure name matching occurs before name transformation.
2010-08-25  Sergey PoznyakoffDon't apply file transformations to volume names.
2010-08-24  Paul Eggerttar: don't assume size of a sparse file chunk fits...
2010-08-23  Paul Eggerttar: don't export names that aren't used elsewhere
2010-07-11  Sergey PoznyakoffKeep a detailed map of archive members stored in the...
2010-06-28  Sergey PoznyakoffFix exclusion of long file names when extracting from...
2010-06-16  Paul EggertRemove some lint, found by gcc -W etc.
2010-03-28  Sergey PoznyakoffNew option --full-time.
2010-03-11  Sergey PoznyakoffFix `--test-label' and `--label -r' behavior.
2010-01-25  Sergey PoznyakoffRead POSIX multivolume archives split at the header...
2010-01-24  Sergey PoznyakoffImprove handling of --test-label.
2010-01-24  Sergey PoznyakoffFix listing of volume labels (in particular in PAX...
2009-10-04  Sergey PoznyakoffFix bug in OLDGNU format creation.
2009-08-05  Sergey PoznyakoffImplement the --warning option.
2008-10-30  Sergey Poznyakoff* NEWS, configure.ac: Version 1.20.91
2007-10-18  Paul EggertAvoid compiler warnings.
2007-06-27  Sergey PoznyakoffRelicense under GPLv3
2007-06-01  Sergey Poznyakoff (decode_xform): Exempt symbolic links from component
2007-05-19  Sergey PoznyakoffGlobal extended_header removed, use new xheader calls...
2007-03-30  Sergey Poznyakoff(transform_member_name): New function
2006-11-30  Paul Eggert* NEWS: Remove support for mangled names.
2006-06-02  Sergey Poznyakoff(print_header): Update displayable name selection.
2006-05-13  Sergey Poznyakoff(read_header_primitive): New function
2006-02-07  Paul EggertUpdate copyright year to 2006.
2006-01-31  Sergey Poznyakoff(list_archive): Use is_dumpdir
2005-11-09  Sergey PoznyakoffUse mv_.* functions uniformly instead of fiddling with...
2005-11-07  Sergey Poznyakoff(list_archive): Handle incremental backups in pax
2005-09-28  Sergey Poznyakoff(print_header): If show_stored_names_option is given,
2005-09-28  Sergey Poznyakoff(print_header): Special handling if test_label_option...
2005-09-17  Paul EggertDon't filter time stamps through the resolution supported
2005-09-14  Sergey Poznyakoff(list_archive): Use list_dumpdir() to display GNUTYPE_D...
2005-06-22  Paul EggertCarefully crafted invalid headers can cause buffer...
2005-05-19  Sergey PoznyakoffRemove defines and declarations imported from paxutils
2005-05-15  Paul EggertUpdate FSF postal mail address.
2005-04-14  Sergey PoznyakoffHandle Solaris 'X' type flag
2005-04-07  Sergey PoznyakoffAssign orig_file_name
2005-03-03  Sergey Poznyakoff(print_header): Print UID/GID in case of
2005-02-10  Sergey Poznyakoff(read_header): Removed assignment to oldgnu_header...
2005-02-04  Paul Eggert(from_header): New arg OCTAL_ONLY, normally false.
2005-02-04  Sergey PoznyakoffRemoved unused variables.
2005-02-04  Sergey PoznyakoffAdd translators' comments
2005-01-13  Sergey PoznyakoffUse memset instead of bzero, memmove
2004-12-21  Sergey Poznyakoff(from_header, tar_checksum): Changed declaration. All...
2004-11-26  Sergey Poznyakoff(tar_checksum): New function
2004-10-25  Sergey Poznyakoff(decode_header): Set uname/gname to NULL if their heade...
2004-09-06  Sergey PoznyakoffStarted merging with cpio into paxutils.
2004-08-31  Sergey PoznyakoffFixed initialization of stat_info->is_sparse
2004-08-09  Sergey Poznyakoff(read_and): Call decode_header before calling skip_member()
2004-05-19  Sergey Poznyakoff(skip_file): Use seek_archive() if possible.
2004-05-16  Sergey PoznyakoffFix improper use of 'path' word
2004-05-10  Sergey Poznyakoff(read_and): Print block number before
2004-04-05  Paul EggertMerge recent gnulib changes, and remove some lint.
2004-04-04  Sergey Poznyakoff(decode_header): Use sparse_fixup_header to correct
2004-03-12  Sergey Poznyakoff(read_and): Stop processing the archive after
2004-02-29  Sergey Poznyakoff(tartime): Print UTC if --utc was given.
2004-02-24  Sergey Poznyakoff(decode_header): Call xheader_decode before the assign...
2004-02-22  Sergey PoznyakoffDecode encountered global headers.
2004-02-20  Sergey Poznyakoff(decode_header): Call xheader_decode unconditionally.
2003-12-25  uid65697(read_and): Treat only two successive zero filled block...
2003-12-25  uid65697(print_header): Use archive_file_size member when print...
2003-12-25  uid65697(decode_header): Discern between pax and ustar formats
2003-11-17  Sergey PoznyakoffMinor changes
2003-11-13  Sergey Poznyakoff(read_and): Initialize current_stat_info
2003-11-12  Sergey Poznyakoff(decode_header): Initialize st_atime and st_ctime.
2003-10-04  Sergey Poznyakoff(read_and): Honor --occurence option.
2003-10-02  Sergey Poznyakoff(read_and): Use all_names_found() as `while' condition.
2003-09-04  Sergey Poznyakoff(read_header): Minor change.
2003-09-03  Paul Eggert(read_and): Abort if HEADER_SUCCESS_EXTENDED occurs...
2003-09-03  Sergey Poznyakoff(list_archive): Always decode the header. This
2003-09-01  Sergey Poznyakoff(print_header): Take user/group from current_stat_info.
2003-08-31  Sergey Poznyakoff(decode_header): Added initial support for POSIX extended
2003-07-27  Sergey Poznyakoff(print_header): Use orig_file_name.
2003-07-25  Sergey Poznyakoff(print_header): Revised
2003-07-24  Sergey Poznyakoff(print_header): Print trailing slash if
2003-07-05  Paul Eggert(read_and): Give full type for procedure arg.
2001-09-26  Paul Eggert(read_header): Don't keep around extended name and...
2001-09-23  Paul EggertAllocate one more byte than the size would indicate...
2001-09-22  Paul Eggert(recent_long_name, recent_long_link, recent_long_name_b...
2001-08-27  Paul Eggert(from_header): Do not issue a diagnostic if TYPE is...
2001-01-13  Paul Eggertsystem.h now does time.h stuff.
2000-10-24  Paul Eggert(read_and):
2000-01-07  Paul EggertUpdate copyright year.
2000-01-07  Paul Eggert(read_and): Invoke apply_nonancestor_delayed_set_stat...
1999-12-13  Paul Eggert(read_and, list_archive):
1999-12-03  Paul EggertRemove bogus errno FIXMEs.
1999-11-07  Paul Eggert(from_header): Handle 32-bit two's complement negative...
next
This page took 0.369921 seconds and 107 git commands to generate.