summaryrefslogtreecommitdiffstats
path: root/src/vty
Commit message (Expand)AuthorAgeFilesLines
...
* LOGGING: configure logging from the vtyHarald Welte2011-02-184-23/+366
* LOGGING: Pass the log level down to the log target output functionHarald Welte2011-02-171-1/+2
* logging: Add isup,m2ua,pcap from the cellmgr.Holger Hans Peter Freyther2011-01-221-1/+4
* vty: Fix typo testing return value of bindSylvain Munaut2011-01-031-1/+1
* Use the app_info->name instead of the hostnameHarald Welte2010-12-241-1/+1
* vty: Add functions to access index and nodeHolger Hans Peter Freyther2010-09-141-0/+9
* vty: Use the copyright string from the app_info.Holger Hans Peter Freyther2010-09-111-3/+6
* vty: Link osmovty to osmocore as it is using the symbolsHolger Hans Peter Freyther2010-09-111-0/+1
* 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
* add configure option '--disable-vty' to prevent building libosmovtyHarald Welte2010-05-291-0/+2
* [VTY] Introduce "struct vty_app_info" for vty_init() functionHarald Welte2010-05-252-13/+12
* rename log_info to osmo_log_info to avoid namespace clash with appHarald Welte2010-05-251-2/+2
* Create libosmovty as library from OpenBSC VTY functionsHarald Welte2010-05-258-0/+6127