summaryrefslogtreecommitdiff
path: root/src/compare.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearsPaul Eggert2023-01-061-1/+1
* Avoid excess lseek etc.Paul Eggert2022-08-151-25/+6
* Update copyright yearsSergey Poznyakoff2022-01-021-1/+1
* maint: port better to non-GCC compilersPaul Eggert2021-03-011-2/+1
* Update copyright yearsSergey Poznyakoff2021-01-061-1/+1
* Update copyright yearsSergey Poznyakoff2020-02-081-1/+1
* Version 1.31release_1_31Sergey Poznyakoff2019-01-021-2/+1
* Port to gcc -Wimplicit-fallthrough=5Paul Eggert2017-11-181-2/+1
* Fix reporting of hardlink mismatch during compareSergey Poznyakoff2017-11-091-2/+5
* Update copyright yearsSergey Poznyakoff2017-01-021-1/+1
* Update copyright yearsSergey Poznyakoff2016-01-201-1/+1
* tar: port -d to longer symlinksPaul Eggert2015-07-131-4/+8
* Update copyright years.Sergey Poznyakoff2014-01-301-1/+1
* Minor bugfixesSergey Poznyakoff2014-01-091-4/+6
* maint: update copyrights for 2013 and as per current GNU standardsPaul Eggert2012-12-311-15/+15
* Fix some problems with negative and out-of-range integers.Paul Eggert2012-12-221-2/+5
* * src/compare.c (diff_dumpdir): Omit useless 'stat'.Paul Eggert2012-04-241-9/+0
* tar: remove lintPaul Eggert2012-03-111-3/+0
* tar: quote 'like this', not `like this'Paul Eggert2012-01-181-1/+1
* tar: don't assume O_NONBLOCK is benign on regular filesPaul Eggert2012-01-061-4/+4
* Fix operation of --verify in conjunction with --listed-incrementalSergey Poznyakoff2011-11-151-10/+28
* --atime-preserve=replace: fix correctness and performance bugsPaul Eggert2011-03-071-2/+3
* Issue a warning if the archive being compared contais transformed file names.Sergey Poznyakoff2010-11-151-2/+11
* tar: fix --verify option, which broke in 1.24Paul Eggert2010-11-151-0/+2
* tar: --dereference consistencyPaul Eggert2010-09-231-19/+5
* tar: prefer openat-style functionsPaul Eggert2010-09-181-8/+9
* tar: another --atime-preserve race fixPaul Eggert2010-09-161-1/+3
* tar: --atime-preserve fixes for races etc.Paul Eggert2010-09-161-6/+18
* tar: more reliable directory traversal when creating archivesPaul Eggert2010-09-061-9/+3
* tar: remove trailing white space from source filesPaul Eggert2010-08-191-7/+7
* Keep a detailed map of archive members stored in the record buffer.Sergey Poznyakoff2010-07-111-1/+1
* Fix exclusion of long file names when extracting from pax format archives.Sergey Poznyakoff2010-06-281-1/+0
* Read POSIX multivolume archives split at the header boundary.Sergey Poznyakoff2010-01-251-3/+5
* Fix listing of volume labels (in particular in PAX archives).Sergey Poznyakoff2010-01-241-5/+7
* Avoid overwriting exit_status with a value indicating less important condition.Sergey Poznyakoff2009-09-081-2/+1
* Optimize searches for directory structures by keeping a pointer to struct dir...Sergey Poznyakoff2009-08-081-1/+2
* Improve listed incremental dumps.Sergey Poznyakoff2009-08-071-2/+2
* Implement the --warning option.Sergey Poznyakoff2009-08-051-2/+3
* Version 1.20.release_1_20Sergey Poznyakoff2008-05-051-1/+1
* * NEWS: Update.Sergey Poznyakoff2008-02-081-1/+15
* (diff_dumpdir): Rename stat->stat_data to avoid shadowing the syscall.Sergey Poznyakoff2007-08-261-3/+3
* Relicense under GPLv3Sergey Poznyakoff2007-06-271-1/+1
* Global extended_header removed, use new xheader calls instead.Sergey Poznyakoff2007-05-191-1/+0
* (diff_dumpdir): Compare directory contents usingSergey Poznyakoff2007-01-041-25/+41
* (read_and_process): Fix type of "size"Sergey Poznyakoff2007-01-041-1/+1
* Minor changesSergey Poznyakoff2006-04-111-3/+2
* Avoid installation glitches on Solaris 8 with Sun C 5.4.Paul Eggert2006-02-201-4/+5
* * NEWS: New option --atime-preserve=system, which uses O_NOATIME.Paul Eggert2005-11-291-16/+20
* Use mv_.* functions uniformly instead of fiddling with the global variables.Sergey Poznyakoff2005-11-091-45/+12
* * src/tar.c (NS_PRECISION_FORMAT_MASK): New macro.Paul Eggert2005-11-081-1/+2