summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
Commit message (Expand)AuthorAgeFilesLines
* Some older systems don't support unicode, so check for support before using it.joshn2009-04-181-0/+4
* New option: --use-compatible-timestamps, which causes rdiff-backup to use - a...owsla2009-01-031-0/+5
* Support for Windows ACLs. (Patch from Josh Nisly and Fred Gansevles)owsla2008-07-021-0/+6
* Handle Windows' lack of getuid(), getgid(), hardlinks and symlinks inowsla2008-04-131-3/+8
* Add --tempfile and --remote-tempfile options.owsla2007-07-181-0/+4
* Add global to avoid unnecessary system calls on systems where umask does not ...owsla2006-12-291-0/+5
* Remove older than overenthusiastic deletion fixbescoto2005-11-241-3/+3
* Final (?) too-long-filename bug fixbescoto2005-11-231-1/+0
* re-enable carbonfile default, ignore errorsbescoto2005-11-061-1/+1
* Update the no-compression-regexpbescoto2005-10-251-2/+3
* Increased buffer sizes by a factor of 4bescoto2005-10-251-2/+2
* Fix for bug #14799 -- now autodetect whether destination supports high permis...bescoto2005-10-201-0/+4
* Carbonfile now defaults to offbescoto2005-10-191-1/+2
* Default to not fsyncing directoriesbescoto2005-08-181-1/+1
* Added gid to process_groupsbescoto2004-05-181-1/+1
* Check all groups for permissionbescoto2004-05-181-0/+1
* Checked in John Goerzen's carbonfile patchbescoto2004-01-281-0/+5
* Added flac and shn to no-compression regexpbescoto2004-01-111-1/+1
* Fix bug backing up acl system to no-acl systembescoto2003-10-131-22/+25
* Added --never-drop-acls, ACL entry dropping. Final for 0.13.2bescoto2003-09-181-0/+3
* Changed handling of ownership, added --user/group-mapping-file optionsbescoto2003-09-151-5/+0
* Yet another change dealing with unreadable directoriesbescoto2003-09-131-3/+0
* Added user_group module and associated testsbescoto2003-09-041-0/+6
* Bug fixes relating to the way quoting_enabled was removedbescoto2003-07-211-4/+0
* Added Daniel Hazelbaker's resource fork code, plus detection to fs_abilities ...bescoto2003-07-181-2/+10
* Added --no-change-dir-inc-perms switch, and fix for windows mode CheckDestbescoto2003-07-181-0/+5
* Added ACL support, may have corrected a few EA bugsbescoto2003-07-181-0/+7
* Many changes - added extended attribute support and file systembescoto2003-06-301-4/+14
* Make no preserve hard links disable inode comparisonbescoto2003-04-061-1/+1
* --windows-mode now implies that permissions will not be changedbescoto2003-04-051-0/+3
* --windows-mode no longer fsync's directoriesbescoto2003-04-041-0/+4
* Final changes for 0.11.4bescoto2003-03-151-0/+4
* Final checkin for 0.11.3 (fixed pipeline flushing problem)bescoto2003-03-041-1/+1
* Removed remnants of sleep-ratio, resume, and checkpoint-interval optionsbescoto2003-03-021-3/+0
* More changes in preparation for 0.11.2bescoto2003-02-251-1/+5
* Fixed selection bug, renamed metadata files to ".snapshot"bescoto2003-02-121-0/+5
* First pass at integrating regress codebescoto2003-02-111-1/+1
* Re-added --windows-mode optionbescoto2003-02-011-8/+1
* Still refactoring for 0.11.1 - prepare to rename highlevelbescoto2002-12-251-17/+3
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-231-6/+2
* Removed most destructive stepping operationsbescoto2002-12-211-26/+5
* Write mirror metadata when incrementingbescoto2002-12-141-0/+1
* Changed GPL notice in each source file to recommended versionben2002-12-031-4/+13
* Various changes to 0.9.3, see CHANGELOGben2002-07-161-3/+42
* More optimization: rewrote selection iteration to not recur, and addedben2002-06-251-4/+4
* Added compile.py to compile the c portionben2002-06-191-1/+14
* Many optimizations - up to 3x speed improvementben2002-06-171-1/+1
* Adapted everything to new exploded formatben2002-06-161-0/+226