aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/command.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-08vty: deprecate now empty node commandsNeels Hofmeyr1-2/+2
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr1-3/+2
2017-09-23vty: derive node name from prompt, use as XML idsNeels Hofmeyr1-0/+5
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr1-0/+2
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-3/+3
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-60/+60
2017-06-21vty: additional nodes for sccp-address configurationPhilipp Maier1-2/+2
2017-04-14vty/command.h: Introduce VTY nodes for libosmo-sigtranHarald Welte1-0/+8
2016-06-14add vty call show asciidoc: generate a documentation for countersAlexander Couzens1-0/+2
2016-02-25vty: add ctrl section for Control interface bind addressNeels Hofmeyr1-1/+1
2015-11-12fix FSF address in sources/headersJaroslav Škarvada1-2/+2
2015-11-02vty: Add reserved nodes to enum node_typeJacob Erlbeck1-0/+9
2015-10-29stats/vty: Add stats configurationJacob Erlbeck1-0/+1
2015-08-05vty: Change API to have node installation be done by intHolger Hans Peter Freyther1-4/+4
2014-11-14remove references to u_char type, use 'unsigned char' insteadHarald Welte1-1/+1
2014-06-16include: Switch to #pragma once patternSylvain Munaut1-3/+1
2013-09-08vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck1-0/+5
2012-10-22logging: Make sure to install standard "end" command in VTY nodeHarald Welte1-0/+1
2012-07-12VTY: Allow to compile vty.h and command.h headers with C++Andreas Eversberg1-1/+2
2012-06-16add library VTY nodes for NS and BSSGPHarald Welte1-0/+2
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2011-08-17doxygen: split VTY configuration in multiple filesHarald Welte1-1/+1
2011-08-17doxygen: Add (partial) VTY API documentationHarald Welte1-43/+60
2011-07-24vty: Increase the number of arguments one can have in VTY commandsHolger Hans Peter Freyther1-1/+1
2011-07-19make sure we don't have namespace clashes between libraries and appsHarald Welte1-2/+2
2011-07-18vty: reserve nodes for libosmo-abisPablo Neira Ayuso1-0/+3
2011-07-16get rid of non-ANSI function declarations missing (void)Harald Welte1-1/+1
2011-02-18LOGGING: configure logging from the vtyHarald Welte1-0/+1
2010-05-31[VTY] Remove all application specific VTY node definitions from enum0.1.9Harald Welte1-41/+2
2010-05-25[VTY] Introduce "struct vty_app_info" for vty_init() functionHarald Welte1-5/+1
2010-05-25Create libosmovty as library from OpenBSC VTY functionsHarald Welte1-0/+392