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
/
create.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tar: --owner and --group names and numbers
Paul Eggert
2011-08-13
1
-2
/
+9
*
--atime-preserve=replace: fix correctness and performance bugs
Paul Eggert
2011-03-07
1
-0
/
+1
*
* src/names.c: tar: fix bug with --one-file-system --listed-incremental
Paul Eggert
2010-11-22
1
-2
/
+2
*
tar: don't cross struct member boundaries with OLDGNU_MAGIC
Paul Eggert
2010-10-27
1
-2
/
+4
*
tar: --dereference consistency
Paul Eggert
2010-09-23
1
-3
/
+1
*
tar: prefer openat-style functions
Paul Eggert
2010-09-18
1
-5
/
+7
*
tar: another --atime-preserve race fix
Paul Eggert
2010-09-16
1
-1
/
+3
*
tar: --atime-preserve fixes for races etc.
Paul Eggert
2010-09-16
1
-4
/
+3
*
tar: don't worry about fdopendir closing its argument
Paul Eggert
2010-09-13
1
-43
/
+4
*
tar: live within system-supplied limits on file descriptors
Paul Eggert
2010-09-12
1
-44
/
+203
*
tar: more reliable directory traversal when creating archives
Paul Eggert
2010-09-06
1
-113
/
+119
*
tar: remove unused macros
Paul Eggert
2010-09-02
1
-1
/
+1
*
tar: don't assume size of a sparse file chunk fits in size_t
Paul Eggert
2010-08-24
1
-6
/
+0
*
tar: handle files that occur multiple times but have link count 1
Paul Eggert
2010-08-23
1
-2
/
+11
*
tar: use nlink_t for link counts
Paul Eggert
2010-08-23
1
-1
/
+1
*
tar: don't export names that aren't used elsewhere
Paul Eggert
2010-08-23
1
-8
/
+16
*
tar: remove trailing white space from source files
Paul Eggert
2010-08-19
1
-19
/
+19
*
Keep a detailed map of archive members stored in the record buffer.
Sergey Poznyakoff
2010-07-11
1
-9
/
+2
*
Fix eventual memory override and fd exhaustion in create.c
Sergey Poznyakoff
2010-03-08
1
-5
/
+7
*
Minor change.
Sergey Poznyakoff
2010-01-24
1
-4
/
+2
*
Fix listing of volume labels (in particular in PAX archives).
Sergey Poznyakoff
2010-01-24
1
-3
/
+3
*
Fix prefix length calculation in ustar mode.
Sergey Poznyakoff
2010-01-22
1
-4
/
+6
*
Rewrite update algorithm.
Sergey Poznyakoff
2009-10-14
1
-60
/
+54
*
Use file's mtime as mtime for its extended header.
Sergey Poznyakoff
2009-10-07
1
-12
/
+13
*
Fix bugs in handling the --remove-files option.
Sergey Poznyakoff
2009-10-07
1
-23
/
+7
*
Fix bug in OLDGNU format creation.
Sergey Poznyakoff
2009-10-04
1
-2
/
+1
*
Avoid overwriting exit_status with a value indicating less important condition.
Sergey Poznyakoff
2009-09-08
1
-4
/
+3
*
Fix handling of files removed during incremental dumps.
Sergey Poznyakoff
2009-08-08
1
-26
/
+22
*
Optimize searches for directory structures by keeping a pointer to struct dir...
Sergey Poznyakoff
2009-08-08
1
-8
/
+6
*
Improve listed incremental dumps.
Sergey Poznyakoff
2009-08-07
1
-6
/
+6
*
Implement the --warning option.
Sergey Poznyakoff
2009-08-05
1
-26
/
+36
*
Fix hard links recognition with -c --remove-files
Sergey Poznyakoff
2009-07-30
1
-2
/
+2
*
Fix handling of hard link targets by -c --transform
Sergey Poznyakoff
2009-07-30
1
-5
/
+12
*
* NEWS, configure.ac: Version 1.20.91
Sergey Poznyakoff
2008-10-30
1
-3
/
+2
*
* src/common.h (transform_symlinks_option): New global.
Sergey Poznyakoff
2008-10-16
1
-1
/
+2
*
Fix multivolume archive creation when volume length=record size.
Sergey Poznyakoff
2008-07-24
1
-1
/
+1
*
(dump_file0): Count links only for actually dumped files
Sergey Poznyakoff
2008-03-31
1
-2
/
+1
*
(dump_file0): Apply transform_name to symlink targets.
Sergey Poznyakoff
2008-02-07
1
-1
/
+2
*
(file_count_links): do nothing if hard_dereference_option is set.
Sergey Poznyakoff
2007-10-29
1
-0
/
+2
*
(dump_regular_file): Fix file padding in case of truncation to zero size.
Sergey Poznyakoff
2007-10-05
1
-3
/
+2
*
(exclusion_tag_warning, check_exclusion_tags): Remove static qualifier.
Sergey Poznyakoff
2007-09-26
1
-4
/
+10
*
(check_exclusion_tags): Remove declaration of unused local, "ret".
Sergey Poznyakoff
2007-08-26
1
-1
/
+0
*
Relicense under GPLv3
Sergey Poznyakoff
2007-06-27
1
-1
/
+1
*
Global extended_header removed, use new xheader calls instead.
Sergey Poznyakoff
2007-05-19
1
-4
/
+4
*
(dump_file0): Original ctime cannot be used as a directory change indicator i...
Sergey Poznyakoff
2007-05-18
1
-2
/
+4
*
(struct exclude_tag): rename to exclusion_tag
Sergey Poznyakoff
2007-01-23
1
-94
/
+121
*
(dump_dir0): Move checks for exclude tags to
Sergey Poznyakoff
2006-12-07
1
-17
/
+17
*
(dump_dir0): Implement --exclude-tag option
Sergey Poznyakoff
2006-11-30
1
-1
/
+64
*
(start_header): Pass mtime as a call-specific data to xheader_store.
Sergey Poznyakoff
2006-11-13
1
-1
/
+1
*
(dump_regular_file,dump_file0): Set exit_status to
Sergey Poznyakoff
2006-10-14
1
-6
/
+12
[next]