summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
* Use .dll as library file extension on Cygwin and Windows.owsla2007-07-121-3/+5
* Avoid setting permissions to 000 because they're out of sync.owsla2007-07-121-0/+3
* 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-111-1/+2
* 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-101-1/+6
* Handle exception when get permission denied on a file while tryingowsla2007-07-101-1/+4
* Must call rpath.isincfile() before rpath.isinccompressed() worksowsla2007-07-101-0/+1
* Squash regress/check_pids bug and properly pickle RPath'sowsla2007-07-093-9/+9
* Workaround for tempfile.TemporaryFile() having different behaviorowsla2007-07-081-0/+2
* Bugfixes for when Globals.chars_to_quote is Noneowsla2007-07-072-7/+11
* Make --check-destination-dir handle quoted situations.owsla2007-07-071-5/+1
* Handle quoted current_mirror markers and clean-up the listing ofowsla2007-07-062-4/+7
* Warn if file modification time is before 1970.owsla2007-06-201-0/+2
* Fix typo in Main.py introduced in 1.1.9owsla2007-06-101-1/+1
* FIFOs don't have extended attributes -- don't try to access them.owsla2007-06-101-1/+2
* Fix for bug #19612 -- Incorrect line broke --no-compression option.owsla2007-05-191-1/+1
* Fix for bug #19896 -- symlink() doesn't work on a CIFS-mounted Windowsdgaudet2007-05-191-8/+12
* Fix for bug #19895 -- eliminate traceback for special file detectiondgaudet2007-05-191-14/+21
* New --exclude-if-present option (i.e. --exclude-if-present .nobackup).dgaudet2007-05-132-1/+16
* Use signal 0 rather than signal.NSIG when testing if another rdiff-backupdgaudet2007-03-061-3/+3
* Sockets don't have extended attributes -- don't try to access them.owsla2007-02-271-1/+1
* Fix restore from read-only bug -- rx perms on a repository directory aredgaudet2007-02-031-1/+1
* Fix --list-increments bug in set_must_escape_dos_devices.owsla2007-01-311-2/+5
* Cygwin generates OSError when changing permissions on partitions.owsla2007-01-301-1/+4
* Fix fs_abilities.py patch error with set_escape_dos_devices.dgaudet2007-01-291-4/+4
* Fix comment in glob_to_re now that special characters can be escaped.owsla2007-01-291-2/+2
* Glob escaping support via backslash. (Andrew Price)dgaudet2007-01-291-2/+5
* Cygwin generates EACCESS on fsync -- so accept it rather than dieing.dgaudet2007-01-291-4/+8
* DOS filename quoting adjustments from Marc Dyksterhouse.dgaudet2007-01-291-2/+4
* Escape DOS device filenames when necessary. [Marc Dyksterhouse]dgaudet2007-01-281-3/+51
* Escape DOS device filenames when necessary. [Marc Dyksterhouse]dgaudet2007-01-281-1/+11
* Add "FilenameMapping.set_init_quote_vals" security exception.dgaudet2007-01-281-0/+1
* Allow for preservation of FinderInfo for folders and fix typo in Time.pyowsla2007-01-252-3/+4
* Add global to avoid unnecessary system calls on systems where umask does not ...owsla2006-12-293-2/+31
* Fix showstopper problem on OSX handling pre-1.1.6 rdiff-backup metadata.dgaudet2006-11-131-1/+2
* on symlink perm setting -- save the orig_umask so we don't have todgaudet2006-11-051-2/+2
* typo fix for OSX Extended Attributes patch (from Andrew Ferguson)dgaudet2006-11-051-1/+1
* --min-file-size/--max-file-size support. (Patch from Wout Mertens.)dgaudet2006-11-052-0/+17
* Mac OS X Extended Attributes support. (Patch from Andrew Ferguson.)dgaudet2006-11-052-5/+15
* Preserve Mac OS X 'Creation Date' field across backups. (Patch from Andrewdgaudet2006-11-052-2/+20
* Set symlink permissions properly. (Patch from Andrew Ferguson.)dgaudet2006-11-051-1/+6
* Times like "Mon Jun 5 11:00:23 1997" now recognizedbescoto2006-02-232-0/+10
* Charles Duffy's patch so unnecessary --check-destination-dir returns 0bescoto2006-02-011-1/+1
* Catch ValueError if parsing corrupt mirror_metadata filebescoto2006-01-291-2/+2
* Fix a security violation when restoring from a remote repository.dgaudet2006-01-291-0/+1
* in a directory with 40 increments when i specified "--remove-older-than 41B"dgaudet2006-01-201-1/+1
* SpecialFileError shouldn't trigger UpdateErrorbescoto2006-01-151-4/+12
* If fsync fails, make sure descriptor still closedbescoto2006-01-131-0/+1
* UnboundLocal fix for set_extended_filenamesbescoto2006-01-111-1/+2