summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/FilenameMapping.py
Commit message (Expand)AuthorAgeFilesLines
* Some older systems don't support unicode, so check for support before using it.joshn2009-04-181-1/+1
* Use Unicode for paths internally to add support for Unicode on Windows.joshn2009-04-091-1/+4
* Properly fix escaping DOS devices and trailing periods and spaces; now supportsowsla2009-01-031-4/+3
* Revert previous patch & hold it for the new development branchowsla2009-01-031-3/+4
* First pass at fixing escape DOS devices and trailing spaces/periods.owsla2009-01-031-4/+3
* Final fixes to trailing spaces supportowsla2008-11-131-7/+5
* Escape trailing spaces and periods on systems which require itowsla2008-11-131-0/+13
* Properly initialize QuotedRPathsowsla2008-01-051-1/+8
* Add ability to requote a repositoryowsla2008-01-031-2/+84
* Properly pickle QuotedRPathsowsla2007-08-091-0/+7
* Technically, lpt[3-9] should also be quoted (see sys/fs/vfat/namei.c inowsla2007-07-111-2/+2
* Escape DOS device filenames when necessary. [Marc Dyksterhouse]dgaudet2007-01-281-1/+11
* Final (?) too-long-filename bug fixbescoto2005-11-231-4/+2
* Many changes - added extended attribute support and file systembescoto2003-06-301-5/+15
* Changed remove_older_than errorlevel when no increments foundbescoto2003-04-221-1/+1
* Re-added --windows-mode optionbescoto2003-02-011-6/+58
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-231-21/+5
* Changed GPL notice in each source file to recommended versionben2002-12-031-4/+13
* Fixed bad high bit permissions mode in cmodule.c, and assorted changesben2002-08-101-2/+2
* Added compile.py to compile the c portionben2002-06-191-10/+19
* Adapted everything to new exploded formatben2002-06-161-0/+94