summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
* 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
* New quoting logic to check for non-ASCII chars and Windows special chars inde...owsla2007-08-141-11/+42
* Support Unicode log messages.owsla2007-08-141-1/+2
* More robust workaround for EFTYPE only being present on BSDowsla2007-08-131-2/+2
* Python bug -- errno.EFTYPE is not defined, but necessary to check on BSDowsla2007-08-131-1/+2
* Fix typoowsla2007-08-131-2/+2
* Properly pickle QuotedRPathsowsla2007-08-092-1/+8
* Warn if can't write extended attribute.owsla2007-08-091-0/+2
* Handle failed attempts to set the sticky bitowsla2007-08-081-1/+13
* Fix hang on Cygwin/FAT32 and error on broken CIFS configurationsowsla2007-07-311-5/+14
* CIFS returns EOPNOTSUPP on symlink creationowsla2007-07-281-1/+1
* Put the version number in logs with verbosity > 3owsla2007-07-261-0/+1
* Fix "too many open files" bug when handling large directories.owsla2007-07-261-1/+1
* Remove typo #2. I'm an idiot.owsla2007-07-211-2/+0
* Oops -- don't require python2.5owsla2007-07-211-1/+3
* Add --tempfile and --remote-tempfile options.owsla2007-07-183-4/+13
* Don't run extended attributes test if --no-eas is givenowsla2007-07-171-0/+5
* Handle exception when trying to clear extended attributes on a file thatowsla2007-07-161-11/+16
* Use .dll as library file extension on Cygwin and Windows.owsla2007-07-121-3/+5