Age | Commit message (Expand) | Author |
2019-11-26 | CLI: Fix continuation lines after final one | Ondrej Zajicek (work) |
2019-03-20 | Fixed an undefined symbol bug in CLI introduced by filter refactoring | Maria Matejka |
2018-02-07 | Nest: Trivial whitespace cleanup | Ondrej Zajicek (work) |
2017-05-31 | Merge branch 'master' into int-new | Ondrej Zajicek (work) |
2017-05-31 | CLI: Fix bug in symbol handling introduced in previous patches | Ondrej Zajicek (work) |
2017-05-16 | Linpool: default allocation size | Jan Moskyto Matejka |
2017-05-15 | Nest: split route show into separate file | Jan Moskyto Matejka |
2015-06-08 | unsigned [int] -> uint | Pavel TvrdĂk |
2012-12-26 | Implements undo command and optional timeout for configuration | Ondrej Zajicek |
2012-07-18 | Implements wildcard matching in config file include. | Ondrej Zajicek |
2011-10-10 | Fixes for include. | Ondrej Zajicek |
2011-09-11 | Configuration can include other files. | Ondrej Filip |
2011-07-03 | Prints full community lists during 'show route all'. | Ondrej Zajicek |
2010-02-21 | Fix configure to enable warnings and fix most of them. | Ondrej Zajicek |
2009-07-14 | Fixes bug in CLI TX buffer management. | Ondrej Zajicek |
2004-05-31 | Small correction to va_start/va_end in cli_printf (va_end was missing). | Martin Mares |
2000-06-08 | Fixes for the programmer's manual. | Martin Mares |
2000-06-07 | Fixes to the progdoc. | Martin Mares |
2000-06-07 | Spelling fixes to progdoc. | Martin Mares |
2000-06-03 | Minor changes to the progdocs. | Martin Mares |
2000-06-03 | More documentation. | Martin Mares |
2000-05-29 | Tracing of CLI connections/commands can be now controlled | Martin Mares |
2000-04-27 | Fixed a couple of nasty CLI bugs which were triggered on long or multi-part | Martin Mares |
2000-03-31 | 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 |