summaryrefslogtreecommitdiff
path: root/src/incremen.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearsPaul Eggert2023-01-061-1/+1
* Update copyright yearsSergey Poznyakoff2022-01-021-1/+1
* Fix null rereference if low-memoryPaul Eggert2021-09-171-5/+5
* Update copyright yearsSergey Poznyakoff2021-01-061-1/+1
* Fix handling of linked rename chains in incremental backupsSergey Poznyakoff2020-02-151-39/+42
* Update copyright yearsSergey Poznyakoff2020-02-081-1/+1
* Version 1.31release_1_31Sergey Poznyakoff2019-01-021-2/+1
* Fix error handling when reading incremental snapshotsSergey Poznyakoff2018-12-211-15/+15
* Avoid some resource leaksPavel Raiskup2018-07-311-0/+1
* Update copyright yearsSergey Poznyakoff2017-01-021-1/+1
* Minor fixSergey Poznyakoff2016-05-161-1/+1
* Update copyright yearsSergey Poznyakoff2016-01-201-2/+2
* Fix typos (preceeded etc.)Anders Jonsson2015-07-251-1/+1
* tar: pacify GCC 5.1 -Wformat-signednessPaul Eggert2015-07-131-7/+11
* Support exclusion patterns from various VCS ignore lists.Sergey Poznyakoff2014-02-221-1/+3
* Update copyright years.Sergey Poznyakoff2014-01-301-1/+1
* tar: work aruond IBM XL C bugPaul Eggert2014-01-071-8/+8
* Revamp tar_getcwd/normalize_filename stuff.Sergey Poznyakoff2013-10-011-2/+2
* Implement the --show-snapshot-field-ranges optionNathan Stratton Treadway2013-09-151-0/+45
* Take into account chdir_fd when extracting from incremental dumps.Sergey Poznyakoff2013-09-151-1/+1
* Fix interaction of various --exclude-tag options with --listed-incremental.Sergey Poznyakoff2013-03-121-73/+97
* tar: improve quality of diagnostics with incrementalsPaul Eggert2013-01-271-93/+78
* maint: update copyrights for 2013 and as per current GNU standardsPaul Eggert2012-12-311-16/+17
* Handle incremental format 2 with negative numbers, too.Paul Eggert2012-12-221-32/+31
* Fix some problems with negative and out-of-range integers.Paul Eggert2012-12-221-75/+37
* Fix creation of incremental archives when a subdirectory becomes a mountpoint.Sergey Poznyakoff2012-11-141-11/+23
* tar: quote 'like this', not `like this'Paul Eggert2012-01-181-1/+1
* Fix operation of --verify in conjunction with --listed-incrementalSergey Poznyakoff2011-11-151-1/+20
* tar: if (p) free (p); -> free (p);Paul Eggert2011-02-161-6/+3
* * src/names.c: tar: fix bug with --one-file-system --listed-incrementalPaul Eggert2010-11-221-6/+2
* tar: --dereference consistencyPaul Eggert2010-09-231-2/+2
* tar: do not crash with --listed-incrementalPaul Eggert2010-09-201-1/+2
* tar: live within system-supplied limits on file descriptorsPaul Eggert2010-09-121-21/+20
* tar: more reliable directory traversal when creating archivesPaul Eggert2010-09-061-53/+53
* tar: remove unused macrosPaul Eggert2010-09-021-1/+1
* tar: don't export names that aren't used elsewherePaul Eggert2010-08-231-8/+8
* Keep a detailed map of archive members stored in the record buffer.Sergey Poznyakoff2010-07-111-1/+1
* Remove some lint, found by gcc -W etc.Paul Eggert2010-06-161-25/+25
* Bugfix.Sergey Poznyakoff2010-05-171-1/+1
* Fix large file support.Eric Blake2010-03-021-1/+1
* Minor fix.Sergey Poznyakoff2010-01-241-4/+4
* Rewrite update algorithm.Sergey Poznyakoff2009-10-141-33/+18
* Avoid overwriting exit_status with a value indicating less important condition.Sergey Poznyakoff2009-09-081-5/+2
* Fix interaction between --listed-incremental and -CSergey Poznyakoff2009-08-131-0/+7
* Fix handling of files removed during incremental dumps.Sergey Poznyakoff2009-08-081-2/+12
* Optimize searches for directory structures by keeping a pointer to struct dir...Sergey Poznyakoff2009-08-081-41/+40
* Minor fixes.Sergey Poznyakoff2009-08-071-12/+2
* Improve listed incremental dumps.Sergey Poznyakoff2009-08-071-52/+122
* Implement the --warning option.Sergey Poznyakoff2009-08-051-11/+17
* Version 1.22Sergey Poznyakoff2009-03-051-43/+53