index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vty
Commit message (
Expand
)
Author
Age
Files
Lines
*
add osmo_tdef API, originally adopted from osmo-bsc T_def
Neels Hofmeyr
2019-02-04
2
-1
/
+374
*
vty api: add vty_out_va()
Neels Hofmeyr
2019-02-04
1
-12
/
+19
*
vty telnet: consistently never change nodes upon CTRL-C
Neels Hofmeyr
2019-02-04
1
-18
/
+0
*
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
*
Bump version: 0.12.0.128-8dfde → 1.0.0
Harald Welte
2019-01-19
1
-1
/
+1
*
Fix VTY documentation error introduced in "bind" VTY port change
Harald Welte
2018-12-23
1
-1
/
+2
*
vty: Make TCP port configurable and introduce telnet_init_default
Holger Hans Peter Freyther
2018-12-23
2
-3
/
+31
*
vty: The telnet interface is TCP only. Fix the comments
Holger Hans Peter Freyther
2018-12-22
1
-2
/
+2
*
make 'show rate-counters' show group index
Stefan Sperling
2018-10-29
1
-1
/
+1
*
stop printing group description in vty_out_rate_ctr_group_fmt()
Stefan Sperling
2018-10-29
2
-3
/
+1
*
vty: adjust telnet log
Max
2018-10-24
1
-1
/
+1
*
vty.c: Set vty->fd to -1 after closing the FD
Harald Welte
2018-10-21
1
-1
/
+3
*
telnet_interface: avoid double-close of fd()
Harald Welte
2018-10-21
1
-1
/
+1
*
vty logging: fix crash when missing 'logging enable'
Neels Hofmeyr
2018-10-01
1
-0
/
+8
*
logging_vty: Ensure writing well-formed config files
Harald Welte
2018-09-25
1
-9
/
+9
*
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
*
logging vty: add 'logging level set-all <level>'
Neels Hofmeyr
2018-09-16
1
-0
/
+24
*
logging vty: deprecate 'all', introduce 'force-all'
Neels Hofmeyr
2018-09-13
1
-20
/
+57
*
logging vty: write: check logging levels validity
Neels Hofmeyr
2018-09-13
1
-7
/
+23
*
logging vty: deprecate the 'everything' keyword
Neels Hofmeyr
2018-09-13
1
-12
/
+22
*
logging vty: rewrite 'logging level' vty cmd generation
Neels Hofmeyr
2018-09-13
1
-6
/
+61
*
add osmo_str_tolower() and _toupper() with test
Neels Hofmeyr
2018-09-07
1
-7
/
+4
*
log: add 'last' option to 'logging print file'
Neels Hofmeyr
2018-08-27
1
-2
/
+8
*
vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 release
Pau Espin Pedrol
2018-08-20
1
-1
/
+1
*
vty/vty.c: fix bug in vty_config_write
Mykola Shchetinin
2018-08-05
1
-0
/
+2
*
vty/vty.c: remove dead unused tall_bsc_ctx
Vadim Yanitskiy
2018-07-30
1
-2
/
+0
*
ctrl/vty: fsm: use correct element when iterating over fsm->proc.children
Alexander Couzens
2018-07-29
1
-1
/
+1
*
Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0
Pau Espin Pedrol
2018-07-27
1
-1
/
+1
*
logging_vty: Simplify code in config_write_log_single
Pau Espin Pedrol
2018-07-25
1
-7
/
+1
*
stats_vty: Add asciidoc sections between the different counters
Daniel Willmann
2018-07-24
1
-0
/
+3
*
vty: initialize termios before using it
Alexander Couzens
2018-07-20
1
-1
/
+1
*
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: Add logging_vty_add_deprecated_subsys
Harald Welte
2018-06-09
1
-0
/
+21
*
vty: Don't dump deprecated commands in XML export
Harald Welte
2018-06-09
1
-2
/
+4
*
remove unused argument from pad_append_ctr() helper function
Stefan Sperling
2018-05-25
1
-7
/
+7
*
Add a 'show rate-counters' VTY command.
Stefan Sperling
2018-05-24
1
-0
/
+17
*
introduce vty_out_rate_ctr_group_fmt() function
Stefan Sperling
2018-05-24
1
-0
/
+136
*
Bump version: 0.10.2.284-bc47-dirty → 0.11.0
Pau Espin Pedrol
2018-05-03
1
-1
/
+1
*
vty/command.c: write_config_file(): sanely compose temp path
Neels Hofmeyr
2018-03-28
1
-1
/
+11
*
VTY: Don't welcome the user to the "control" interface, if it's VTY
Harald Welte
2018-03-27
1
-1
/
+1
*
ensure VTY commands don't segfault if an FSM has no event names
Stefan Sperling
2018-02-26
1
-4
/
+8
*
ensure that osmo_fsm vty commands are only installed once
Stefan Sperling
2018-02-23
1
-0
/
+12
*
talloc_ctx_vty: Fix help strings (missing \n at end of line)
Harald Welte
2018-02-14
1
-3
/
+3
*
vty: fix 'logging print file' output
Neels Hofmeyr
2018-02-06
1
-8
/
+11
[next]