summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Final fixes to trailing spaces supportowsla2008-11-132-10/+10
* Fix typo and fact that rpath.touch() doesn't return anythingowsla2008-11-131-4/+7
* Escape trailing spaces and periods on systems which require itowsla2008-11-133-1/+86
* Print nicer error messages in rdiff-backup-statisticsowsla2008-11-122-2/+20
* Properly handle EINVAL "Invalid argument" errors when setting extendedowsla2008-11-122-1/+4
* Add warning message if pyxattr is below version 0.2.2.owsla2008-11-122-0/+12
* Add "Stale NFS file handle" (ESTALE) to the list of recoverable errors.owsla2008-11-112-1/+4
* Workaround for broken support for symlink extended attributes in pyxattr <owsla2008-11-112-0/+5
* Handle ELOOP ("Too many levels of symbolic links") error when reading extendedowsla2008-11-092-3/+9
* Inform the user of which file has failed if an exception occurs during aowsla2008-10-232-1/+6
* Open changelog for 1.2.3owsla2008-10-191-0/+5
* Update for 1.2.2 releaseowsla2008-10-192-12/+20
* Automatically resume after a failed initial backup. (Patch from Josh Nisly)owsla2008-10-124-1/+68
* Open stdin/stdout in binary mode on Windowsowsla2008-10-123-1/+11
* Print a more informative error message if the user's remote shell printsowsla2008-10-092-0/+16
* Don't backup Windows ACLs if the --no-acls option is specified.owsla2008-10-073-1/+18
* more FAQ updates for CIFS issuesowsla2008-10-051-3/+5
* FAQ updateowsla2008-10-041-2/+5
* Add error handling and logging to Windows ACL support; fixes Windows backup toowsla2008-10-023-60/+132
* Add a warning message if extended attributes support is broken by theowsla2008-10-022-0/+10
* Improve handling of Windows ACLs by switching to API functions whichowsla2008-09-302-6/+43
* Support extended attributes on symbolic links (part 2)owsla2008-09-271-1/+1
* Correct typo in previous fixowsla2008-09-271-1/+1
* Support extended attributes on symbolic linksowsla2008-09-273-7/+9
* On Mac OS X, read the com.apple.FinderInfo extended attribute since it is theowsla2008-09-263-3/+9
* Properly fix no 'inc_compressed' attribute bug.owsla2008-09-252-2/+4
* Improve support for Python 2.5, which refactored the built-in exceptions soowsla2008-09-243-1/+7
* Expand --exclude-if-present option to also support directories, symlinks, etc.owsla2008-09-042-1/+5
* Start 1.2.2 changelogowsla2008-08-251-0/+5
* Add Windows-README.txt to the distributionowsla2008-08-251-1/+1
* Add some more Windows documentation and release 1.2.1owsla2008-08-252-1/+49
* Improve warning message in light of new Windows ACLs supportowsla2008-08-211-2/+2
* Update Windows FAQ entryowsla2008-08-201-3/+3
* Move test for native Windows to eliminate additional remote callowsla2008-08-203-11/+5
* Update man page to indicate that --no-hard-links is enabled by on Windowsowsla2008-08-201-0/+2
* Disable hardlinks by default when backup source or restore destination isowsla2008-08-204-1/+14
* Further README updates for Windows systems.owsla2008-08-201-4/+16
* Add Python for Windows extensions to list of requirementsowsla2008-08-191-1/+2
* Properly catch KeyboardInterrupt on Python 2.5owsla2008-08-162-1/+3
* Fix typo -- whoops!owsla2008-08-141-1/+1
* Don't crash if a CacheIndexable tries to clear a non-existent cache entry.owsla2008-07-302-2/+13
* Update ChangeLog with 1.2.0 release dateowsla2008-07-271-1/+1
* Fall back on the Python make_file_dict function when the filename containsowsla2008-07-222-3/+11
* Ignore Extended Attributes which have Unicode characters outside the currentowsla2008-07-222-1/+8
* Start new version (may wind up 1.2.x or 1.3.x)owsla2008-07-171-0/+5
* 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