aboutsummaryrefslogtreecommitdiffstats
path: root/filter/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Filter: Recursive filter iteration codeOndrej Zajicek (work)2021-02-071-0/+11
* Minor cleanups with cfg_allocz()Ondrej Zajicek (work)2020-11-241-6/+1
* Filter: merged filter instruction constructors, counting line size on instruc...Maria Matejka2019-02-201-1/+1
* Filters: split the large filter.h file to smaller files.Maria Matejka2019-02-201-0/+1
* Filter refactoring: dropped the recursion from the interpreterMaria Matejka2019-02-201-15/+15
* Minor code cleanupsOndrej Zajicek (work)2016-11-081-3/+3
* Tree/Trie: Check the end of bufferPavel Tvrdik2016-10-111-0/+3
* Filter: Prefer xmalloc/xfree to malloc/freePavel Tvrdik2016-09-151-2/+2
* whitespace fixesOndřej Surý2016-08-161-2/+2
* Merge commit 'origin/bfd'Ondrej Zajicek2013-11-221-0/+34
|\
| * Fixes some BFD bugs and makes logging thread-safe.Ondrej Zajicek2013-10-051-0/+34
* | Some fixes in filter code.Ondrej Zajicek2013-10-021-0/+5
|/
* Replaces the algorithm for building balanced trees.Ondrej Zajicek2010-02-171-71/+44
* Progdocs updatesPavel Machek2000-06-071-1/+1
* Even better documentation of filters.Pavel Machek2000-06-071-3/+13
* Comment fix.Pavel Machek2000-06-071-1/+1
* Better progdocs for filtersPavel Machek2000-06-071-3/+21
* Removed lots of superfluous includes.Martin Mares2000-03-311-12/+0
* filter_same() implemented. Don't bet on it, yet.Pavel Machek2000-01-311-0/+20
* switch() { } done right.Pavel Machek1999-10-281-1/+1
* Sets of integers now actually work. Sets of IP will work as soon asPavel Machek1999-04-121-0/+125