summaryrefslogtreecommitdiff
path: root/conf/conf.c
AgeCommit message (Expand)Author
2017-12-08Docs: Update to v2.0Jan Maria Matejka
2017-12-07Timers: Revert temporary names and remove old timer.hOndrej Zajicek (work)
2017-12-07Timers: Fix TBF and some last remainsOndrej Zajicek (work)
2017-12-07Nest: Update to new timersOndrej Zajicek (work)
2017-12-07Timers: Parse and format functions for microsecond timesOndrej Zajicek (work)
2017-12-07Timers: Replace old timers with microsecond timersOndrej Zajicek (work)
2017-05-25Merge branch 'master' into int-newOndrej Zajicek (work)
2017-05-25Conf: Replace keyword and symbol hash table with generic hash table.Ondrej Zajicek (work)
2017-05-16Linpool: default allocation sizeJan Moskyto Matejka
2016-11-30conf/conf.c: Revert some includes removingPavel Tvrdik
2016-11-09 Unit Testing for BIRDOndrej Zajicek (work)
2016-11-08Merge branch 'master' into int-newOndrej Zajicek (work)
2016-11-08Minor code cleanupsOndrej Zajicek (work)
2016-11-08Merge tag 'v1.6.2' into int-newOndrej Zajicek (work)
2016-11-01Build: switch on -Wextra, get rid of most of the warningsJan Moskyto Matejka
2016-06-27cppcheck: fix va_end() functionsPavel Tvrdík
2016-05-10Build system reworked to one global Makefile with includes and no nestingJan Moskyto Matejka
2016-03-10cf_error(char *msg, ...) -> cf_error(const char *msg, ...)Pavel Tvrdík
2016-02-01Channels - explicit links between protocols and tablesOndrej Zajicek (work)
2016-01-20Delete old ROA codePavel Tvrdík
2015-12-20ROA code switchoffJan Moskyto Matejka
2015-11-25Merge branch 'master' into int-newOndrej Zajicek (work)
2015-11-09Conf: Fixes bug in symbol lookup during reconfigurationOndrej Zajicek (work)
2015-11-05Initial commit on integrated BIRDOndrej Zajicek (work)
2014-03-25Fixes file descriptor leak when parser ends with error.Ondrej Zajicek
2014-03-20BGP graceful restart support.Ondrej Zajicek
2013-11-25Use ISO 8601 timeformats by default.Ondrej Zajicek
2012-12-27Implements interface masks for choosing router id.Ondrej Zajicek
2012-12-26Implements undo command and optional timeout for configurationOndrej Zajicek
2012-07-18Implements wildcard matching in config file include.Ondrej Zajicek
2012-03-18Route Origin Authorization basics.Ondrej Zajicek
2011-11-07Implements protocol templates.Ondrej Zajicek
2011-09-11Configuration can include other files.Ondrej Filip
2010-03-17Adds check for no protocol and some minor CLI fixes.Ondrej Zajicek
2010-02-06Adds some log messages related to configure.Ondrej Zajicek
2010-02-03Makes date/time formats configurable.Ondrej Zajicek
2010-01-03Implements MRTdump feature.Ondrej Zajicek
2009-06-23Replace 'bind' option with 'listen' option.Ondrej Zajicek
2009-06-19Adds support for soft reconfiguration.Ondrej Zajicek
2009-06-18Implements option that changes BGP listening socket parametres.Ondrej Zajicek
2008-10-26Bugfix for routing table breaking bug.Ondrej Zajicek
2004-06-05Marked unused parameters in core code as such.Martin Mares
2000-06-08Fixes for the programmer's manual.Martin Mares
2000-06-07Fixes to the progdoc.Martin Mares
2000-06-07Spelling fixes to progdoc.Martin Mares
2000-06-03Documentation.Martin Mares
2000-05-15Got rid of startup functions and filters_postconfig().Martin Mares
2000-04-27Event handlers no longer return re-queue flag. Instead of using it, justMartin Mares
2000-03-12Made `show status' show uptime and time of last reconfiguration.Martin Mares
2000-03-12Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,Martin Mares