summaryrefslogtreecommitdiff
path: root/src/common.h
Commit message (Expand)AuthorAgeFilesLines
* tar: don't assume O_NONBLOCK is benign on regular filesPaul Eggert2012-01-061-0/+3
* Fix --keep-old-files option.Sergey Poznyakoff2011-11-261-0/+1
* Warn about existing files in keep-old-files mode (complements 8f390db9).Sergey Poznyakoff2011-11-171-1/+2
* Fix operation of --verify in conjunction with --listed-incrementalSergey Poznyakoff2011-11-151-0/+1
* tar: --owner and --group names and numbersPaul Eggert2011-08-131-2/+4
* tar: remove unused function dir_removed_diagPaul Eggert2010-11-231-2/+0
* * src/names.c: tar: fix bug with --one-file-system --listed-incrementalPaul Eggert2010-11-221-1/+0
* Issue a warning if the archive being compared contais transformed file names.Sergey Poznyakoff2010-11-151-0/+1
* Run alternative decompression programs if the principal one is not available.Sergey Poznyakoff2010-11-051-1/+6
* Transform file names when updating and appendig to archives.Sergey Poznyakoff2010-10-271-0/+1
* tar: --dereference consistencyPaul Eggert2010-09-231-2/+2
* tar: prefer openat-style functionsPaul Eggert2010-09-181-0/+1
* tar: switch to gnulib fdutimensat modulePaul Eggert2010-09-171-2/+0
* tar: extract permissions for . lastPaul Eggert2010-09-171-0/+2
* tar: another --atime-preserve race fixPaul Eggert2010-09-161-2/+2
* tar: --atime-preserve fixes for races etc.Paul Eggert2010-09-161-2/+4
* tar: live within system-supplied limits on file descriptorsPaul Eggert2010-09-121-2/+7
* tar: more reliable directory traversal when creating archivesPaul Eggert2010-09-061-7/+11
* tar: remove lint discovered by Sun C compilerPaul Eggert2010-09-041-1/+1
* tar: fix bug with -C and delayed setting of metadataPaul Eggert2010-08-251-0/+1
* tar: don't assume size of a sparse file chunk fits in size_tPaul Eggert2010-08-241-4/+0
* tar: handle files that occur multiple times but have link count 1Paul Eggert2010-08-231-0/+1
* tar: don't export names that aren't used elsewherePaul Eggert2010-08-231-43/+1
* tar: fix misspelled identifier "set_comression_program_by_suffix"Paul Eggert2010-08-231-1/+1
* Keep a detailed map of archive members stored in the record buffer.Sergey Poznyakoff2010-07-111-2/+3
* Remove some lint, found by gcc -W etc.Paul Eggert2010-06-161-5/+5
* New option --full-time.Sergey Poznyakoff2010-03-281-0/+2
* Read POSIX multivolume archives split at the header boundary.Sergey Poznyakoff2010-01-251-1/+12
* Improve handling of --test-label.Sergey Poznyakoff2010-01-241-3/+5
* Fix listing of volume labels (in particular in PAX archives).Sergey Poznyakoff2010-01-241-5/+8
* Rewrite update algorithm.Sergey Poznyakoff2009-10-141-0/+6
* Improve previous changes.Sergey Poznyakoff2009-10-101-0/+1
* Use file's mtime as mtime for its extended header.Sergey Poznyakoff2009-10-071-2/+2
* Fix bugs in handling the --remove-files option.Sergey Poznyakoff2009-10-071-3/+10
* Fix bug in OLDGNU format creation.Sergey Poznyakoff2009-10-041-2/+3
* Avoid overwriting exit_status with a value indicating less important condition.Sergey Poznyakoff2009-09-081-0/+1
* Automatic detection of seekable archives.Sergey Poznyakoff2009-09-081-0/+1
* Fix handling of files removed during incremental dumps.Sergey Poznyakoff2009-08-081-5/+12
* Optimize searches for directory structures by keeping a pointer to struct dir...Sergey Poznyakoff2009-08-081-13/+26
* Minor fixes.Sergey Poznyakoff2009-08-071-1/+3
* Improve listed incremental dumps.Sergey Poznyakoff2009-08-071-8/+23
* Implement the --warning option.Sergey Poznyakoff2009-08-051-0/+35
* Do not try to drain the input pipe before closing the archive.Sergey Poznyakoff2008-11-251-2/+1
* * NEWS, configure.ac: Version 1.20.91Sergey Poznyakoff2008-10-301-12/+8
* * src/common.h (transform_symlinks_option): New global.Sergey Poznyakoff2008-10-161-0/+3
* ChangeLogSergey Poznyakoff2008-09-231-3/+0
* Version 1.20.release_1_20Sergey Poznyakoff2008-05-051-2/+12
* * src/common.h (check_device_option): New global.Sergey Poznyakoff2008-03-271-0/+2
* (enum checkpoint_style): Remove.Sergey Poznyakoff2007-10-291-8/+10
* (set_comression_program_by_suffix): New prototype.Sergey Poznyakoff2007-10-171-0/+3