make sure we don't have namespace clashes between libraries and apps
[osmocom-bb.git] / src / vty /
2011-07-16 Harald Weltetelnet_interface: if we don't check for the return...
2011-07-16 Harald Weltetelnet_interface: get rid of 'const' warning
2011-07-16 Harald Welteget rid of non-ANSI function declarations missing ...
2011-05-23 Pablo Neira AyusoMerge branch 'master' of git.osmocom.org:libosmocore
2011-05-22 Harald Weltevty: print actual application name rather than always...
2011-05-08 Harald Weltelibosmocore: bump library interface version to '1'...
2011-05-07 Pablo Neira Ayusoselect: use namespace prefix osmo_fd* and osmo_select*
2011-03-29 Holger Hans Peter... vty: Fix a memory leak in the vty description command
2011-03-23 Pablo Neira Ayusoinclude: reorganize headers file to include/osmocom...
2011-03-19 Pablo Neira Ayusovty: integration with logging framework
2011-03-02 Harald WelteMerge branch 'master' of git.osmocom.org:libosmocore
2011-02-24 Harald WelteLOGGING: Use host.app_info->name instead of FIXME
2011-02-19 Harald Weltevty: Revert Makefile.am change for libosmocore dependency
2011-02-18 Harald WelteLOGGING: remove duplicated code between vty-logging...
2011-02-18 Harald WelteLOGGING: Add missing 'nat' subsystem
2011-02-18 Harald WelteLOGGING: configure logging from the vty
2011-02-17 Harald WelteLOGGING: Pass the log level down to the log target...
2011-01-22 Holger Hans Peter... logging: Add isup,m2ua,pcap from the cellmgr.
2011-01-03 Sylvain Munautvty: Fix typo testing return value of bind
2010-12-24 Harald WelteUse the app_info->name instead of the hostname
2010-09-13 Holger Hans Peter... vty: Add functions to access index and node
2010-09-11 Holger Hans Peter... vty: Use the copyright string from the app_info.
2010-09-10 Holger Hans Peter... vty: Link osmovty to osmocore as it is using the symbols
2010-09-04 Holger Hans Peter... vty: Everything <= CONFIG_NODE is not a child of config
2010-08-26 Holger Hans Peter... vty: Handle nodes part of the lib in the lib, for the...
2010-08-26 Holger Hans Peter... vty: Add a new callback to let code decide if it is...
2010-08-26 Holger Hans Peter... vty: Move the assumption of the config nodes into a...
2010-07-13 Andreas Eversberg[VTY] add support for numeric ranges with negative...
2010-06-01 Harald WelteMerge remote branch 'origin/master'
2010-05-29 Harald Welteadd configure option '--disable-vty' to prevent buildin...
2010-05-25 Harald Welte[VTY] Introduce "struct vty_app_info" for vty_init...
2010-05-25 Harald Welterename log_info to osmo_log_info to avoid namespace...
2010-05-25 Harald WelteCreate libosmovty as library from OpenBSC VTY functions