summaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/vty.h
Commit message (Expand)AuthorAgeFilesLines
* vty_app_info.is_config_node: add OSMO_DEPRECATEDNeels Hofmeyr2019-11-241-1/+4
* vty: track parent nodes also for telnet sessionsNeels Hofmeyr2019-11-241-2/+7
* add vty_is_active()Neels Hofmeyr2019-05-031-0/+2
* vty api: add vty_out_va()Neels Hofmeyr2019-02-041-0/+1
* vty: Make TCP port configurable and introduce telnet_init_defaultHolger Hans Peter Freyther2018-12-231-0/+2
* VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2017-09-191-0/+23
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-2/+1
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-34/+34
* vty: add bind command for telnet vty lineNeels Hofmeyr2016-02-251-0/+3
* vty: Change API to have node installation be done by intHolger Hans Peter Freyther2015-08-051-2/+2
* vty: Check with the application before writing the configHolger Hans Peter Freyther2014-12-041-0/+2
* include: Switch to #pragma once patternSylvain Munaut2014-06-161-4/+1
* vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther2013-10-101-0/+14
* VTY: Allow to compile vty.h and command.h headers with C++Andreas Eversberg2012-07-121-2/+9
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* vty: Fixed vty_down_level to move down from config nodesAndreas.Eversberg2011-11-121-0/+1
* add missing declarations of cfg_description_cmd to vty/vty.hHarald Welte2011-09-041-0/+3
* doxygen: Add (partial) VTY API documentationHarald Welte2011-08-171-25/+47
* vty: Add functions to access index and nodeHolger Hans Peter Freyther2010-09-141-0/+2
* vty: Make the talloc ctx extern void* to avoid duplicate symbolsHolger Hans Peter Freyther2010-08-311-1/+1
* vty: Add a new callback to let code decide if it is a config node or notHolger Hans Peter Freyther2010-08-261-0/+1
* vty: Mark app info strings as const char*.Holger Hans Peter Freyther2010-06-081-3/+3
* [VTY] Introduce "struct vty_app_info" for vty_init() functionHarald Welte2010-05-251-1/+9
* Create libosmovty as library from OpenBSC VTY functionsHarald Welte2010-05-251-0/+151