summaryrefslogtreecommitdiffstats
path: root/src/vty/command.c
Commit message (Expand)AuthorAgeFilesLines
...
* vty: Change API to have node installation be done by intHolger Hans Peter Freyther2015-08-051-4/+4
* vty: Check with the application before writing the configHolger Hans Peter Freyther2014-12-041-0/+9
* vty: Allow vty_go_parent() in all nodes.Jacob Erlbeck2013-09-111-5/+25
* vty: Replace 'enum node_type' by 'int' for last_nodeJacob Erlbeck2013-09-101-1/+1
* vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck2013-09-081-4/+14
* vty: Refactored vty_go_parent(), 'end' and 'exit'Jacob Erlbeck2013-09-081-22/+35
* vty: Rename is_config() to is_config_child()Jacob Erlbeck2013-09-081-3/+3
* vty: Attempt to fix various meam leaks in the VTY lookup codeHolger Hans Peter Freyther2013-07-031-0/+3
* VTY: don't show HIDDEN or DEPRECATED vty commands in ? completionHarald Welte2013-02-121-0/+3
* vty/command.c: Cosmetic cleanupHarald Welte2013-02-121-82/+81
* vty: Do better filtering of arguments, optional args particularlySylvain Munaut2013-01-031-208/+143
* vty: Add xsd and a command that can generate the documentation.Holger Hans Peter Freyther2012-07-251-0/+148
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* vty: Add a function to write the current config to a file.Holger Hans Peter Freyther2012-03-281-46/+130
* doxygen: split VTY configuration in multiple filesHarald Welte2011-08-171-1/+1
* doxygen: Add (partial) VTY API documentationHarald Welte2011-08-171-9/+21
* get rid of non-ANSI function declarations missing (void)Harald Welte2011-07-161-1/+1
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-1/+1
* LOGGING: configure logging from the vtyHarald Welte2011-02-181-0/+4
* vty: Everything <= CONFIG_NODE is not a child of configHolger Hans Peter Freyther2010-09-041-2/+2
* vty: Handle nodes part of the lib in the lib, for the rest call the callbackHolger Hans Peter Freyther2010-08-261-5/+7
* vty: Add a new callback to let code decide if it is a config node or notHolger Hans Peter Freyther2010-08-261-0/+4
* vty: Move the assumption of the config nodes into a functionHolger Hans Peter Freyther2010-08-261-3/+9
* [VTY] add support for numeric ranges with negative numbersAndreas Eversberg2010-07-131-31/+67
* [VTY] Introduce "struct vty_app_info" for vty_init() functionHarald Welte2010-05-251-8/+9
* Create libosmovty as library from OpenBSC VTY functionsHarald Welte2010-05-251-0/+3176