Age | Commit message (Expand) | Author |
---|---|---|
2000-01-19 | Split off general commands to cmds.c. | Martin Mares |
1999-12-06 | Implemented echoing of log messages to CLI connections. Just try `echo all'. | Martin Mares |
1999-11-25 | cli_msg() moved to cli.h, so that it can be used outside the parser. | Martin Mares |
1999-11-17 | Command line interface now works. | Martin Mares |
1999-10-31 | Parse CLI commands. We use the same parser as for configuration files (because | Martin Mares |
1999-10-31 | The CLI I/O functions work as desired. | Martin Mares |
1999-10-29 | First steps of the Command Line Interface: I/O routines. | Martin Mares |