summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'r1-1-17'.r1-1-17cvs2svn2008-07-170-0/+0
* Prepare for 1.1.17 releaseowsla2008-07-171-1/+1
* Put Windows-specific code at the outer level, not incorrectly inside theowsla2008-07-141-15/+16
* Move make_file_dict_python so that it is run on the remote end instead ofowsla2008-07-133-58/+67
* Catch EPERM error when trying to write extended attributes.owsla2008-07-132-2/+4
* Allow rdiff-backup to be built into a single executable on Windows usingowsla2008-07-112-1/+21
* Properly handle uid/gid comparison when the metadata about a destinationowsla2008-07-052-1/+7
* Properly handle hardlink comparison when the metadata about a destinationowsla2008-07-042-1/+7
* Fix typo in fs_abilities and add EILSEQ to list of recoverable errors.owsla2008-07-043-2/+6
* Catch another reasonable error when reading extended attributes.owsla2008-07-032-1/+3
* Use the Python os.lstat() on Windows. (Patch from Josh Nisly)owsla2008-07-023-23/+16
* Support for Windows ACLs. (Patch from Josh Nisly and Fred Gansevles)owsla2008-07-028-11/+313
* Fix user_group.py to run on native Windows, which lacks grp and pwd Pythonowsla2008-06-272-5/+12
* Optimize --check-destination and other functions by determining the incrementowsla2008-06-263-19/+36
* Actually make rdiff-backup robust to failure to read an ACL because theowsla2008-06-232-5/+10
* Get makedist working on Windows. (Patch from Josh Nisly)owsla2008-06-232-7/+17
* Start CHANGELOG for next releaseowsla2008-06-181-0/+6
* Update CHANGELOG with final release dateowsla2008-06-181-1/+1
* We should preserve hardlinks even when the destination file system doesowsla2008-06-143-2/+5
* Add a bigger warning to the entry about --forceowsla2008-06-141-0/+4
* Fix another case where rdiff-backup fails because it has insufficientowsla2008-06-142-6/+19
* 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-112-7/+24
* Document new --quiet option.owsla2008-06-111-0/+5
* flush stdout before running other commands, and add a --quiet optionowsla2008-06-112-4/+12
* Correct previous check-in (each filename should be quoted, not the list ofowsla2008-06-111-1/+1
* Don't set modification times for directories on Windows. Also, assumeowsla2008-06-102-1/+13
* Add Windows-specific logic for checking if another rdiff-backup processowsla2008-06-103-1/+25
* Do not use inode numbers on Windows and gracefully handle attempts toowsla2008-06-103-3/+23
* Finally fix 'No such file or directory' bug when attempting to regress afterowsla2008-05-092-3/+7
* Improve Unicode support when logging in eas_acls.py (Fix from Saptarshi Guha)owsla2008-04-242-3/+7
* Handle Windows' lack of getuid(), getgid(), hardlinks and symlinks inowsla2008-04-134-7/+23
* Fix typo.owsla2008-04-081-1/+1
* Let setup.py accept arguments on Windows. (Patch from Josh Nisly)owsla2008-04-082-1/+3
* Get cmodule.c building natively on Windows (Patch from Josh Nisly)owsla2008-04-082-2/+19
* Typo in FAQowsla2008-01-301-1/+1
* Try chmod'ing again if we can't open a file -- let's rdiff-backup workowsla2008-01-282-1/+12
* 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-262-0/+13
* Manpage updates from Justin Pryzbyowsla2008-01-212-7/+9
* Improve the handling of directories with many small files by flushingowsla2008-01-202-9/+13
* __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-092-5/+14
* Spelling fixowsla2008-01-091-1/+1
* Be quieter about the xattr warningsowsla2008-01-071-1/+1
* Support quoted repositories in rdiff-backup-statisticsowsla2008-01-062-4/+17
* Recover from EBADF during fsync(). Closes Savannah bug #15839owsla2008-01-062-1/+5
* Properly initialize QuotedRPathsowsla2008-01-052-1/+10
* Start 1.1.16 changelogowsla2008-01-031-0/+4
* prep for 1.1.15 releaseowsla2008-01-031-1/+1