summaryrefslogtreecommitdiff
path: root/src/create.c
Commit message (Expand)AuthorAgeFilesLines
* tar: don't assume O_NONBLOCK is benign on regular filesPaul Eggert2012-01-061-1/+1
* tar: --owner and --group names and numbersPaul Eggert2011-08-131-2/+9
* --atime-preserve=replace: fix correctness and performance bugsPaul Eggert2011-03-071-0/+1
* * src/names.c: tar: fix bug with --one-file-system --listed-incrementalPaul Eggert2010-11-221-2/+2
* tar: don't cross struct member boundaries with OLDGNU_MAGICPaul Eggert2010-10-271-2/+4
* tar: --dereference consistencyPaul Eggert2010-09-231-3/+1
* tar: prefer openat-style functionsPaul Eggert2010-09-181-5/+7
* tar: another --atime-preserve race fixPaul Eggert2010-09-161-1/+3
* tar: --atime-preserve fixes for races etc.Paul Eggert2010-09-161-4/+3
* tar: don't worry about fdopendir closing its argumentPaul Eggert2010-09-131-43/+4
* tar: live within system-supplied limits on file descriptorsPaul Eggert2010-09-121-44/+203
* tar: more reliable directory traversal when creating archivesPaul Eggert2010-09-061-113/+119
* tar: remove unused macrosPaul Eggert2010-09-021-1/+1
* tar: don't assume size of a sparse file chunk fits in size_tPaul Eggert2010-08-241-6/+0
* tar: handle files that occur multiple times but have link count 1Paul Eggert2010-08-231-2/+11
* tar: use nlink_t for link countsPaul Eggert2010-08-231-1/+1
* tar: don't export names that aren't used elsewherePaul Eggert2010-08-231-8/+16
* tar: remove trailing white space from source filesPaul Eggert2010-08-191-19/+19
* Keep a detailed map of archive members stored in the record buffer.Sergey Poznyakoff2010-07-111-9/+2
* Fix eventual memory override and fd exhaustion in create.cSergey Poznyakoff2010-03-081-5/+7
* Minor change.Sergey Poznyakoff2010-01-241-4/+2
* Fix listing of volume labels (in particular in PAX archives).Sergey Poznyakoff2010-01-241-3/+3
* Fix prefix length calculation in ustar mode.Sergey Poznyakoff2010-01-221-4/+6
* Rewrite update algorithm.Sergey Poznyakoff2009-10-141-60/+54
* Use file's mtime as mtime for its extended header.Sergey Poznyakoff2009-10-071-12/+13
* Fix bugs in handling the --remove-files option.Sergey Poznyakoff2009-10-071-23/+7
* Fix bug in OLDGNU format creation.Sergey Poznyakoff2009-10-041-2/+1
* Avoid overwriting exit_status with a value indicating less important condition.Sergey Poznyakoff2009-09-081-4/+3
* Fix handling of files removed during incremental dumps.Sergey Poznyakoff2009-08-081-26/+22
* Optimize searches for directory structures by keeping a pointer to struct dir...Sergey Poznyakoff2009-08-081-8/+6
* Improve listed incremental dumps.Sergey Poznyakoff2009-08-071-6/+6
* Implement the --warning option.Sergey Poznyakoff2009-08-051-26/+36
* Fix hard links recognition with -c --remove-filesSergey Poznyakoff2009-07-301-2/+2
* Fix handling of hard link targets by -c --transformSergey Poznyakoff2009-07-301-5/+12
* * NEWS, configure.ac: Version 1.20.91Sergey Poznyakoff2008-10-301-3/+2
* * src/common.h (transform_symlinks_option): New global.Sergey Poznyakoff2008-10-161-1/+2
* Fix multivolume archive creation when volume length=record size.Sergey Poznyakoff2008-07-241-1/+1
* (dump_file0): Count links only for actually dumped filesSergey Poznyakoff2008-03-311-2/+1
* (dump_file0): Apply transform_name to symlink targets.Sergey Poznyakoff2008-02-071-1/+2
* (file_count_links): do nothing if hard_dereference_option is set.Sergey Poznyakoff2007-10-291-0/+2
* (dump_regular_file): Fix file padding in case of truncation to zero size.Sergey Poznyakoff2007-10-051-3/+2
* (exclusion_tag_warning, check_exclusion_tags): Remove static qualifier.Sergey Poznyakoff2007-09-261-4/+10
* (check_exclusion_tags): Remove declaration of unused local, "ret".Sergey Poznyakoff2007-08-261-1/+0
* Relicense under GPLv3Sergey Poznyakoff2007-06-271-1/+1
* Global extended_header removed, use new xheader calls instead.Sergey Poznyakoff2007-05-191-4/+4
* (dump_file0): Original ctime cannot be used as a directory change indicator i...Sergey Poznyakoff2007-05-181-2/+4
* (struct exclude_tag): rename to exclusion_tagSergey Poznyakoff2007-01-231-94/+121
* (dump_dir0): Move checks for exclude tags toSergey Poznyakoff2006-12-071-17/+17
* (dump_dir0): Implement --exclude-tag optionSergey Poznyakoff2006-11-301-1/+64
* (start_header): Pass mtime as a call-specific data to xheader_store.Sergey Poznyakoff2006-11-131-1/+1