summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
...
* Bug fixes relating to the way quoting_enabled was removedbescoto2003-07-212-5/+1
* When copying attributes, set permission after copy resource forkbescoto2003-07-211-2/+2
* More fixes from Daniel Hazelbaker, mostly related to resource forksbescoto2003-07-193-6/+8
* Oops, missed another append('rsrc') loop, this time in fs_abilitiesbescoto2003-07-192-9/+14
* May have fixed recursion bug in resource forks; added another testbescoto2003-07-191-2/+5
* Fix negation bug in auto-setting file system parameters (thanks DH)bescoto2003-07-191-3/+2
* Added Daniel Hazelbaker's resource fork code, plus detection to fs_abilities ...bescoto2003-07-186-65/+182
* Added detection of directory increment permission limitationbescoto2003-07-182-4/+24
* Added --no-change-dir-inc-perms switch, and fix for windows mode CheckDestbescoto2003-07-183-5/+16
* Added ACL support, may have corrected a few EA bugsbescoto2003-07-189-84/+332
* Mostly tweaks to get the test cases to workbescoto2003-07-163-5/+47
* Added --list-increment-sizes optionbescoto2003-06-303-28/+112
* Added ctime support (although it is not used)bescoto2003-06-302-3/+15
* Many changes - added extended attribute support and file systembescoto2003-06-3013-351/+680
* Should now work with subclassed static classesbescoto2003-06-261-2/+2
* Various changes for 0.12.0bescoto2003-06-266-31/+141
* Making lines shorter... whee..bescoto2003-06-241-14/+8
* Comment clarificationbescoto2003-06-241-2/+2
* Fixed problem when reg file deleted in middle, reported by Ty Boyackbescoto2003-06-241-2/+3
* Only warn, not AssertionError, if can't get restore fpbescoto2003-06-241-3/+11
* Added reading/writing to chars_to_quote filebescoto2003-06-231-5/+41
* Add new code to determine fs abilities at runtimebescoto2003-06-231-0/+218
* Final checkin for 0.11.5bescoto2003-06-211-1/+2
* Fixed quoted hardlinks, added --windows-restore, fixed a couple testsbescoto2003-06-215-17/+28
* Added existence check in diryield in case deleted in meantimebescoto2003-04-241-1/+1
* Changed remove_older_than errorlevel when no increments foundbescoto2003-04-223-5/+5
* Typo fix reported by Keith Edmundsbescoto2003-04-081-2/+2
* Don't guarantee curmirror inc delete for win compatibilitybescoto2003-04-071-1/+1
* fsync_delete now follows global fsync settingbescoto2003-04-072-2/+2
* Make no preserve hard links disable inode comparisonbescoto2003-04-066-12/+20
* --windows-mode now implies that permissions will not be changedbescoto2003-04-056-7/+13
* --windows-mode no longer fsync's directoriesbescoto2003-04-043-1/+6
* Got rid of extra UpdateErrorbescoto2003-04-031-1/+4
* --windows-mode now disables ownership switchingbescoto2003-03-212-1/+3
* Added --list-at-time optionbescoto2003-03-203-3/+28
* Added EDEADLOCK to skippable errorsbescoto2003-03-191-1/+1
* Added parameter checking to my_syncbescoto2003-03-191-2/+4
* Removed various files no longer in usebescoto2003-03-155-615/+0
* Removing obsolete stat informationbescoto2003-03-151-241/+0
* Removing MiscStats - code has been moved into statistics.pybescoto2003-03-151-92/+0
* Final changes for 0.11.4bescoto2003-03-156-43/+131
* Added long conversion to os.utime arguments to avoid type errorbescoto2003-03-131-1/+1
* Added error checking when making special filesbescoto2003-03-051-3/+12
* Final checkin for 0.11.3 (fixed pipeline flushing problem)bescoto2003-03-046-93/+229
* Fixed --print-statistics and spurious server error messagebescoto2003-03-034-3/+13
* Fixed bug regressing when second backup was unrecoverablebescoto2003-03-022-1/+5
* Removed remnants of sleep-ratio, resume, and checkpoint-interval optionsbescoto2003-03-023-29/+3
* Final check in for version 0.11.2bescoto2003-03-029-94/+191
* More changes in preparation for 0.11.2bescoto2003-02-2515-119/+210
* Iterfiles and iterrorps now can contain exceptions.bescoto2003-02-212-76/+59