summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/fs_abilities.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add global to avoid unnecessary system calls on systems where umask does not ...owsla2006-12-291-0/+24
* UnboundLocal fix for set_extended_filenamesbescoto2006-01-111-1/+2
* "ordinary filename" shouldn't end with a . because it gives windows problemsbescoto2006-01-101-1/+1
* Fix for case sensitive <-> not case sensitive casebescoto2005-11-271-1/+1
* re-enable carbonfile default, ignore errorsbescoto2005-11-061-3/+0
* Fix for fatal error with --override-chars-to-quotebescoto2005-11-061-1/+2
* Typo fix by Murali Vadivelubescoto2005-10-301-3/+4
* Debugging patch for Kevin Hortonbescoto2005-10-261-5/+3
* typo fixbescoto2005-10-261-2/+2
* Berryman's hard linking AFS patchbescoto2005-10-251-1/+3
* Refactored fs_abilities, also don't quote if case-insensitive->case-insensitivebescoto2005-10-241-117/+310
* Added readonly test for file system case sensitivitybescoto2005-10-211-4/+51
* Fix for bug #14799 -- now autodetect whether destination supports high permis...bescoto2005-10-201-1/+14
* Removed ownership changing warning that is usually unneededbescoto2005-08-171-4/+1
* patch#4136: OSX filename/rsrc has been deprecated for some time, and as of OSXdgaudet2005-06-301-5/+5
* bug#12949: eliminate an exception during fs abilities testing on OS X 10.4.dgaudet2005-06-281-5/+7
* Checked in Robert Shaw's --chars-to-quote patchbescoto2005-03-251-4/+3
* Removed overly picky error testing for file system abilitiesbescoto2004-06-061-20/+12
* Typo correction from Dave Kempebescoto2004-01-301-1/+1
* Checked in John Goerzen's carbonfile patchbescoto2004-01-281-1/+22
* Couple small changes to fs_abilitiesbescoto2004-01-281-2/+3
* Fixed various --restrict options, some refactoringbescoto2003-08-271-61/+73
* More fixes from Daniel Hazelbaker, mostly related to resource forksbescoto2003-07-191-6/+5
* Added Daniel Hazelbaker's resource fork code, plus detection to fs_abilities ...bescoto2003-07-181-22/+87
* Added detection of directory increment permission limitationbescoto2003-07-181-4/+21
* Added ACL support, may have corrected a few EA bugsbescoto2003-07-181-12/+46
* Many changes - added extended attribute support and file systembescoto2003-06-301-69/+77
* Added reading/writing to chars_to_quote filebescoto2003-06-231-5/+41
* Add new code to determine fs abilities at runtimebescoto2003-06-231-0/+218