0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/conf
Ondrej Zajicek (work) b7761af34d Conf: Replace keyword and symbol hash table with generic hash table.
The old hash table had fixed size, which makes it slow for config files
with large number of symbols and symbol lookups. The new one is growing
according to needs.
2017-05-25 23:30:39 +02:00
..
cf-lex.l Conf: Replace keyword and symbol hash table with generic hash table. 2017-05-25 23:30:39 +02:00
conf.c Conf: Replace keyword and symbol hash table with generic hash table. 2017-05-25 23:30:39 +02:00
conf.h Conf: Replace keyword and symbol hash table with generic hash table. 2017-05-25 23:30:39 +02:00
confbase.Y Minor code cleanups 2016-11-08 17:46:29 +01:00
Doc Moved parser docs to cf-lex.l, so that the parser compiles. 2000-06-04 15:22:20 +00:00
gen_commands.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
gen_keywords.m4 Fix configure to enable warnings and fix most of them. 2010-02-21 14:34:53 +01:00
gen_parser.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
Makefile Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00