summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
* Changed handling of ownership, added --user/group-mapping-file optionsbescoto2003-09-157-38/+92
* Clear self.dir_perms_list (final (?) unreadable dir change)bescoto2003-09-131-0/+3
* Yet another change dealing with unreadable directoriesbescoto2003-09-136-29/+42
* Added user_group module and associated testsbescoto2003-09-042-0/+160
* Added session number like '3B' to general time specificationbescoto2003-08-313-12/+41
* Fix for unreadable directoriesbescoto2003-08-291-3/+17
* Fixed various --restrict options, some refactoringbescoto2003-08-275-104/+157
* Fixed bug in Gruenbach's code and added test for itbescoto2003-08-261-7/+9
* Updated argument parsing (test-server, better error messages)bescoto2003-08-261-4/+8
* ACL/EA parsing fixes, use new quoting stylebescoto2003-08-254-76/+207
* When data gets deleted from dest, try not to exit as easilybescoto2003-08-242-8/+29
* Added tests for and fixed problem with backing up unreadable regularbescoto2003-08-234-7/+34
* Typo fixbescoto2003-08-231-3/+3
* Specify socket type as SOCK_STREAMbescoto2003-08-141-1/+1
* Changes for librsync 0.9.6bescoto2003-08-081-1/+1
* Removed strange line I couldn't figure outbescoto2003-08-061-1/+0
* Fixed SelectError error messagebescoto2003-08-061-3/+4
* Mainly updates for python 2.3bescoto2003-08-041-4/+8
* Fixes for --calculate-average, python 2.3, and mac os xbescoto2003-08-033-9/+20
* Update for door file problembescoto2003-07-241-1/+1
* Added fs_abilities.py to makedist scriptbescoto2003-07-241-1/+15
* Updated copyright noticebescoto2003-07-232-9/+26
* Fix for restore without mirror_metadatabescoto2003-07-231-2/+1
* 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-221-1/+3
* Now choose blocksize based on size of filebescoto2003-07-223-13/+27
* 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