]> git.ipfire.org Git - thirdparty/bird.git/history - conf/conf.h
unsigned [int] -> uint
[thirdparty/bird.git] / conf / conf.h
2015-06-08  Pavel Tvrdíkunsigned [int] -> uint
2015-03-02  Ondrej ZajicekImplement latency tracking, internal event log and...
2015-02-21  Ondrej ZajicekBump max symbol length to 64.
2014-10-14  Ondrej ZajicekMerge remote-tracking branch 'origin/master' into soft-int
2014-10-02  Ondrej ZajicekAllows more constants in set literals.
2014-03-25  Ondrej ZajicekFixes file descriptor leak when parser ends with error.
2014-03-24  Ondrej ZajicekMerge branch 'bgp-grace'
2014-03-20  Ondrej ZajicekBGP graceful restart support.
2013-11-23  Ondrej ZajicekMerge branch 'master' into add-path
2013-07-25  Ondrej ZajicekAllows to define constants of all filter types.
2012-12-27  Ondrej ZajicekImplements interface masks for choosing router id.
2012-12-26  Ondrej ZajicekImplements undo command and optional timeout for config...
2012-08-07  Ondrej FilipMerge branch 'master' of ssh://git.nic.cz/bird v1.3.8
2012-07-18  Ondrej ZajicekImplements wildcard matching in config file include.
2012-03-30  Ondrej ZajicekMerge branch 'soon'
2012-03-18  Ondrej ZajicekRoute Origin Authorization basics.
2011-11-06  Ondrej ZajicekImplements protocol templates.
2011-10-09  Ondrej ZajicekFixes for include.
2011-09-11  Ondrej FilipConfiguration can include other files.
2010-04-07  Ondrej ZajicekConfigurable syslog name.
2010-02-02  Ondrej ZajicekMakes date/time formats configurable.
2010-01-03  Ondrej ZajicekImplements MRTdump feature.
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-06-23  Ondrej ZajicekReplace 'bind' option with 'listen' option.
2009-06-19  Ondrej ZajicekAdds support for soft reconfiguration.
2009-06-18  Ondrej ZajicekImplements option that changes BGP listening socket...
2008-12-25  Ondrej Zajicekfixes some 64-bit related bugs.
2000-06-04  Martin MaresNested scopes could never have worked. My fault I wrote...
2000-06-03  Martin Marescf_symbol_class_name now recognizes SYM_IPA.
2000-05-29  Martin MaresTracing of CLI connections/commands can be now controlled
2000-05-15  Martin MaresCleanup of configuration.
2000-03-12  Martin MaresMade `show status' show uptime and time of last reconfi...
2000-03-07  Martin MaresAdded configuration of default protocol debugging flags.
2000-01-19  Martin MaresSplit off general commands to cmds.c.
2000-01-17  Martin MaresSeparated `official protocol names' used in status...
2000-01-16  Martin MaresConverted shutdown to a kind of reconfiguration, it...
2000-01-16  Martin MaresFirst attempt on dynamic reconfiguration. There are...
1999-12-06  Martin MaresMoved initialization of protocol list to proto.c.
1999-11-30  Martin MaresLexer supports fallback symbol tables and uses them...
1999-11-15  Martin MaresSYM_STAT is gone.
1999-11-04  Martin MaresSilly bug.
1999-11-04  Martin MaresSymbols are not scoped.
1999-10-31  Martin MaresParse CLI commands. We use the same parser as for confi...
1999-07-01  Pavel MachekFunction calling in filters works - somehow. Calling...
1999-05-17  Martin MaresImplemented two new symbol handling functions:
1999-03-29  Pavel MachekUpdate of filters towards new interface.
1999-03-26  Martin MaresSlightly better generator of default protocol instance...
1999-02-13  Martin Maresconfig->router_id works again.
1999-02-05  Martin MaresImplemented new configuration/reconfiguration interface...
1999-01-15  Pavel MachekFilters added. They are unable to do anything interesti...
1998-12-06  Martin Marescf_error() now accepts any format strings instead of...
1998-12-06  Martin MaresName cleanups as suggested by Pavel:
1998-11-29  Martin MaresCreated new functions for allocating configuration...
1998-11-27  Martin MaresTrivial 15-line bison excercise: Implemented expression...
1998-11-27  Martin MaresAdded generator of default names.
1998-11-27  Martin MaresReplaced nest/confile.h by conf/conf.h, added a lot...