index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vty
/
command.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vty: track parent nodes also for telnet sessions
Neels Hofmeyr
2019-11-24
1
-30
/
+24
*
vty: Return error if cmd returns CMD_WARNING while reading cfg file
Pau Espin Pedrol
2019-10-28
1
-2
/
+1
*
vty: Fix go_parent_cb not called for indented nodes at end of cfg file
Pau Espin Pedrol
2019-10-11
1
-0
/
+4
*
vty: Optionally Set/replace cfg file during cmd 'write file'
Pau Espin Pedrol
2019-10-07
1
-2
/
+6
*
MAXPATHLEN set if not defined
Ruben Undheim
2019-09-02
1
-0
/
+5
*
vty: Simplify char escaping in asciidoc output
Pau Espin Pedrol
2019-06-25
1
-9
/
+4
*
vty: command.c: Fix: single-choice optional args are no longer passed incompl...
Pau Espin Pedrol
2019-06-14
1
-5
/
+14
*
vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...
Pau Espin Pedrol
2019-06-14
1
-7
/
+44
*
vty: command.c: Get rid of big indentation block
Pau Espin Pedrol
2019-06-14
1
-30
/
+30
*
command.c: Improve return check condition in cmd_execut_command_real()
Pau Espin Pedrol
2019-06-14
1
-2
/
+2
*
vty: command.c: Get rid of huge indentation block
Pau Espin Pedrol
2019-06-12
1
-91
/
+94
*
cosmetic: vty: command.c: Use upper case for enum match_type value names
Pau Espin Pedrol
2019-06-12
1
-101
/
+101
*
vty: command.c: Fix is_cmd_ambiguous() returning always 0
Pau Espin Pedrol
2019-06-11
1
-5
/
+5
*
vty: command.c: Get rid of huge indentation block
Pau Espin Pedrol
2019-06-11
1
-84
/
+87
*
vty/command.c: cosmetic: add missing curly brackets
Vadim Yanitskiy
2019-06-01
1
-2
/
+4
*
vty: enable tab-completion for optional-multi-choice args
Neels Hofmeyr
2019-02-04
1
-1
/
+10
*
vty: enable optional-multi-choice syntax: [(one|two)]
Neels Hofmeyr
2019-02-04
1
-3
/
+21
*
vty: enable optional-multi-choice syntax: ([one]|[two])
Neels Hofmeyr
2019-02-04
1
-1
/
+1
*
vty: omit HIDDEN from vty reference
Neels Hofmeyr
2018-09-24
1
-2
/
+2
*
vty list: fix deprecation/hidden bit logic
Neels Hofmeyr
2018-09-24
1
-2
/
+1
*
vty reference: fix deprecation bit evaluation
Neels Hofmeyr
2018-09-24
1
-2
/
+2
*
vty: fix use-after-free and memleaks in is_cmd_ambiguous()
Neels Hofmeyr
2018-07-11
1
-20
/
+43
*
vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy()
Neels Hofmeyr
2018-07-09
1
-8
/
+1
*
vty/command.c: talloc from tall_vty_cmd_ctx, not NULL
Neels Hofmeyr
2018-07-09
1
-3
/
+3
*
vty: Don't dump deprecated commands in XML export
Harald Welte
2018-06-09
1
-2
/
+4
*
vty/command.c: write_config_file(): sanely compose temp path
Neels Hofmeyr
2018-03-28
1
-1
/
+11
*
vty: set name for VIEW+ENABLE nodes, for VTY reference
Neels Hofmeyr
2017-12-10
1
-0
/
+4
*
VTY reference: use node names as section names
Neels Hofmeyr
2017-12-10
1
-0
/
+1
*
VTY reference: do not list empty nodes
Neels Hofmeyr
2017-12-10
1
-0
/
+2
*
vty XML export: avoid repeating common node commands for each node
Neels Hofmeyr
2017-12-10
1
-0
/
+45
*
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
2017-11-13
1
-0
/
+6
*
vty: Fix bad use of vector_slot()
Pau Espin Pedrol
2017-11-10
1
-1
/
+1
*
Revert "vty: Fix bad use of vector_slot()"
Neels Hofmeyr
2017-11-01
1
-1
/
+1
*
vty: Fix bad use of vector_slot()
Pau Espin Pedrol
2017-10-24
1
-1
/
+1
*
vty: install 'exit', 'end',... commands on *all* nodes
Neels Hofmeyr
2017-09-27
1
-13
/
+29
*
vty: derive node name from prompt, use as XML ids
Neels Hofmeyr
2017-09-23
1
-1
/
+46
*
vty: use internal node id for xml ids
Neels Hofmeyr
2017-09-23
1
-1
/
+1
*
comment: describe indent_cmp()
Neels Hofmeyr
2017-09-20
1
-0
/
+4
*
fix vty regression: empty parent node
Neels Hofmeyr
2017-09-20
1
-7
/
+32
*
VTY: implicit node exit by de-indenting, not parent lookup
Neels Hofmeyr
2017-09-19
1
-24
/
+192
*
VTY: interactive: never look for matching commands on parent node
Neels Hofmeyr
2017-09-08
1
-26
/
+2
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
1
-2
/
+2
*
doxygen: enable AUTOBRIEF, drop \brief
Neels Hofmeyr
2017-06-23
1
-13
/
+13
*
vty/command.c: drop useless assignment
Vadim Yanitskiy
2017-06-13
1
-1
/
+1
*
update/extend doxygen documentation
Harald Welte
2017-06-12
1
-1
/
+2
*
vty: OSMO_ASSERT() if two identical commands are installed
Harald Welte
2017-01-07
1
-0
/
+19
*
add osmo_gettimeofday as a shim around gettimeofday
Neels Hofmeyr
2016-09-22
1
-1
/
+1
*
add vty call show asciidoc: generate a documentation for counters
Alexander Couzens
2016-06-14
1
-0
/
+53
*
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
1
-2
/
+2
[next]