summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/fs_abilities.py
Commit message (Expand)AuthorAgeFilesLines
* We should preserve hardlinks even when the destination file system doesowsla2008-06-141-1/+1
* Handle Windows' lack of getuid(), getgid(), hardlinks and symlinks inowsla2008-04-131-3/+3
* Change high-bit permissions test to check files and directories. (Patch fromowsla2008-01-091-5/+10
* Add ability to requote a repositoryowsla2008-01-031-10/+28
* Don't print the warning about hard links if the user has specified theowsla2008-01-021-2/+3
* We should FatalError at the point where the malformed UTF-8 character isowsla2007-12-251-5/+6
* 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-141-11/+42
* Fix hang on Cygwin/FAT32 and error on broken CIFS configurationsowsla2007-07-311-5/+14
* Don't run extended attributes test if --no-eas is givenowsla2007-07-171-0/+5
* Handle exception when get permission denied on a file while tryingowsla2007-07-101-1/+4
* 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
* Fix --list-increments bug in set_must_escape_dos_devices.owsla2007-01-311-2/+5
* Fix fs_abilities.py patch error with set_escape_dos_devices.dgaudet2007-01-291-4/+4
* 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