summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
...
* Move test for native Windows to eliminate additional remote callowsla2008-08-203-11/+5
* Disable hardlinks by default when backup source or restore destination isowsla2008-08-203-1/+11
* Properly catch KeyboardInterrupt on Python 2.5owsla2008-08-161-1/+1
* Fix typo -- whoops!owsla2008-08-141-1/+1
* Don't crash if a CacheIndexable tries to clear a non-existent cache entry.owsla2008-07-301-2/+6
* Fall back on the Python make_file_dict function when the filename containsowsla2008-07-221-3/+8
* Ignore Extended Attributes which have Unicode characters outside the currentowsla2008-07-221-1/+5
* Move make_file_dict_python so that it is run on the remote end instead ofowsla2008-07-132-58/+61
* Catch EPERM error when trying to write extended attributes.owsla2008-07-131-2/+2
* Properly handle uid/gid comparison when the metadata about a destinationowsla2008-07-051-1/+4
* Properly handle hardlink comparison when the metadata about a destinationowsla2008-07-041-1/+4
* Fix typo in fs_abilities and add EILSEQ to list of recoverable errors.owsla2008-07-042-2/+2
* Catch another reasonable error when reading extended attributes.owsla2008-07-031-1/+1
* Use the Python os.lstat() on Windows. (Patch from Josh Nisly)owsla2008-07-022-23/+14
* Support for Windows ACLs. (Patch from Josh Nisly and Fred Gansevles)owsla2008-07-026-10/+310
* Fix user_group.py to run on native Windows, which lacks grp and pwd Pythonowsla2008-06-271-5/+9
* Optimize --check-destination and other functions by determining the incrementowsla2008-06-262-19/+33
* Actually make rdiff-backup robust to failure to read an ACL because theowsla2008-06-231-5/+7
* We should preserve hardlinks even when the destination file system doesowsla2008-06-142-2/+2
* Fix another case where rdiff-backup fails because it has insufficientowsla2008-06-141-6/+15
* Whoops. There is no such thing as a 'ListError' in python -- was confusedowsla2008-06-121-5/+5
* Make rdiff-backup robust to failure to read the extended attributes or ACLowsla2008-06-111-7/+20
* Don't set modification times for directories on Windows. Also, assumeowsla2008-06-101-1/+9
* Add Windows-specific logic for checking if another rdiff-backup processowsla2008-06-102-1/+21
* Do not use inode numbers on Windows and gracefully handle attempts toowsla2008-06-102-3/+20
* Finally fix 'No such file or directory' bug when attempting to regress afterowsla2008-05-091-3/+4
* Improve Unicode support when logging in eas_acls.py (Fix from Saptarshi Guha)owsla2008-04-241-3/+3
* Handle Windows' lack of getuid(), getgid(), hardlinks and symlinks inowsla2008-04-133-7/+19
* Fix typo.owsla2008-04-081-1/+1
* Get cmodule.c building natively on Windows (Patch from Josh Nisly)owsla2008-04-081-2/+17
* Try chmod'ing again if we can't open a file -- let's rdiff-backup workowsla2008-01-281-1/+8
* Whoops. Previous fix was incorrect -- it assumed that all of the nestedowsla2008-01-261-7/+4
* When unreadable dirs are updated, remove them from the list of dirs whoseowsla2008-01-261-0/+9
* Improve the handling of directories with many small files by flushingowsla2008-01-201-9/+9
* __str__ method for ACL's shouldn't fail on empty onesowsla2008-01-201-0/+1
* Change high-bit permissions test to check files and directories. (Patch fromowsla2008-01-091-5/+10
* Spelling fixowsla2008-01-091-1/+1
* Be quieter about the xattr warningsowsla2008-01-071-1/+1
* Recover from EBADF during fsync(). Closes Savannah bug #15839owsla2008-01-061-1/+1
* Properly initialize QuotedRPathsowsla2008-01-051-1/+8
* Add ability to requote a repositoryowsla2008-01-033-13/+113
* Don't print the warning about hard links if the user has specified theowsla2008-01-021-2/+3
* Print a more helpful error message when we get a "Result too large" errorowsla2007-12-251-1/+11
* Fix bug where rdiff-backup fails after all increments are removed. Closesowsla2007-12-251-3/+2
* We should FatalError at the point where the malformed UTF-8 character isowsla2007-12-251-5/+6
* The retry without sticky bit message should indicate that it is a warning.owsla2007-12-251-3/+3
* - Replace is_readable() function with pre-existing readable() functionowsla2007-12-243-9/+12
* restore_set_root should check if it can read a directory before tryingowsla2007-12-232-1/+5
* Regress.restore_orig_regfile should check Globals.fsync_directories Fixesowsla2007-12-231-1/+2
* Cosmetic touch-up since we now sometimes print non-ASCII charactersowsla2007-08-151-2/+2