summaryrefslogtreecommitdiffstats
path: root/src/segtree.c
Commit message (Expand)AuthorAgeFilesLines
* expr: make range_low()/range_high() usable outside of segtreePatrick McHardy2014-09-241-40/+2
* segtree: sort set elements before decompositionPatrick McHardy2014-03-071-6/+22
* set: abort on interval conflictsPatrick McHardy2014-03-071-6/+15
* segtree: fix decomposition of unclosed intervalsPatrick McHardy2014-01-161-9/+30
* segtree: only use prefix expressions for ranges for selected datatypesPatrick McHardy2014-01-161-1/+3
* segtree: add new segtree debugging optionPablo Neira Ayuso2014-01-151-10/+33
* seqtree: update mapping data when keeping the basePatrick McHardy2012-12-081-3/+8
* segtree: fix segtree to properly support mappingsPatrick McHardy2012-12-081-32/+59
* debug: include verbose message in all BUG statementsroot2012-12-081-2/+2
* expression: Differentiate expr among anonymous structures in struct exprTomasz Bursztyka2012-08-031-2/+2
* Initial commitv0.01-alpha1Patrick McHardy2009-03-181-0/+541