summaryrefslogtreecommitdiffstats
path: root/lib/filters/filter-regex.c
Commit message (Expand)AuthorAgeFilesLines
* Add check for allocation failureZdenek Kabelac2012-02-131-9/+10
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-4/+4
* Const fixingZdenek Kabelac2011-02-181-1/+1
* Fix error path if regex engine cannot be created in _build_matcher().Zdenek Kabelac2010-12-201-1/+1
* Add more strict const pointers around config treeZdenek Kabelac2010-12-201-3/+3
* Track recursive filter iteration to avoid refreshing while in use. (2.02.56)Alasdair Kergon2010-09-221-0/+5
* Show string with invalid patternZdenek Kabelac2010-04-301-2/+2
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Use stack return macros throughout.Alasdair Kergon2008-01-301-8/+4
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Move regex functions into libdevmapper.Alasdair Kergon2007-04-271-6/+5
* Add devices/preferred_names config regex list for displayed device names.Alasdair Kergon2007-04-261-30/+14
* Check for libsepol.Alasdair Kergon2006-04-191-2/+2
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-21/+18
* Basic support for mirrors.Alasdair Kergon2005-06-011-3/+1
* Improve filter debug msgs.Alasdair Kergon2004-11-241-0/+3
* pool debuggingAlasdair Kergon2004-11-231-2/+2
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* spelling correctionsAlasdair Kergon2004-03-301-2/+2
* o Additional device/filter-level debugging messages + duplicate alias fixAlasdair Kergon2003-01-081-0/+2
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-5/+6
* Refactoring.Alasdair Kergon2002-11-181-2/+2
* Merge with text format branch.Alasdair Kergon2002-04-241-7/+5
* o if any pattern rejects a device, and there were no accepts then reject !Joe Thornber2001-11-121-4/+5
* o LGPL list implementationJoe Thornber2001-10-311-5/+5
* o rfilter was no longer accepting by defaultJoe Thornber2001-10-251-5/+4
* o It's a bit of a hack, but the regex filter now makes sure a device pathJoe Thornber2001-10-251-2/+11
* o rfilter now checks all aliases for a matchJoe Thornber2001-10-251-6/+18
* o use dev_name(dev) to get the name of a device, this operation is cheapJoe Thornber2001-10-251-1/+1
* o added aliases list to struct device.Joe Thornber2001-10-251-4/+4
* o tidyingJoe Thornber2001-10-211-1/+1
* o Filter for the dev cache that takes values from config file:Joe Thornber2001-10-191-0/+207