summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Gah. Fix unicode support for linux systems where the destination Python insta...joshn2009-06-041-3/+3
* Use Unicode for paths internally to add support for Unicode on Windows.joshn2009-04-091-4/+6
* Correct typo in previous fixowsla2008-09-271-1/+1
* Properly fix no 'inc_compressed' attribute bug.owsla2008-09-251-2/+1
* Support for Windows ACLs. (Patch from Josh Nisly and Fred Gansevles)owsla2008-07-021-5/+32
* We should preserve hardlinks even when the destination file system doesowsla2008-06-141-1/+1
* Must call rpath.isincfile() before rpath.isinccompressed() worksowsla2007-07-101-0/+1
* Fix showstopper problem on OSX handling pre-1.1.6 rdiff-backup metadata.dgaudet2006-11-131-1/+2
* Preserve Mac OS X 'Creation Date' field across backups. (Patch from Andrewdgaudet2006-11-051-0/+3
* Catch ValueError if parsing corrupt mirror_metadata filebescoto2006-01-291-2/+2
* Don't gzip 0 length filesbescoto2005-12-161-13/+26
* Warn at unknown field, not abortbescoto2005-11-251-2/+1
* Final (?) too-long-filename bug fixbescoto2005-11-231-0/+11
* Fixed metadata diff regressingbescoto2005-11-061-11/+13
* re-enable carbonfile default, ignore errorsbescoto2005-11-061-2/+2
* Added metadata diffing, and an iterfile hash bugfixbescoto2005-11-041-41/+115
* Some refactoring of metadata codebescoto2005-11-031-83/+220
* Write SHA1 digests for all regular filesbescoto2005-10-271-0/+5
* Fix for user/group error. Problem was scoping of '%' vs 'or'!bescoto2004-05-311-4/+4
* Fixed error reporting when bad line parsingbescoto2004-02-081-1/+2
* Checked in John Goerzen's carbonfile patchbescoto2004-01-281-0/+34
* Changed handling of ownership, added --user/group-mapping-file optionsbescoto2003-09-151-0/+8
* ACL/EA parsing fixes, use new quoting stylebescoto2003-08-251-36/+38
* Added Daniel Hazelbaker's resource fork code, plus detection to fs_abilities ...bescoto2003-07-181-1/+11
* Many changes - added extended attribute support and file systembescoto2003-06-301-89/+133
* Final changes for 0.11.4bescoto2003-03-151-17/+17
* Various modifications to backup, restore, and regress systems.bescoto2003-02-181-0/+1
* Fixed selection bug, renamed metadata files to ".snapshot"bescoto2003-02-121-4/+5
* First pass at integrating regress codebescoto2003-02-111-1/+4
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-311-6/+8
* Still refactoring for 0.11.1 - prepare to rename highlevelbescoto2002-12-251-9/+10
* Write mirror metadata when incrementingbescoto2002-12-141-4/+8
* Added iterator operations on metadata filebescoto2002-12-131-1/+139
* Initial checkin of metadata codebescoto2002-12-081-0/+171