summaryrefslogtreecommitdiff
path: root/matcher.c
Commit message (Expand)AuthorAgeFilesLines
* implement POSIX regexp supportJo-Philipp Wich2018-02-041-0/+97
* treewide: replace jow@openwrt.org with jo@mein.ioJo-Philipp Wich2016-06-071-1/+1
* matcher: fix segfault with subscript on non-array elementJo-Philipp Wich2016-02-031-7/+10
* matcher.c: properly handle negative array indizesJo-Philipp Wich2014-06-191-2/+9
* Switch to sqlite3's lemon parser generator.Jo-Philipp Wich2014-06-151-0/+1
* Update copyrightJo-Philipp Wich2014-01-021-1/+1
* lexer, parser, matcher: extend grammar to allow comma separated keys/indexes ...Jo-Philipp Wich2014-01-011-0/+1
* matcher: add user callback and support implicit index/key comparesJo-Philipp Wich2014-01-011-23/+36
* Initial commitJo-Philipp Wich2013-12-281-0/+267