aboutsummaryrefslogtreecommitdiffstats
path: root/nest/cli.c
Commit message (Expand)AuthorAgeFilesLines
* 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