summaryrefslogtreecommitdiff
path: root/nest/cli.c
AgeCommit message (Expand)Author
2019-11-26CLI: Fix continuation lines after final oneOndrej Zajicek (work)
2019-03-20Fixed an undefined symbol bug in CLI introduced by filter refactoringMaria Matejka
2018-02-07Nest: Trivial whitespace cleanupOndrej Zajicek (work)
2017-05-31Merge branch 'master' into int-newOndrej Zajicek (work)
2017-05-31CLI: Fix bug in symbol handling introduced in previous patchesOndrej Zajicek (work)
2017-05-16Linpool: default allocation sizeJan Moskyto Matejka
2017-05-15Nest: split route show into separate fileJan Moskyto Matejka
2015-06-08unsigned [int] -> uintPavel TvrdĂ­k
2012-12-26Implements undo command and optional timeout for configurationOndrej Zajicek
2012-07-18Implements wildcard matching in config file include.Ondrej Zajicek
2011-10-10Fixes for include.Ondrej Zajicek
2011-09-11Configuration can include other files.Ondrej Filip
2011-07-03Prints full community lists during 'show route all'.Ondrej Zajicek
2010-02-21Fix configure to enable warnings and fix most of them.Ondrej Zajicek
2009-07-14Fixes bug in CLI TX buffer management.Ondrej Zajicek
2004-05-31Small correction to va_start/va_end in cli_printf (va_end was missing).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-03Minor changes to the progdocs.Martin Mares
2000-06-03More documentation.Martin Mares
2000-05-29Tracing of CLI connections/commands can be now controlledMartin Mares
2000-04-27Fixed a couple of nasty CLI bugs which were triggered on long or multi-partMartin Mares
2000-03-31Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares
2000-03-04Enabled short continuations.Martin Mares
1999-12-06Implemented echoing of log messages to CLI connections. Just try `echo all'.Martin Mares
1999-12-01Reset temporary parser data before parsing, not afterwards. This enablesMartin Mares
1999-11-30Remember protocol instance in proto_config and use that forMartin Mares
1999-11-30Don't use continuation shortcuts until real client is written.Martin Mares
1999-11-17Command line interface now works.Martin Mares
1999-10-31Parse CLI commands. We use the same parser as for configuration files (becauseMartin Mares
1999-10-31The CLI I/O functions work as desired.Martin Mares
1999-10-29First steps of the Command Line Interface: I/O routines.Martin Mares