summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add ability to requote a repositoryowsla2008-01-034-13/+116
* Sync FAQ list with version on websiteowsla2008-01-021-6/+75
* Don't print the warning about hard links if the user has specified theowsla2008-01-022-2/+6
* Print a more helpful error message when we get a "Result too large" errorowsla2007-12-252-1/+14
* Fix bug where rdiff-backup fails after all increments are removed. Closesowsla2007-12-252-3/+5
* 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
* Fix typos in manpage, spotted by Francesco Poli. Fixes Debianowsla2007-12-241-5/+5
* - Replace is_readable() function with pre-existing readable() functionowsla2007-12-244-9/+16
* restore_set_root should check if it can read a directory before tryingowsla2007-12-233-1/+9
* Regress.restore_orig_regfile should check Globals.fsync_directories Fixesowsla2007-12-232-1/+5
* 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-142-11/+45
* Support Unicode log messages.owsla2007-08-142-1/+8
* Today is the 13th, not the 12thowsla2007-08-131-2/+2
* More robust workaround for EFTYPE only being present on BSDowsla2007-08-131-2/+2
* Release 1.1.14 to workaround Python bugowsla2007-08-131-1/+4
* Python bug -- errno.EFTYPE is not defined, but necessary to check on BSDowsla2007-08-131-1/+2
* Fix typoowsla2007-08-131-2/+2
* start 1.1.14dgaudet2007-08-131-0/+4
* prep for 1.1.13 releasedgaudet2007-08-131-1/+1
* Properly pickle QuotedRPathsowsla2007-08-093-1/+11
* Warn if can't write extended attribute.owsla2007-08-092-0/+4
* Handle failed attempts to set the sticky bitowsla2007-08-082-1/+17
* FAQ update in advance of new stable releaseowsla2007-08-041-172/+135
* Improve README in advance of a new stable releaseowsla2007-08-031-3/+13
* Fix hang on Cygwin/FAT32 and error on broken CIFS configurationsowsla2007-07-312-5/+21
* CIFS returns EOPNOTSUPP on symlink creationowsla2007-07-282-1/+4
* 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-262-1/+4
* 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-185-7/+31
* Don't run extended attributes test if --no-eas is givenowsla2007-07-172-0/+8
* Handle exception when trying to clear extended attributes on a file thatowsla2007-07-162-11/+19
* being 1.1.13dgaudet2007-07-121-0/+4
* prepare for 1.1.12 releasedgaudet2007-07-121-1/+1
* Use .dll as library file extension on Cygwin and Windows.owsla2007-07-122-3/+7
* Avoid setting permissions to 000 because they're out of sync.owsla2007-07-122-0/+5
* Technically, lpt[3-9] should also be quoted (see sys/fs/vfat/namei.c inowsla2007-07-111-2/+2
* listxattr() can also throw EPERM error if not supported.owsla2007-07-112-1/+4
* Make sure isincfile() always sets inc_compressedowsla2007-07-111-4/+3
* Do something sensible if we get an IOError while logging an exception.owsla2007-07-102-1/+9
* Handle exception when get permission denied on a file while tryingowsla2007-07-102-1/+7
* Must call rpath.isincfile() before rpath.isinccompressed() worksowsla2007-07-102-0/+4
* Squash regress/check_pids bug and properly pickle RPath'sowsla2007-07-094-9/+13
* Workaround for tempfile.TemporaryFile() having different behaviorowsla2007-07-082-0/+5
* Bugfixes for when Globals.chars_to_quote is Noneowsla2007-07-072-7/+11
* Make --check-destination-dir handle quoted situations.owsla2007-07-072-5/+3
* Handle quoted current_mirror markers and clean-up the listing ofowsla2007-07-063-4/+10