bird/filter
Jan Maria Matejka 20c6ea70cc Filter: Making the filter state thread local.
While having the filter code still reentrant if we really need,
the compiler can now do constant propagation and address the
thread local storage directly to save some computation time.
2019-05-20 17:53:10 +00:00
..
config.Y Lexer now returns known sym / unknown sym / keyword 2019-05-17 22:26:21 +02:00
data.c Filter: merged filter compare functions into common M4 file 2019-02-20 22:30:55 +01:00
data.h Filter data manipulation functions separated to their file 2019-02-20 22:30:54 +01:00
decl.m4 Filter: Interpreter merged into the common m4 generator. 2019-02-20 22:30:55 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
f-inst.c Filter: fixed error-checking bug in !~ operator 2019-03-23 13:32:14 +01:00
f-inst.h Faster filters: documentation on what is happening there 2019-03-06 15:01:39 +01:00
f-util.c Filters: comparison of functions and filters caching 2019-02-26 16:44:24 +01:00
filter.c Filter: Making the filter state thread local. 2019-05-20 17:53:10 +00:00
filter.h Filters: comparison of functions and filters caching 2019-02-26 16:44:24 +01:00
filter_test.c Filter: More cleanup -- customized structures also in struct f_line_item 2019-02-20 22:30:55 +01:00
Makefile Merge branch 'master' into HEAD 2019-03-18 12:54:40 +01:00
test-reconf-begin.conf Filters: comparison of functions and filters caching 2019-02-26 16:44:24 +01:00
test-reconf-end.conf Filters: comparison of functions and filters caching 2019-02-26 16:44:24 +01:00
test.conf Filter: fixed error-checking bug in !~ operator 2019-03-23 13:32:14 +01:00
test.conf.inc filter/test.conf: Replace print func with assert and format 2016-11-16 12:22:01 +01:00
test.conf2 Filter: the test conf checks also a bit of BGP args 2018-03-08 12:57:39 +01:00
tree.c Filter: merged filter instruction constructors, counting line size on instruction construct 2019-02-20 22:30:54 +01:00
tree_test.c Filter: merged filter instruction constructors, counting line size on instruction construct 2019-02-20 22:30:54 +01:00
trie.c Filter: merged filter instruction constructors, counting line size on instruction construct 2019-02-20 22:30:54 +01:00
trie_test.c Filter: merged filter instruction constructors, counting line size on instruction construct 2019-02-20 22:30:54 +01:00