aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/xzgrep.in (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16xzgrep: Fix compatibility with old shells.Lasse Collin1-3/+3
2022-07-19xzgrep: Improve error handling, especially signals.Lasse Collin1-19/+53
2022-07-19xzgrep: Make the fix for ZDI-CAN-16587 more robust.Lasse Collin1-1/+4
2022-07-18xzgrep: Use grep -H --label when available (GNU, *BSDs).Lasse Collin1-0/+21
2022-07-18xzgrep: Use -e to specify the pattern to grep.Lasse Collin1-8/+4
2022-07-18Scripts: Use printf instead of echo in a few places.Lasse Collin1-2/+2
2022-07-17xzgrep: Add more LC_ALL=C to avoid bugs with multibyte characters.Lasse Collin1-6/+8
2022-07-17xzgrep: Fix parsing of certain options.Lasse Collin1-2/+17
2022-03-29xzgrep: Fix escaping of malicious filenames (ZDI-CAN-16587).Lasse Collin1-8/+12
2021-11-13xzgrep: use `grep -E/-F` instead of `egrep` and `fgrep`Ville Skyttä1-2/+2
2021-01-11Scripts: Fix exit status of xzgrep.Lasse Collin1-7/+13
2020-12-05Scripts: Add zstd support to xzgrep.Adam Borowski1-0/+1
2019-09-24Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris.Lasse Collin1-0/+1
2019-05-11spellingAntoine Cœur1-1/+1
2014-10-09xzgrep: Avoid passing both -q and -l to grep.Lasse Collin1-2/+4
2014-06-11xzgrep: exit 0 when at least one file matches.Lasse Collin1-2/+13
2013-04-05xzgrep: make the '-h' option to be --no-filename equivalentJeff Bastian1-1/+1
2012-02-22Fix exit status of xzgrep when grepping binary files.Lasse Collin1-1/+2
2011-04-18xzgrep: fix typo in $0 parsingMartin Väth1-2/+2
2011-03-24Scripts: Better fix for xzgrep.Lasse Collin1-2/+6
2011-03-24Scripts: Fix xzgrep -l.Lasse Collin1-2/+2
2011-03-19Scripts: Add lzop (.lzo) support to xzdiff and xzgrep.Lasse Collin1-2/+3
2010-03-07Fix xzgrep to not break if filenames have spaces or quotes.Lasse Collin1-1/+1
2009-07-05Major update to the xzgrep and other scripts based onLasse Collin1-0/+196