Asynchronous DNS queries on iplist.
[apps/pfixtools.git] / postlicyd / filter.h
2008-10-11 Florent BruneauAsynchronous DNS queries on iplist.
2008-10-10 Florent BruneauBasic support for async filters.
2008-10-06 Pierre Habouzit64bits fixes.
2008-09-28 Florent BruneauStart adding tests for the filters.
2008-09-28 Florent BruneauAdd filter_test and move query parser in its own file.
2008-09-17 Florent BruneauFix loop detection (we're on oriented graph).
2008-09-17 Florent BruneauStore param value length. Fix off-by-one.
2008-09-17 Florent BruneauCheck configuration for internal loops.
2008-09-16 Florent BruneauFactorize PARSE_INT...
2008-09-16 Florent BruneauAdd a "special" return value: abort.
2008-09-15 Florent BruneauImplements filter runner.
2008-09-15 Florent Bruneaufilter_params_t -> filter_param_t
2008-09-15 Florent BruneauTokenize params too.
2008-09-15 Florent BruneauTokenize hook names.
2008-09-13 Florent Bruneauforeach() semantic for arrays, improves configuration...
2008-09-12 Florent BruneauSwitch to array_t and feed the filters from config.
2008-09-12 Florent BruneauPrepare filter and config design.