summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'r1-1-11'.r1-1-11cvs2svn2007-06-150-0/+0
* 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
* Fix --list-increments bug in set_must_escape_dos_devices.owsla2007-01-312-2/+12
* prepping for 1.1.9dgaudet2007-01-301-1/+1
* Cygwin generates OSError when changing permissions on partitions.owsla2007-01-302-1/+7
* Fix fs_abilities.py patch error with set_escape_dos_devices.dgaudet2007-01-292-4/+7
* 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-293-2/+20
* preparing for 1.1.8 releasedgaudet2007-01-291-1/+1
* Cygwin generates EACCESS on fsync -- so accept it rather than dieing.dgaudet2007-01-292-4/+11
* DOS filename quoting adjustments from Marc Dyksterhouse.dgaudet2007-01-292-4/+7
* oops i should prepend the new entriesdgaudet2007-01-281-5/+5
* Escape DOS device filenames when necessary. [Marc Dyksterhouse]dgaudet2007-01-281-3/+51
* Escape DOS device filenames when necessary. [Marc Dyksterhouse]dgaudet2007-01-282-1/+13
* Add "FilenameMapping.set_init_quote_vals" security exception.dgaudet2007-01-282-0/+4
* Allow for preservation of FinderInfo for folders and fix typo in Time.pyowsla2007-01-253-3/+7
* Add global to avoid unnecessary system calls on systems where umask does not ...owsla2006-12-291-0/+3
* Add global to avoid unnecessary system calls on systems where umask does not ...owsla2006-12-293-2/+31
* improve documentation of --no-compare-inodedgaudet2006-11-201-6/+9
* RPM specfile update from Gordon Rowell.dgaudet2006-11-183-4/+17
* Fix showstopper problem on OSX handling pre-1.1.6 rdiff-backup metadata.dgaudet2006-11-132-1/+8
* i don't run redhat/fedora, so i can't build the srpm/rpm... so instead i'mdgaudet2006-11-121-5/+5
* prepare for releasedgaudet2006-11-123-3/+3
* Man page update from roland <devzero@web.de>.dgaudet2006-11-122-0/+21
* 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-054-0/+25
* Mac OS X Extended Attributes support. (Patch from Andrew Ferguson.)dgaudet2006-11-053-5/+17
* Preserve Mac OS X 'Creation Date' field across backups. (Patch from Andrewdgaudet2006-11-053-2/+23
* Set symlink permissions properly. (Patch from Andrew Ferguson.)dgaudet2006-11-052-1/+8
* Times like "Mon Jun 5 11:00:23 1997" now recognizedbescoto2006-02-234-0/+21
* 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-292-1/+5
* in a directory with 40 increments when i specified "--remove-older-than 41B"dgaudet2006-01-202-1/+3
* SpecialFileError shouldn't trigger UpdateErrorbescoto2006-01-152-4/+15
* If fsync fails, make sure descriptor still closedbescoto2006-01-131-0/+1
* UnboundLocal fix for set_extended_filenamesbescoto2006-01-111-1/+2