aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/vty.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-04vty api: add vty_out_va()Neels Hofmeyr1-0/+1
2018-12-23vty: Make TCP port configurable and introduce telnet_init_defaultHolger Hans Peter Freyther1-0/+2
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr1-0/+23
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-2/+1
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-34/+34
2016-02-25vty: add bind command for telnet vty lineNeels Hofmeyr1-0/+3
2015-08-05vty: Change API to have node installation be done by intHolger Hans Peter Freyther1-2/+2
2014-12-04vty: Check with the application before writing the configHolger Hans Peter Freyther1-0/+2
2014-06-16include: Switch to #pragma once patternSylvain Munaut1-4/+1
2013-10-10vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther1-0/+14
2012-07-12VTY: Allow to compile vty.h and command.h headers with C++Andreas Eversberg1-2/+9
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2011-11-12vty: Fixed vty_down_level to move down from config nodesAndreas.Eversberg1-0/+1
2011-09-04add missing declarations of cfg_description_cmd to vty/vty.h0.3.9Harald Welte1-0/+3
2011-08-17doxygen: Add (partial) VTY API documentationHarald Welte1-25/+47
2010-09-14vty: Add functions to access index and node0.1.20Holger Hans Peter Freyther1-0/+2
2010-08-31vty: Make the talloc ctx extern void* to avoid duplicate symbolsHolger Hans Peter Freyther1-1/+1
2010-08-26vty: Add a new callback to let code decide if it is a config node or notHolger Hans Peter Freyther1-0/+1
2010-06-08vty: Mark app info strings as const char*.Holger Hans Peter Freyther1-3/+3
2010-05-25[VTY] Introduce "struct vty_app_info" for vty_init() functionHarald Welte1-1/+9
2010-05-25Create libosmovty as library from OpenBSC VTY functionsHarald Welte1-0/+151