summary refs log tree commit diff stats
path: root/lib/filter.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-01-23 11:20:20 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-01-23 11:20:20 -0500
commitd19c329607d611901540e5d3d746c1a94a0b6210 (patch)
tree05c845164e3f3df9dc38668a0278d15d0caaacfe /lib/filter.h
parent71064d07ad84b1d31471298f8cc5b497cbe85505 (diff)
downloadverbly-d19c329607d611901540e5d3d746c1a94a0b6210.tar.gz
verbly-d19c329607d611901540e5d3d746c1a94a0b6210.tar.bz2
verbly-d19c329607d611901540e5d3d746c1a94a0b6210.zip
Fixed normalization of negative join filters
Previously, negative join filters were folded in with positive joins by
AND/ORing them together and negating the negative joins. Checking for
the existence of something that doesn't match a condition is different
from checking for the non-existence of something that does match a
condition, so now normalization considers positive and negative join
filters to be distinct classes of filters and does not fold them
together.

Also made some whitespace changes.
Diffstat (limited to 'lib/filter.h')
0 files changed, 0 insertions, 0 deletions