index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
vty
Commit message (
Expand
)
Author
Age
Files
Lines
*
logging/vty: fix: actually ignore deprecated logging commands
Vadim Yanitskiy
2019-11-21
3
-0
/
+9
*
vty: Return error if cmd returns CMD_WARNING while reading cfg file
Pau Espin Pedrol
2019-10-28
3
-0
/
+27
*
vty: command.c: Fix: single-choice optional args are no longer passed incompl...
Pau Espin Pedrol
2019-06-14
1
-1
/
+1
*
vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...
Pau Espin Pedrol
2019-06-14
1
-6
/
+6
*
vty: tests: Verify incomplete optional parameters are passed to vty funcs
Pau Espin Pedrol
2019-06-14
2
-0
/
+18
*
vty: command.c: Fix is_cmd_ambiguous() returning always 0
Pau Espin Pedrol
2019-06-11
1
-3
/
+3
*
vty_transcript_test.vty: add choice auto-complete tests
Vadim Yanitskiy
2019-06-06
1
-0
/
+9
*
vty: enable optional-multi-choice syntax: [(one|two)]
Neels Hofmeyr
2019-02-04
2
-0
/
+24
*
vty: enable optional-multi-choice syntax: ([one]|[two])
Neels Hofmeyr
2019-02-04
1
-1
/
+1
*
add generic vty_transcript_test.c, vty_transcript_test.vty
Neels Hofmeyr
2019-02-04
2
-0
/
+283
*
vty: fix use-after-free and memleaks in is_cmd_ambiguous()
Neels Hofmeyr
2018-07-11
2
-0
/
+81
*
use osmo_init_logging2() with proper talloc ctx
Neels Hofmeyr
2018-04-06
1
-3
/
+7
*
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
2017-11-13
1
-3
/
+5
*
vty: install 'exit', 'end',... commands on *all* nodes
Neels Hofmeyr
2017-09-27
1
-3
/
+0
*
vty_test: add artificial node levels for better testing
Neels Hofmeyr
2017-09-20
13
-39
/
+440
*
fix vty regression: empty parent node
Neels Hofmeyr
2017-09-20
3
-0
/
+5
*
VTY: implicit node exit by de-indenting, not parent lookup
Neels Hofmeyr
2017-09-19
12
-0
/
+82
*
VTY: interactive: never look for matching commands on parent node
Neels Hofmeyr
2017-09-08
2
-7
/
+3
*
vty: cleanup logging functions
Max
2017-05-09
1
-1
/
+1
*
stats/test: Add tests to check VTY configuration
Jacob Erlbeck
2015-08-22
2
-0
/
+194
*
vty/test: Refactor vty creation/deletion into separate functions
Jacob Erlbeck
2015-08-22
1
-29
/
+46
*
stats/vty: Add stats configuration
Jacob Erlbeck
2015-10-29
1
-3
/
+3
*
vty: Make vty_event dispatch signals and use it in the testcase
Holger Hans Peter Freyther
2013-10-10
1
-4
/
+17
*
vty: Fix compiler warning in the test
Holger Hans Peter Freyther
2013-09-10
1
-1
/
+2
*
vty: Add vty_install_default() and use for the vty nodes
Jacob Erlbeck
2013-09-08
2
-0
/
+167
*
vty: Support multi-char separators and end strings
Jacob Erlbeck
2013-08-06
1
-1
/
+1
*
vty: Fix misusage of snprintf in vty/utils.c
Jacob Erlbeck
2013-08-06
2
-0
/
+55