Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vty: Add xsd and a command that can generate the documentation. | Holger Hans Peter Freyther | 2012-07-25 | 1 | -0/+148 |
| | | | | | | | | When building the doxygen documentation do not remove the other VTY documentation files in the doc/vty folder. Create a command that can be installed to dump all nodes and commands as XML on the given VTY. Create a schema for the XML file and a XSL-T script that can merge the generated file with additional information. | ||||
* | doc: Fix the Doxygen section endings | Sylvain Munaut | 2012-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | vty: Add a function to write the current config to a file. | Holger Hans Peter Freyther | 2012-03-28 | 1 | -46/+130 |
| | |||||
* | doxygen: split VTY configuration in multiple files | Harald Welte | 2011-08-17 | 1 | -1/+1 |
| | |||||
* | doxygen: Add (partial) VTY API documentation | Harald Welte | 2011-08-17 | 1 | -9/+21 |
| | |||||
* | get rid of non-ANSI function declarations missing (void) | Harald Welte | 2011-07-16 | 1 | -1/+1 |
| | | | | Detected by Smatch | ||||
* | include: reorganize headers file to include/osmocom/[gsm|core] | Pablo Neira Ayuso | 2011-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org> | ||||
* | LOGGING: configure logging from the vty | Harald Welte | 2011-02-18 | 1 | -0/+4 |
| | | | | | We can now configure logging to (multiple) files, stderr and syslog from the vty command line in a persistent way (config file) | ||||
* | vty: Everything <= CONFIG_NODE is not a child of config | Holger Hans Peter Freyther | 2010-09-04 | 1 | -2/+2 |
| | | | | | | | The method should be renamed to is child of config node as it was comparing if vty->node > CONFIG_NODE. This is fixing an assert in go_to_parent as we tried to find a parent for the CONFIG_NODE. | ||||
* | vty: Handle nodes part of the lib in the lib, for the rest call the callback | Holger Hans Peter Freyther | 2010-08-26 | 1 | -5/+7 |
| | |||||
* | vty: Add a new callback to let code decide if it is a config node or not | Holger Hans Peter Freyther | 2010-08-26 | 1 | -0/+4 |
| | |||||
* | vty: Move the assumption of the config nodes into a function | Holger Hans Peter Freyther | 2010-08-26 | 1 | -3/+9 |
| | | | | | | Move the assumption that something is a child of the CONFIG_NODE into a new function. The next step will be to use something else for that. | ||||
* | [VTY] add support for numeric ranges with negative numbers | Andreas Eversberg | 2010-07-13 | 1 | -31/+67 |
| | | | | This enables us to do something like <-128-127> as a numeric range. | ||||
* | [VTY] Introduce "struct vty_app_info" for vty_init() function | Harald Welte | 2010-05-25 | 1 | -8/+9 |
| | |||||
* | Create libosmovty as library from OpenBSC VTY functions | Harald Welte | 2010-05-25 | 1 | -0/+3176 |