Age | Commit message (Expand) | Author |
---|---|---|
2000-04-28 | Fixed a couple of nasty CLI bugs which were triggered on long or multi-part | Martin Mares |
2000-04-01 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares |
2000-03-04 | Enabled short continuations. | Martin Mares |
1999-12-06 | Implemented echoing of log messages to CLI connections. Just try `echo all'. | Martin Mares |
1999-12-01 | Reset temporary parser data before parsing, not afterwards. This enables | Martin Mares |
1999-11-30 | Remember protocol instance in proto_config and use that for | Martin Mares |
1999-11-30 | Don't use continuation shortcuts until real client is written. | 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 |