summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Version 1.1.11 was released in June, not July.owsla2007-06-201-1/+1
* Warn if file modification time is before 1970.owsla2007-06-202-0/+4
* begin 1.1.12dgaudet2007-06-151-0/+4
* prepare for 1.1.11 releasedgaudet2007-06-151-1/+1
* Fix typo in Main.py introduced in 1.1.9owsla2007-06-102-1/+3
* FIFOs don't have extended attributes -- don't try to access them.owsla2007-06-102-1/+5
* Fix for bug #19612 -- Incorrect line broke --no-compression option.owsla2007-05-192-1/+4
* Fix for bug #19896 -- symlink() doesn't work on a CIFS-mounted Windowsdgaudet2007-05-192-8/+15
* Fix for bug #19895 -- eliminate traceback for special file detectiondgaudet2007-05-192-14/+25
* post release tagdgaudet2007-05-131-0/+3
* prepare for 1.1.10 releasedgaudet2007-05-131-1/+1
* New --exclude-if-present option (i.e. --exclude-if-present .nobackup).dgaudet2007-05-134-1/+25
* Use signal 0 rather than signal.NSIG when testing if another rdiff-backupdgaudet2007-03-062-3/+6
* Sockets don't have extended attributes -- don't try to access them.owsla2007-02-272-1/+4
* Fix restore from read-only bug -- rx perms on a repository directory aredgaudet2007-02-032-1/+4
* Fix typo in previous CHANGELOG entryowsla2007-01-311-2/+2