| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cygwin: Link many libraries with -no-undefined to create a dll | Holger Hans Peter Freyther | 2013-03-03 | 1 | -1/+1 |
* | 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 |
* | VTY: don't show HIDDEN or DEPRECATED vty commands in ? completion | Harald Welte | 2013-02-12 | 1 | -0/+3 |
* | vty/command.c: Cosmetic cleanup | Harald Welte | 2013-02-12 | 1 | -82/+81 |
* | vty: Do better filtering of arguments, optional args particularly | Sylvain Munaut | 2013-01-03 | 1 | -208/+143 |
* | build: Don't use the deprecated INCLUDES in the various Makefile.am | Sylvain Munaut | 2012-12-11 | 1 | -2/+1 |
* | 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: Address compiler warning about the const qualifier | Holger Hans Peter Freyther | 2012-09-11 | 1 | -1/+1 |
* | vty: Address compiler warning about tolower | Holger Hans Peter Freyther | 2012-09-11 | 1 | -0/+1 |
* | import vty_cmd_string_from_valstr() from osmo-bts | Harald Welte | 2012-08-20 | 1 | -0/+54 |
* | vty: Print the string using "%s", string to avoid security issues | Holger Hans Peter Freyther | 2012-08-02 | 1 | -1/+1 |
* | vty: Document the .TEXT of the description | Holger Hans Peter Freyther | 2012-07-25 | 1 | -1/+2 |
* | vty: Add xsd and a command that can generate the documentation. | Holger Hans Peter Freyther | 2012-07-25 | 1 | -0/+148 |