summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/selection.py
Commit message (Expand)AuthorAgeFilesLines
* Change --min-file-size and --max-file-size to agree with man page.owsla2009-01-311-2/+4
* Expand --exclude-if-present option to also support directories, symlinks, etc.owsla2008-09-041-1/+3
* New --exclude-if-present option (i.e. --exclude-if-present .nobackup).dgaudet2007-05-131-0/+14
* Fix comment in glob_to_re now that special characters can be escaped.owsla2007-01-291-2/+2
* Glob escaping support via backslash. (Andrew Price)dgaudet2007-01-291-2/+5
* --min-file-size/--max-file-size support. (Patch from Wout Mertens.)dgaudet2006-11-051-0/+14
* Fix for Toni Price's empty dir --include **XXX selection bugbescoto2006-01-101-2/+4
* Fixed selection bug reported by Daniel Richard G. and added test tobescoto2005-08-091-1/+2
* Added Robert Shaw's --exclude-fifo, --include-symbolic-links,bescoto2005-03-261-11/+36
* Restore excludes now leave existing files on target alonebescoto2003-11-241-7/+0
* Removed strange line I couldn't figure outbescoto2003-08-061-1/+0
* Fixed SelectError error messagebescoto2003-08-061-3/+4
* Added Daniel Hazelbaker's resource fork code, plus detection to fs_abilities ...bescoto2003-07-181-10/+10
* Various changes for 0.12.0bescoto2003-06-261-1/+95
* Added existence check in diryield in case deleted in meantimebescoto2003-04-241-1/+1
* More changes in preparation for 0.11.2bescoto2003-02-251-9/+1
* Added error logging codebescoto2003-02-171-27/+43
* Re-added --windows-mode optionbescoto2003-02-011-46/+9
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-311-33/+5
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-231-11/+29
* Removed most destructive stepping operationsbescoto2002-12-211-120/+118
* Changed GPL notice in each source file to recommended versionben2002-12-031-4/+13
* Changes, only one I remember is adding --list-changed-sinceben2002-11-221-1/+1
* --windows-mode now implies --no-hard-links. DSRPath.path nowben2002-10-051-1/+2
* Added --exclude-special-files andben2002-10-041-9/+50
* Fixed bad high bit permissions mode in cmodule.c, and assorted changesben2002-08-101-0/+1
* Various changes to 0.9.3, see CHANGELOGben2002-07-161-0/+13
* More optimization: rewrote selection iteration to not recur, and addedben2002-06-251-36/+37
* Added compile.py to compile the c portionben2002-06-191-8/+17
* Many optimizations - up to 3x speed improvementben2002-06-171-1/+49
* Adapted everything to new exploded formatben2002-06-161-1/+5
* Various CPU optimizationsben2002-06-151-8/+10
* Added --null-separator, tweaked increment error handlingben2002-06-021-10/+16
* Added resuming bug fixesben2002-05-311-1/+1
* Bug fixes to resuming and error correction codeben2002-05-301-15/+10
* Fixed source finalizer resume bug (although more remains to be done)ben2002-05-211-6/+14
* Various bug fixes so it passes testsben2002-05-201-2/+2
* Fixed --include reporting bug, and added error checking to directoryben2002-05-201-3/+5
* Added some error checking code, and a wrapper for easier profilingben2002-05-171-5/+8
* Belatedly added filename_mapping (should have been added with 0.7.4).ben2002-05-151-5/+9
* Lots of changes, see changelog for 0.7.4.ben2002-05-101-16/+19
* Various changes to work with new destructive_stepping initializationben2002-05-051-4/+2
* Some changes to work with new DestructiveStepping formatben2002-05-051-3/+3
* Changed for 0.7.3 releaseben2002-04-301-6/+6
* fixed small bug in parse_last_excludesben2002-04-121-1/+2
* Added new Select codeben2002-04-121-51/+223
* Various changes to switch to new include/exclude syntaxben2002-04-081-32/+185
* Added selection.py, for better include/exclude optionsben2002-04-061-0/+176