aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/command.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-22add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr1-1/+1
2016-06-14add vty call show asciidoc: generate a documentation for countersAlexander Couzens1-0/+53
2015-11-12vty: Don't call exit() but rather use OSMO_ASSERT()Harald Welte1-15/+4
2015-11-12fix FSF address in sources/headersJaroslav Škarvada1-2/+2
2015-08-05vty: Change API to have node installation be done by intHolger Hans Peter Freyther1-4/+4
2014-12-04vty: Check with the application before writing the configHolger Hans Peter Freyther1-0/+9
2013-09-11vty: Allow vty_go_parent() in all nodes.Jacob Erlbeck1-5/+25
2013-09-10vty: Replace 'enum node_type' by 'int' for last_nodeJacob Erlbeck1-1/+1
2013-09-08vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck1-4/+14
2013-09-08vty: Refactored vty_go_parent(), 'end' and 'exit'Jacob Erlbeck1-22/+35
2013-09-08vty: Rename is_config() to is_config_child()Jacob Erlbeck1-3/+3
2013-07-03vty: Attempt to fix various meam leaks in the VTY lookup codeHolger Hans Peter Freyther1-0/+3
2013-02-12VTY: don't show HIDDEN or DEPRECATED vty commands in ? completionHarald Welte1-0/+3
2013-02-12vty/command.c: Cosmetic cleanupHarald Welte1-82/+81
2013-01-03vty: Do better filtering of arguments, optional args particularlySylvain Munaut1-208/+143
2012-07-25vty: Add xsd and a command that can generate the documentation.Holger Hans Peter Freyther1-0/+148
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2012-03-28vty: Add a function to write the current config to a file.Holger Hans Peter Freyther1-46/+130
2011-08-17doxygen: split VTY configuration in multiple filesHarald Welte1-1/+1
2011-08-17doxygen: Add (partial) VTY API documentationHarald Welte1-9/+21
2011-07-16get rid of non-ANSI function declarations missing (void)Harald Welte1-1/+1
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-1/+1
2011-02-18LOGGING: configure logging from the vtyHarald Welte1-0/+4
2010-09-04vty: Everything <= CONFIG_NODE is not a child of configHolger Hans Peter Freyther1-2/+2
2010-08-26vty: Handle nodes part of the lib in the lib, for the rest call the callback0.1.19Holger Hans Peter Freyther1-5/+7
2010-08-26vty: Add a new callback to let code decide if it is a config node or notHolger Hans Peter Freyther1-0/+4
2010-08-26vty: Move the assumption of the config nodes into a functionHolger Hans Peter Freyther1-3/+9
2010-07-13[VTY] add support for numeric ranges with negative numbersAndreas Eversberg1-31/+67
2010-05-25[VTY] Introduce "struct vty_app_info" for vty_init() functionHarald Welte1-8/+9
2010-05-25Create libosmovty as library from OpenBSC VTY functionsHarald Welte1-0/+3176