aboutsummaryrefslogtreecommitdiffstats
path: root/delete.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
|
* A delete_item() error should use FERROR_XFER.Wayne Davison2013-12-011-1/+1
| | | | Fixes bug 10024.
* Update copyright year.Wayne Davison2013-01-191-1/+1
|
* Avoid changing file_extra_cnt during deletion.Matt McCutchen2011-01-291-9/+1
| | | | | | | | | | | The I/O code can receive incremental file-list chunks during deletion, and their OPT_EXTRA fields would get corrupted when file_extra_cnt is incremented. Instead of temporarily enabling uid_ndx to find out whether the user owns a file, have make_file() set a flag for that purpose. Applied with a few minor tweaks by Wayne. Fixes bug 7936.
* Don't try to backup a file being removed from the backup area.Wayne Davison2009-04-101-1/+1
|
* Improved the backup code:Wayne Davison2009-01-031-6/+28
| | | | | | | | - Backups do not interfere with an atomic update (when possible). - Backing up a file will remove a directory that is in the way and visa versa. - Unify the backup-dir and non-backup-dir code in backup.c. - Improved the backup tests a little bit.
* Make delete_item() public, moving it into delete.c.Wayne Davison2009-01-031-0/+226