summaryrefslogtreecommitdiff
path: root/rdiff-backup
Commit message (Expand)AuthorAgeFilesLines
* Added fs_abilities.py to makedist scriptbescoto2003-07-242-8/+23
* Updated copyright noticebescoto2003-07-232-9/+26
* Fix for restore without mirror_metadatabescoto2003-07-233-2/+17
* Added python v2.3c1 notebescoto2003-07-231-0/+6
* Applied Arkadiusz Patyk's patch for python 2.3c1 compilationbescoto2003-07-221-7/+10
* Final changes for 0.13.0 (small test changes, Fedora spec packaging)bescoto2003-07-228-23/+52
* Now choose blocksize based on size of filebescoto2003-07-225-33/+63
* 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-194-7/+9
* 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-192-4/+56
* Fix negation bug in auto-setting file system parameters (thanks DH)bescoto2003-07-191-3/+2
* Added two notes forgotten in previous check in.bescoto2003-07-181-0/+8
* Added Daniel Hazelbaker's resource fork code, plus detection to fs_abilities ...bescoto2003-07-189-67/+244
* Added detection of directory increment permission limitationbescoto2003-07-183-4/+27
* Added --no-change-dir-inc-perms switch, and fix for windows mode CheckDestbescoto2003-07-184-5/+20
* Added ACL support, may have corrected a few EA bugsbescoto2003-07-1813-96/+575
* Added env in case not bourne shellbescoto2003-07-171-1/+1
* Mostly tweaks to get the test cases to workbescoto2003-07-166-9/+54
* Added --list-increment-sizes optionbescoto2003-06-306-29/+195
* Added ctime support (although it is not used)bescoto2003-06-303-6/+50
* Many changes - added extended attribute support and file systembescoto2003-06-3021-444/+905
* Should now work with subclassed static classesbescoto2003-06-261-2/+2
* Various changes for 0.12.0bescoto2003-06-2610-53/+171
* Deleted sleep test now that --sleep-ratio is gonebescoto2003-06-261-24/+0
* 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-232-8/+58
* Add new code to determine fs abilities at runtimebescoto2003-06-232-0/+268
* Added sparse file supportbescoto2003-06-221-0/+2
* Final checkin for 0.11.5bescoto2003-06-213-3/+6
* Adding empty file to keep testing/test2/tmp activebescoto2003-06-211-0/+0
* Fixed quoted hardlinks, added --windows-restore, fixed a couple testsbescoto2003-06-2110-28/+107
* 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-058-12/+23
* --windows-mode no longer fsync's directoriesbescoto2003-04-045-7/+13
* Got rid of extra UpdateErrorbescoto2003-04-031-1/+4
* Clarified --remove-older-than entry.bescoto2003-04-031-7/+8
* --windows-mode now disables ownership switchingbescoto2003-03-213-1/+6
* Added --list-at-time optionbescoto2003-03-206-3/+46
* Added EDEADLOCK to skippable errorsbescoto2003-03-191-1/+1
* Added parameter checking to my_syncbescoto2003-03-191-2/+4