index
:
delta/tar.git
baserock/bootstrap-deprecated
baserock/bootstrap-pass1
baserock/morph
baserock/release_1_28
master
new
origin
git.savannah.gnu.org: git/tar.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
list.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tar: if (p) free (p); -> free (p);
Paul Eggert
2011-02-16
1
-8
/
+4
*
tar: don't cross struct member boundaries with OLDGNU_MAGIC
Paul Eggert
2010-10-27
1
-2
/
+4
*
Transform file names when updating and appendig to archives.
Sergey Poznyakoff
2010-10-27
1
-1
/
+1
*
Make sure name matching occurs before name transformation.
Sergey Poznyakoff
2010-10-26
1
-57
/
+63
*
Don't apply file transformations to volume names.
Sergey Poznyakoff
2010-08-25
1
-0
/
+4
*
tar: don't assume size of a sparse file chunk fits in size_t
Paul Eggert
2010-08-24
1
-7
/
+0
*
tar: don't export names that aren't used elsewhere
Paul Eggert
2010-08-23
1
-7
/
+21
*
Keep a detailed map of archive members stored in the record buffer.
Sergey Poznyakoff
2010-07-11
1
-2
/
+2
*
Fix exclusion of long file names when extracting from pax format archives.
Sergey Poznyakoff
2010-06-28
1
-5
/
+2
*
Remove some lint, found by gcc -W etc.
Paul Eggert
2010-06-16
1
-12
/
+12
*
New option --full-time.
Sergey Poznyakoff
2010-03-28
1
-1
/
+1
*
Fix `--test-label' and `--label -r' behavior.
Sergey Poznyakoff
2010-03-11
1
-12
/
+13
*
Read POSIX multivolume archives split at the header boundary.
Sergey Poznyakoff
2010-01-25
1
-12
/
+24
*
Improve handling of --test-label.
Sergey Poznyakoff
2010-01-24
1
-20
/
+54
*
Fix listing of volume labels (in particular in PAX archives).
Sergey Poznyakoff
2010-01-24
1
-31
/
+62
*
Fix bug in OLDGNU format creation.
Sergey Poznyakoff
2009-10-04
1
-17
/
+22
*
Implement the --warning option.
Sergey Poznyakoff
2009-08-05
1
-2
/
+3
*
* NEWS, configure.ac: Version 1.20.91
Sergey Poznyakoff
2008-10-30
1
-7
/
+16
*
Avoid compiler warnings.
Paul Eggert
2007-10-18
1
-2
/
+2
*
Relicense under GPLv3
Sergey Poznyakoff
2007-06-27
1
-2
/
+2
*
(decode_xform): Exempt symbolic links from component
Sergey Poznyakoff
2007-06-01
1
-6
/
+24
*
Global extended_header removed, use new xheader calls instead.
Sergey Poznyakoff
2007-05-19
1
-6
/
+9
*
(transform_member_name): New function
Sergey Poznyakoff
2007-03-30
1
-3
/
+11
*
* NEWS: Remove support for mangled names.
Paul Eggert
2006-11-30
1
-9
/
+0
*
(print_header): Update displayable name selection.
Sergey Poznyakoff
2006-06-02
1
-16
/
+20
*
(read_header_primitive): New function
Sergey Poznyakoff
2006-05-13
1
-12
/
+17
*
Update copyright year to 2006.
Paul Eggert
2006-02-07
1
-4
/
+4
*
(list_archive): Use is_dumpdir
Sergey Poznyakoff
2006-01-31
1
-17
/
+17
*
Use mv_.* functions uniformly instead of fiddling with the global variables.
Sergey Poznyakoff
2005-11-09
1
-17
/
+11
*
(list_archive): Handle incremental backups in pax
Sergey Poznyakoff
2005-11-07
1
-33
/
+14
*
(print_header): If show_stored_names_option is given,
Sergey Poznyakoff
2005-09-28
1
-0
/
+18
*
(print_header): Special handling if test_label_option is set
Sergey Poznyakoff
2005-09-28
1
-1
/
+4
*
Don't filter time stamps through the resolution supported
Paul Eggert
2005-09-17
1
-20
/
+13
*
(list_archive): Use list_dumpdir() to display GNUTYPE_DUMPDIR blocks. Do that...
Sergey Poznyakoff
2005-09-14
1
-11
/
+3
*
Carefully crafted invalid headers can cause buffer overrun.
Paul Eggert
2005-06-22
1
-63
/
+86
*
Remove defines and declarations imported from paxutils
Sergey Poznyakoff
2005-05-19
1
-14
/
+2
*
Update FSF postal mail address.
Paul Eggert
2005-05-15
1
-1
/
+1
*
Handle Solaris 'X' type flag
Sergey Poznyakoff
2005-04-14
1
-2
/
+4
*
Assign orig_file_name
Sergey Poznyakoff
2005-04-07
1
-3
/
+3
*
(print_header): Print UID/GID in case of
Sergey Poznyakoff
2005-03-03
1
-2
/
+6
*
(read_header): Removed assignment to oldgnu_header.isextended. It was breakin...
Sergey Poznyakoff
2005-02-10
1
-5
/
+0
*
(from_header): New arg OCTAL_ONLY, normally false.
Paul Eggert
2005-02-04
1
-31
/
+37
*
Removed unused variables.
Sergey Poznyakoff
2005-02-04
1
-1
/
+0
*
Add translators' comments
Sergey Poznyakoff
2005-02-04
1
-2
/
+7
*
Use memset instead of bzero, memmove
Sergey Poznyakoff
2005-01-13
1
-2
/
+6
*
(from_header, tar_checksum): Changed declaration. All callers updated.
Sergey Poznyakoff
2004-12-21
1
-32
/
+39
*
(tar_checksum): New function
Sergey Poznyakoff
2004-11-26
1
-47
/
+59
*
(decode_header): Set uname/gname to NULL if their header counterparts are empty
Sergey Poznyakoff
2004-10-25
1
-2
/
+4
*
Started merging with cpio into paxutils.
Sergey Poznyakoff
2004-09-06
1
-1
/
+1
*
Fixed initialization of stat_info->is_sparse
Sergey Poznyakoff
2004-08-31
1
-0
/
+2
[next]