aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
2011-02-24LOGGING: Use host.app_info->name instead of FIXMEHarald Welte1-1/+4
2011-02-19vty: Revert Makefile.am change for libosmocore dependencyHarald Welte1-1/+1
2011-02-18LOGGING: remove duplicated code between vty-logging and cfg-loggingHarald Welte1-123/+60
2011-02-18LOGGING: Add missing 'nat' subsystemHarald Welte1-1/+2
2011-02-18LOGGING: configure logging from the vtyHarald Welte4-23/+366
2011-02-17LOGGING: Pass the log level down to the log target output functionHarald Welte1-1/+2
2011-01-22logging: Add isup,m2ua,pcap from the cellmgr.Holger Hans Peter Freyther1-1/+4
2011-01-03vty: Fix typo testing return value of bindSylvain Munaut1-1/+1
2010-12-24Use the app_info->name instead of the hostnameHarald Welte1-1/+1
2010-09-14vty: Add functions to access index and node0.1.20Holger Hans Peter Freyther1-0/+9
2010-09-11vty: Use the copyright string from the app_info.Holger Hans Peter Freyther1-3/+6
2010-09-11vty: Link osmovty to osmocore as it is using the symbolsHolger Hans Peter Freyther1-0/+1
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-29add configure option '--disable-vty' to prevent building libosmovtyHarald Welte1-0/+2
2010-05-25[VTY] Introduce "struct vty_app_info" for vty_init() functionHarald Welte2-13/+12
2010-05-25rename log_info to osmo_log_info to avoid namespace clash with appHarald Welte1-2/+2
2010-05-25Create libosmovty as library from OpenBSC VTY functionsHarald Welte8-0/+6127