| Commit message (Expand) | Author | Age | Files | Lines |
* | logging_vty: Simplify code in config_write_log_single | Pau Espin Pedrol | 2018-07-25 | 1 | -7/+1 |
* | vty: Add logging_vty_add_deprecated_subsys | Harald Welte | 2018-06-09 | 1 | -0/+21 |
* | vty: fix 'logging print file' output | Neels Hofmeyr | 2018-02-06 | 1 | -8/+11 |
* | logging vty: add 'logging print file (0|1|basename)' cmd | Neels Hofmeyr | 2018-01-19 | 1 | -0/+27 |
* | logging: separate the '<000b>' subsys from filename logging | Neels Hofmeyr | 2018-01-19 | 1 | -0/+19 |
* | logging: add ability to log the log-level with API and vty | Neels Hofmeyr | 2018-01-17 | 1 | -0/+21 |
* | Use 127.0.0.1 for GSMTAP logging by default | Max | 2018-01-05 | 1 | -3/+3 |
* | logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL() | Neels Hofmeyr | 2017-12-12 | 1 | -2/+11 |
* | Fix/Update copyright notices; Add SPDX annotation | Harald Welte | 2017-11-13 | 1 | -0/+2 |
* | [doc] Don't add libosmovty bits to libosmocore groups | Harald Welte | 2017-10-16 | 1 | -10/+15 |
* | vty: install 'exit', 'end',... commands on *all* nodes | Neels Hofmeyr | 2017-09-27 | 1 | -1/+0 |
* | Ignore broken everything log level | Max | 2017-07-10 | 1 | -2/+9 |
* | doxygen: unify use of \file across the board | Neels Hofmeyr | 2017-06-23 | 1 | -2/+4 |
* | doxygen: enable AUTOBRIEF, drop \brief | Neels Hofmeyr | 2017-06-23 | 1 | -1/+1 |
* | update/extend doxygen documentation | Harald Welte | 2017-06-12 | 1 | -0/+12 |
* | vty: cleanup logging functions | Max | 2017-05-09 | 1 | -3/+3 |
* | fix spelling in API docu, command reply, logging, descriptions | Thorsten Alteholz | 2017-04-23 | 1 | -1/+1 |
* | logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* | Neels Hofmeyr | 2017-02-23 | 1 | -2/+2 |
* | logging: centrally define ctx and filter indexes | Neels Hofmeyr | 2017-02-22 | 1 | -2/+2 |
* | Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]' | Neels Hofmeyr | 2016-12-11 | 1 | -1/+2 |
* | Implement GSMTAP log target | Harald Welte | 2016-12-09 | 1 | -0/+32 |
* | vty: Skip printing non-initialized log categories | Daniel Willmann | 2016-11-15 | 1 | -0/+3 |
* | vty: Fix writing the logging of category | Michael McTernan | 2015-03-20 | 1 | -1/+1 |
* | vty: Fix typo in the state creation | Holger Hans Peter Freyther | 2015-01-27 | 1 | -1/+1 |
* | logging: Make it possible to print category/subsys and timestamps | Holger Hans Peter Freyther | 2014-12-05 | 1 | -3/+46 |
* | logging: Add ability to save/print current log filters | Harald Welte | 2014-08-25 | 1 | -2/+6 |
* | vty: Add vty_install_default() and use for the vty nodes | Jacob Erlbeck | 2013-09-08 | 1 | -2/+1 |
* | vty: Fix logically dead code in the description handling | Holger Hans Peter Freyther | 2013-07-14 | 1 | -1/+1 |
* | logging_vty: Fix segfault un unused entries in log_info_cat array of app | Harald Welte | 2013-03-19 | 1 | -0/+4 |
* | logging_vty: Print 'log filter all' info in 'show logging vty' | Harald Welte | 2013-03-13 | 1 | -0/+6 |
* | Added a ring buffer log target to store the last N log messages. | Katerina Barone-Adesi | 2013-02-27 | 1 | -4/+81 |
* | Revert "Added a ring buffer log target to store the last N log messages." | Holger Hans Peter Freyther | 2013-02-27 | 1 | -81/+4 |
* | Added a ring buffer log target to store the last N log messages. | Katerina Barone-Adesi | 2013-02-27 | 1 | -4/+81 |
* | logging: Make sure to install standard "end" command in VTY node | Harald Welte | 2012-10-22 | 1 | -0/+2 |
* | logging: Don't forget to save "logging filter all 1" | Harald Welte | 2012-10-22 | 1 | -0/+4 |
* | vty: Document the .TEXT of the description | Holger Hans Peter Freyther | 2012-07-25 | 1 | -1/+2 |
* | vty: Provide documentation for all logging facilities | Holger Hans Peter Freyther | 2011-10-03 | 1 | -1/+10 |
* | vty: Provide logging set-log-mask, deprecate set log mask | Holger Hans Peter Freyther | 2011-10-03 | 1 | -2/+12 |
* | vty: Fix a memory leak in the vty description command | Holger Hans Peter Freyther | 2011-03-29 | 1 | -0/+2 |
* | include: reorganize headers file to include/osmocom/[gsm|core] | Pablo Neira Ayuso | 2011-03-23 | 1 | -3/+3 |
* | vty: integration with logging framework | Pablo Neira Ayuso | 2011-03-19 | 1 | -49/+7 |
* | LOGGING: Use host.app_info->name instead of FIXME | Harald Welte | 2011-02-24 | 1 | -1/+4 |
* | LOGGING: remove duplicated code between vty-logging and cfg-logging | Harald Welte | 2011-02-18 | 1 | -123/+60 |
* | LOGGING: Add missing 'nat' subsystem | Harald Welte | 2011-02-18 | 1 | -1/+2 |
* | LOGGING: configure logging from the vty | Harald Welte | 2011-02-18 | 1 | -22/+355 |
* | LOGGING: Pass the log level down to the log target output function | Harald Welte | 2011-02-17 | 1 | -1/+2 |
* | logging: Add isup,m2ua,pcap from the cellmgr. | Holger Hans Peter Freyther | 2011-01-22 | 1 | -1/+4 |
* | rename log_info to osmo_log_info to avoid namespace clash with app | Harald Welte | 2010-05-25 | 1 | -2/+2 |
* | Create libosmovty as library from OpenBSC VTY functions | Harald Welte | 2010-05-25 | 1 | -0/+347 |