Add safety check for local --remove-source-files.
[rsync.git] / exclude.c
2022-08-17 Wayne DavisonFix issue when the files-from list isn't nl terminated.
2022-08-16 Wayne DavisonRemove useless comment.
2022-08-16 Wayne DavisonDo more path cleaning in add_implied_include(); make...
2022-08-14 Wayne DavisonFix another dot-dir implied arg issue. v3.2.5
2022-08-10 Wayne DavisonFix handling of a character class with an escaped closi...
2022-08-10 Wayne DavisonBe a little paranoid.
2022-08-09 Wayne DavisonAdd `--trust-sender` option.
2022-08-09 Wayne DavisonFix handling of daemon module names in file-list verifi...
2022-08-09 Wayne DavisonFix --relative when copying an absolute path.
2022-08-09 Wayne DavisonHandle files-from args that span 2 buffers.
2022-08-09 Wayne DavisonHandle a "[foo]" arg matching the literal wildcards.
2022-08-09 Wayne DavisonFix some issues with backslashed wildcards in args.
2022-08-09 Wayne DavisonHandle a trailing "/." at the end of a source arg.
2022-08-07 Wayne DavisonMake sure that --read-batch doesn't try to check args.
2022-08-02 Wayne DavisonA few more minor tweaks.
2022-08-01 Wayne DavisonA few more minor changes.
2022-08-01 Wayne DavisonMore improvements to file-list checking
2022-08-01 Wayne DavisonSome extra file-list safety checks.
2022-03-27 Wayne DavisonPreparing for release of 3.2.4pre4 v3.2.4pre4
2022-01-27 Wayne DavisonAdd a CAUTION message to --debug=FILTER for trailing...
2020-08-03 Wayne DavisonCreate usage.c for smaller awk-dep rebuilds.
2020-06-26 Wayne DavisonSome memory allocation improvements
2020-06-18 Wayne DavisonUse documentation to extract 2 more .h lists
2020-06-14 Wayne DavisonSome indentation fixes.
2019-03-16 Wayne DavisonTweak the copyright year.
2018-06-14 Wayne DavisonNeed to mark xattr rules in get_rule_prefix().
2018-01-15 Wayne DavisonTweak copyright date.
2017-01-23 Wayne DavisonAdd a way to specify xattr name filtering.
2017-01-22 Wayne DavisonJoin some lines.
2015-08-08 Wayne DavisonUpdate the copyright year.
2015-07-13 Wayne DavisonImprove mergedir filter handling internals.
2014-01-26 Wayne DavisonBump the year to 2014.
2013-12-15 Wayne DavisonFix a typo that Stefan Beller pointed out.
2013-01-19 Wayne DavisonUpdate copyright year.
2011-09-15 Wayne DavisonMake --delete-excluded work better with --filter=merge.
2011-02-18 Wayne DavisonAdd .hg dir exclude to default_cvsignore list.
2009-08-10 Wayne DavisonFix a warning about a %d not getting an int (on some...
2009-05-23 Matt McCutchenRefactorings to the filter code, most notably:
2009-05-23 Wayne DavisonImproved a couple variable names.
2009-05-23 Wayne DavisonUse typedefs for the filter structures.
2009-05-23 Wayne DavisonChange filter MATCHFLGs to FILTRULEs.
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-09-02 Wayne DavisonDon't define an array with no size.
2008-09-02 Wayne DavisonA little tidying up to follow my preferred style.
2008-09-02 Matt McCutchenSeveral fixes for merge file handling:
2008-07-31 Wayne DavisonOutput an FERROR* for a general io_error, and an FWARNI...
2008-07-21 Wayne DavisonInclude the array-size in array externs so that IBM...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-03-26 Wayne DavisonImproved a length check in parse_merge_name().
2008-03-24 Wayne DavisonDon't send daemon-config filter-action messages back...
2008-03-22 Wayne DavisonAdded XFLG_DIR2WILD3 flag that the daemon uses to trans...
2008-03-22 Wayne DavisonA couple fixes in add_rule() for XFLG_ABS_IF_SLASH:
2008-03-22 Wayne DavisonChange ex_len to pre_len in add_rule().
2008-03-21 Wayne DavisonSome improvements to the file-name cleaning code:
2008-03-20 Wayne DavisonChanged the name of the server_filter_list to be
2008-03-17 Wayne DavisonAdded "const" to a couple more char * args.
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2007-11-21 Wayne DavisonGot rid of the unused symlink parameter to sanitize_path().
2007-11-12 Wayne DavisonIncluding my extern-squishing script, which just found an
2007-10-31 Wayne DavisonCall clean_fname() with new flag arg.
2007-10-26 Wayne DavisonFixed problem with anchored filter and an absolute
2007-10-25 Wayne DavisonAdded .git/ to "CVS" excludes.
2007-10-07 Wayne DavisonGot rid of some old exclude trickery for --list-only...
2007-09-03 Wayne DavisonUse new0() function instead of new() followed by memset().
2007-08-04 Wayne DavisonAvoid a crash if pop_local_filters() has some pointer...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-12-28 Wayne DavisonNew support function: change_local_filter_dir().
2006-12-28 Wayne DavisonDon't include MATCHFLG_PERISHABLE in CVS-exclude handli...
2006-11-21 Wayne DavisonThe exclude code wasn't sending the MATCHFLG_NEGATE...
2006-11-11 Wayne Davison- Added the 'p' (perishable) flag to the filter rules...
2006-11-11 Wayne DavisonTweaked an exit_cleanup() value.
2006-10-13 Wayne DavisonCast pat_len to an int when using it as a field width.
2006-10-13 Wayne DavisonFixed an infinite loop in parse_rule() when a filter...
2006-10-12 Wayne DavisonSome minor improvements to parse_merge_name().
2006-09-09 Wayne DavisonThe --delete-excluded code now also drops any merge...
2006-09-01 Wayne DavisonMatt pointed out that the code was not properly droppin...
2006-08-31 Wayne DavisonMake sure that --delete-excluded does not elide a per...
2006-08-12 Wayne DavisonFixed an exclude bug with --relative excluding "/".
2006-05-11 Wayne DavisonAdded ".bzr/" to the default CVS exclusions.
2006-05-03 Wayne DavisonUse the new calling syntax for sanitize_path().
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-03-28 Wayne DavisonUse the regular delete* vars instead of the saw_delete...
2006-03-13 Wayne DavisonFixed a problem when copying an absolute source path...
2006-01-28 Wayne Davison- We need to send exclude info from the client to a...
2006-01-21 Wayne DavisonUse the new saw_delete* variables to ensure that the...
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2006-01-06 Wayne DavisonWe need to call clearerr() when getc() returns EOF...
2006-01-02 Wayne DavisonWe use the new wildmatch_array() and litmatch_array...
2005-12-24 Wayne Davison- Renamed match_start -> anchored_match.
2005-12-17 Wayne DavisonTweaked the debug output for cvs_filter_list and server...
2005-10-07 Wayne DavisonSupport new XFLG_ABS_IF_SLASH flag.
2005-09-16 Wayne DavisonReally fix '!' in a .cvsignore file this time.
2005-07-29 Wayne DavisonUse BIGPATHBUFLEN for the length of two line buffers.
2005-07-07 Wayne DavisonChanged overflow() to overflow_exit().
2005-04-26 Wayne DavisonA slightly better fix than the last one (though it...
2005-04-26 Wayne DavisonFixed problem with -C when we're the sender, the remote...
2005-04-07 Wayne DavisonMake sure that "- !" or "+ !" aren't interpreted as...
next