Files
MaxScale/server/modules
Markus Makela 9e33f300b0 Added flex/bison based parsing of rules to dbfwfilter
The dbfwfilter now uses flex to tokenize the rules and bison to process those
tokens into a language. This will make the syntax checks more robust and
the rule language easier to maintain. It also makes the processing of rules
easier to understand and removes most of the C language side checks for
correctness.

The old rule processing functions are still left intact and will be removed
at a later point.
2016-02-09 11:00:27 +02:00
..
2016-01-29 16:50:31 +02:00
2016-01-28 13:14:03 +02:00
2016-02-09 10:59:11 +02:00