summaryrefslogtreecommitdiffstats
path: root/src/vty
Commit message (Expand)AuthorAgeFilesLines
* vty: Provide documentation for all logging facilitiesHolger Hans Peter Freyther2011-10-031-1/+10
* vty: Provide logging set-log-mask, deprecate set log maskHolger Hans Peter Freyther2011-10-031-2/+12
* doxygen: Add main page for all three librariesHarald Welte2011-08-301-0/+38
* doxygen: split VTY configuration in multiple filesHarald Welte2011-08-172-2/+2
* doxygen: Add (partial) VTY API documentationHarald Welte2011-08-174-16/+87
* telnet_interface: if we don't check for the return value, don't use retHarald Welte2011-07-161-5/+4
* telnet_interface: get rid of 'const' warningHarald Welte2011-07-161-1/+1
* get rid of non-ANSI function declarations missing (void)Harald Welte2011-07-162-5/+5
* vty: print actual application name rather than always OpenBSC on connectHarald Welte2011-05-221-3/+9
* libosmocore: bump library interface version to '1' for new osmo_ namesHarald Welte2011-05-081-0/+1
* select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-071-9/+9
* vty: Fix a memory leak in the vty description commandHolger Hans Peter Freyther2011-03-291-0/+2
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-237-14/+14
* vty: integration with logging frameworkPablo Neira Ayuso2011-03-191-49/+7
* LOGGING: Use host.app_info->name instead of FIXMEHarald Welte2011-02-241-1/+4
* vty: Revert Makefile.am change for libosmocore dependencyHarald Welte2011-02-191-1/+1
* LOGGING: remove duplicated code between vty-logging and cfg-loggingHarald Welte2011-02-181-123/+60
* LOGGING: Add missing 'nat' subsystemHarald Welte2011-02-181-1/+2
* 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