summaryrefslogtreecommitdiffstats
path: root/nest/cli.c
Commit message (Expand)AuthorAgeFilesLines
* CLI: Fix continuation lines after final oneOndrej Zajicek (work)2019-11-261-0/+1
* Fixed an undefined symbol bug in CLI introduced by filter refactoringMaria Matejka2019-03-201-0/+1
* Nest: Trivial whitespace cleanupOndrej Zajicek (work)2018-02-071-2/+2
* Merge branch 'master' into int-newOndrej Zajicek (work)2017-05-311-0/+3
|\
| * CLI: Fix bug in symbol handling introduced in previous patchesOndrej Zajicek (work)2017-05-311-0/+3
* | Linpool: default allocation sizeJan Moskyto Matejka2017-05-161-2/+2
* | Nest: split route show into separate fileJan Moskyto Matejka2017-05-151-1/+2
|/
* unsigned [int] -> uintPavel TvrdĂ­k2015-06-081-5/+5
* Implements undo command and optional timeout for configurationOndrej Zajicek2012-12-261-2/+18
* Implements wildcard matching in config file include.Ondrej Zajicek2012-07-181-1/+0
* Fixes for include.Ondrej Zajicek2011-10-101-1/+1
* Configuration can include other files.Ondrej Filip2011-09-111-0/+1
* Prints full community lists during 'show route all'.Ondrej Zajicek2011-07-031-1/+1
* Fix configure to enable warnings and fix most of them.Ondrej Zajicek2010-02-211-2/+2
* Fixes bug in CLI TX buffer management.Ondrej Zajicek2009-07-141-12/+24
* Small correction to va_start/va_end in cli_printf (va_end was missing).Martin Mares2004-05-311-1/+2
* Fixes for the programmer's manual.Martin Mares2000-06-081-2/+2
* Fixes to the progdoc.Martin Mares2000-06-071-4/+4
* Spelling fixes to progdoc.Martin Mares2000-06-071-1/+1
* Minor changes to the progdocs.Martin Mares2000-06-031-1/+1
* More documentation.Martin Mares2000-06-031-1/+68
* Tracing of CLI connections/commands can be now controlledMartin Mares2000-05-291-0/+2
* Fixed a couple of nasty CLI bugs which were triggered on long or multi-partMartin Mares2000-04-271-6/+5
* Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares2000-03-311-2/+0
* Enabled short continuations.Martin Mares2000-03-041-2/+0
* Implemented echoing of log messages to CLI connections. Just try `echo all'.Martin Mares1999-12-061-24/+145
* Reset temporary parser data before parsing, not afterwards. This enablesMartin Mares1999-12-011-1/+1
* Remember protocol instance in proto_config and use that forMartin Mares1999-11-301-1/+3
* Don't use continuation shortcuts until real client is written.Martin Mares1999-11-301-0/+2
* Command line interface now works.Martin Mares1999-11-171-0/+3
* Parse CLI commands. We use the same parser as for configuration files (becauseMartin Mares1999-10-311-5/+45
* The CLI I/O functions work as desired.Martin Mares1999-10-311-48/+68
* First steps of the Command Line Interface: I/O routines.Martin Mares1999-10-291-0/+144