summaryrefslogtreecommitdiff
path: root/exclude.c
Commit message (Expand)AuthorAgeFilesLines
* We always add a slash now that path is cleaned.Wayne Davison2022-09-151-5/+2
* Make the implied-arg adding for --relative more efficient.Wayne Davison2022-09-141-20/+25
* Fix really silly bug with --relative rules.Wayne Davison2022-09-131-1/+1
* Improve var ref.Wayne Davison2022-09-131-1/+1
* Fix bug with validing remote filter rules.Wayne Davison2022-09-121-14/+21
* Fix an unreleased bug handling a leading dot.Wayne Davison2022-08-231-3/+3
* Fix issue when the files-from list isn't nl terminated.Wayne Davison2022-08-171-0/+2
* Remove useless comment.Wayne Davison2022-08-151-1/+1
* Do more path cleaning in add_implied_include(); make u.slash_cnt more accurate.Wayne Davison2022-08-151-39/+73
* Fix another dot-dir implied arg issue.v3.2.5Wayne Davison2022-08-141-2/+2
* Fix handling of a character class with an escaped closing bracket.Wayne Davison2022-08-091-3/+4
* Be a little paranoid.Wayne Davison2022-08-091-1/+4
* Add `--trust-sender` option.Wayne Davison2022-08-091-5/+3
* Fix handling of daemon module names in file-list verification; convert some w...Wayne Davison2022-08-091-14/+12
* Fix --relative when copying an absolute path.Wayne Davison2022-08-081-1/+3
* Handle files-from args that span 2 buffers.Wayne Davison2022-08-081-0/+30
* Handle a "[foo]" arg matching the literal wildcards.Wayne Davison2022-08-081-2/+59
* Fix some issues with backslashed wildcards in args.Wayne Davison2022-08-081-5/+10
* Handle a trailing "/." at the end of a source arg.Wayne Davison2022-08-081-1/+4
* Make sure that --read-batch doesn't try to check args.Wayne Davison2022-08-071-1/+2
* A few more minor tweaks.Wayne Davison2022-08-011-4/+3
* A few more minor changes.Wayne Davison2022-08-011-10/+11
* More improvements to file-list checkingWayne Davison2022-08-011-5/+16
* Some extra file-list safety checks.Wayne Davison2022-07-311-1/+129
* Preparing for release of 3.2.4pre4v3.2.4pre4Wayne Davison2022-03-271-1/+1
* Add a CAUTION message to --debug=FILTER for trailing whitespace.Wayne Davison2022-01-271-5/+9
* Create usage.c for smaller awk-dep rebuilds.Wayne Davison2020-08-031-2/+1
* Some memory allocation improvementsWayne Davison2020-06-251-15/+6
* Use documentation to extract 2 more .h listsWayne Davison2020-06-181-11/+2
* Some indentation fixes.Wayne Davison2020-06-131-3/+2
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Need to mark xattr rules in get_rule_prefix().Wayne Davison2018-06-141-0/+2
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Add a way to specify xattr name filtering.Wayne Davison2017-01-221-9/+41
* Join some lines.Wayne Davison2017-01-221-6/+3
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Improve mergedir filter handling internals.Wayne Davison2015-07-131-71/+70
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Fix a typo that Stefan Beller pointed out.Wayne Davison2013-12-141-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Make --delete-excluded work better with --filter=merge.Wayne Davison2011-09-151-6/+2
* Add .hg dir exclude to default_cvsignore list.Wayne Davison2011-02-171-1/+1
* Fix a warning about a %d not getting an int (on some platforms).Wayne Davison2009-08-101-1/+1
* Refactorings to the filter code, most notably:Matt McCutchen2009-05-231-174/+217
* Improved a couple variable names.Wayne Davison2009-05-231-54/+42
* Use typedefs for the filter structures.Wayne Davison2009-05-231-36/+36
* Change filter MATCHFLGs to FILTRULEs.Wayne Davison2009-05-231-138/+138
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Don't define an array with no size.Wayne Davison2008-09-011-2/+2
* A little tidying up to follow my preferred style.Wayne Davison2008-09-011-14/+23