| Commit message (Expand) | Author | Age | Files | Lines |
* | vty: add bind command for telnet vty line | Neels Hofmeyr | 2016-02-25 | 1 | -0/+28 |
* | vty: Use NULL to have a null pointer instead of '\0' | Holger Hans Peter Freyther | 2015-11-09 | 1 | -3/+3 |
* | stat: Explicitly support stat_items without unit | Jacob Erlbeck | 2015-12-08 | 1 | -1/+4 |
* | remove our internal copy of talloc, use system libtalloc | Harald Welte | 2015-12-05 | 1 | -2/+2 |
* | vty: Don't call exit() but rather use OSMO_ASSERT() | Harald Welte | 2015-11-12 | 1 | -15/+4 |
* | fix FSF address in sources/headers | Jaroslav Škarvada | 2015-11-12 | 3 | -6/+6 |
* | stats: Document the level in show stats level options | Holger Hans Peter Freyther | 2015-11-07 | 1 | -0/+1 |
* | stats/vty: Add selective show stats command | Jacob Erlbeck | 2015-08-22 | 2 | -2/+31 |
* | misc: Prepare the release of libosmocore 0.9.0 | Holger Hans Peter Freyther | 2015-11-03 | 1 | -1/+1 |
* | stats: Fix handling of the no mtu command | Holger Hans Peter Freyther | 2015-11-02 | 1 | -1/+1 |
* | stats: Limit reporting by class id | Jacob Erlbeck | 2015-11-02 | 1 | -0/+37 |
* | stats: Add osmo_ name prefix to identifiers | Jacob Erlbeck | 2015-11-02 | 2 | -48/+48 |
* | stats: Add log reporter | Jacob Erlbeck | 2015-10-29 | 1 | -0/+49 |
* | stats: Make net config optional | Jacob Erlbeck | 2015-10-29 | 1 | -12/+15 |
* | stats: Add missing mtu command to 'write' output | Jacob Erlbeck | 2015-10-29 | 1 | -0/+3 |
* | stats: Support statsd Multi-Metric Packets | Jacob Erlbeck | 2015-10-29 | 1 | -0/+19 |
* | stats: Implement timer based reporting | Jacob Erlbeck | 2015-10-29 | 1 | -13/+21 |
* | stats/vty: Add stats configuration | Jacob Erlbeck | 2015-10-29 | 1 | -1/+260 |
* | stats/vty: Add stats_vty.c | Jacob Erlbeck | 2015-10-29 | 2 | -1/+53 |
* | stat/vty: Add vty_out_statistics_full to show all statistics | Jacob Erlbeck | 2015-10-28 | 1 | -0/+58 |
* | stat/vty: Use the iterator algorithms to show ctrg and statg | Jacob Erlbeck | 2015-10-28 | 1 | -20/+43 |
* | stats: Add vty_out_stat_item_group | Jacob Erlbeck | 2015-10-28 | 1 | -0/+22 |
* | Prepare new upstream release | Holger Hans Peter Freyther | 2015-08-23 | 1 | -1/+1 |
* | vty: Change API to have node installation be done by int | Holger Hans Peter Freyther | 2015-08-05 | 1 | -4/+4 |
* | 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 |
* | Prepare a new libosmocore release | Holger Hans Peter Freyther | 2015-01-18 | 1 | -1/+1 |
* | logging: Make it possible to print category/subsys and timestamps | Holger Hans Peter Freyther | 2014-12-05 | 1 | -3/+46 |
* | vty: Check with the application before writing the config | Holger Hans Peter Freyther | 2014-12-04 | 1 | -0/+9 |
* | vty/vector.c: Use string.h, not memory.h | Harald Welte | 2014-11-14 | 1 | -1/+1 |
* | remove references to u_long type, use 'unsigned long' instead | Harald Welte | 2014-11-14 | 2 | -3/+3 |
* | remove references to u_char type, use 'unsigned char' instead | Harald Welte | 2014-11-14 | 2 | -2/+2 |
* | build: remove unused all_includes and use AM_CPPFLAGS | Jan Engelhardt | 2014-10-03 | 1 | -1/+2 |
* | misc: Look into the build directory for generated files | Holger Hans Peter Freyther | 2014-09-25 | 1 | -1/+1 |
* | logging: Add ability to save/print current log filters | Harald Welte | 2014-08-25 | 1 | -2/+6 |
* | prepare for 0.7.0 release | Harald Welte | 2014-08-21 | 1 | -1/+1 |
* | write_queue: Use EBADF instead of EBABDFD for portability | Holger Hans Peter Freyther | 2014-07-01 | 2 | -2/+2 |
* | vty: Avoid use-after-free in VTY telnet interface | Daniel Willmann | 2014-06-22 | 2 | -4/+4 |
* | vty: Make vty_event dispatch signals and use it in the testcase | Holger Hans Peter Freyther | 2013-10-10 | 1 | -1/+13 |
* | vty: Allow vty_go_parent() in all nodes. | Jacob Erlbeck | 2013-09-11 | 1 | -5/+25 |
* | vty: Replace 'enum node_type' by 'int' for last_node | Jacob Erlbeck | 2013-09-10 | 1 | -1/+1 |
* | vty: Add vty_install_default() and use for the vty nodes | Jacob Erlbeck | 2013-09-08 | 3 | -7/+16 |
* | vty: Refactored vty_go_parent(), 'end' and 'exit' | Jacob Erlbeck | 2013-09-08 | 1 | -22/+35 |
* | vty: Rename is_config() to is_config_child() | Jacob Erlbeck | 2013-09-08 | 1 | -3/+3 |
* | vty: Support multi-char separators and end strings | Jacob Erlbeck | 2013-08-06 | 1 | -4/+5 |
* | vty: Fix misusage of snprintf in vty/utils.c | Jacob Erlbeck | 2013-08-06 | 1 | -2/+2 |
* | vty: Fix logically dead code in the description handling | Holger Hans Peter Freyther | 2013-07-14 | 1 | -1/+1 |
* | vty: Attempt to fix various meam leaks in the VTY lookup code | Holger Hans Peter Freyther | 2013-07-03 | 1 | -0/+3 |
* | 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 |