]> git.ipfire.org Git - thirdparty/bird.git/history - nest/cli.c
Filter: Expand testing of large community sets
[thirdparty/bird.git] / nest / cli.c
2015-06-08  Pavel Tvrdíkunsigned [int] -> uint
2013-11-23  Ondrej ZajicekMerge branch 'master' into add-path
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.
2011-10-09  Ondrej ZajicekFixes for include.
2011-09-11  Ondrej FilipConfiguration can include other files.
2011-07-03  Ondrej ZajicekPrints full community lists during 'show route all'.
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-21  Ondrej ZajicekFix configure to enable warnings and fix most of them.
2009-08-10  Ondrej ZajicekMerge branch 'master' into dev
2009-07-14  Ondrej ZajicekFixes bug in CLI TX buffer management.
2004-05-31  Martin MaresSmall correction to va_start/va_end in cli_printf ...
2000-06-08  Martin MaresFixes for the programmer's manual.
2000-06-07  Martin MaresFixes to the progdoc.
2000-06-07  Martin MaresSpelling fixes to progdoc.
2000-06-03  Martin MaresMinor changes to the progdocs.
2000-06-03  Martin MaresMore documentation.
2000-05-29  Martin MaresTracing of CLI connections/commands can be now controlled
2000-04-27  Martin MaresFixed a couple of nasty CLI bugs which were triggered...
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-04  Martin MaresEnabled short continuations.
1999-12-06  Martin MaresImplemented echoing of log messages to CLI connections...
1999-12-01  Martin MaresReset temporary parser data before parsing, not afterwa...
1999-11-30  Martin MaresRemember protocol instance in proto_config and use...
1999-11-30  Martin MaresDon't use continuation shortcuts until real client...
1999-11-17  Martin MaresCommand line interface now works.
1999-10-31  Martin MaresParse CLI commands. We use the same parser as for confi...
1999-10-31  Martin MaresThe CLI I/O functions work as desired.
1999-10-29  Martin MaresFirst steps of the Command Line Interface: I/O routines.