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
*
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
*
logging: Introduce mutex API to manage log_target in multi-thread envs
Pau Espin Pedrol
2019-10-09
1
-88
/
+113
*
vty: Optionally Set/replace cfg file during cmd 'write file'
Pau Espin Pedrol
2019-10-07
1
-2
/
+6
*
tdef: Introduce min_val and max_val fields
Pau Espin Pedrol
2019-10-07
1
-7
/
+28
*
MAXPATHLEN set if not defined
Ruben Undheim
2019-09-02
2
-0
/
+10
*
fix: vty crash by logging during VTY_CLOSED event handling
Neels Hofmeyr
2019-08-30
1
-3
/
+3
*
vty: Register logp cmd next to logging commands
Pau Espin Pedrol
2019-08-20
1
-2
/
+3
*
add vty logp command to echo on all log targets
Neels Hofmeyr
2019-08-13
1
-0
/
+41
*
Bump version: 1.1.0.107-afce-dirty → 1.2.0
Pau Espin Pedrol
2019-08-06
1
-1
/
+1
*
Get rid of osmo_str_tolower() use inside libosmocore code
Pau Espin Pedrol
2019-08-02
1
-11
/
+13
*
vty/vty.c: the command buffer can be accessed directly
Vadim Yanitskiy
2019-07-30
1
-7
/
+7
*
vty/vty.c: fix vty_read(): prevent further heap-buffer overrun
Vadim Yanitskiy
2019-07-30
1
-0
/
+2
*
vty/telnet_interface.c: log connection accept() / close() events
Vadim Yanitskiy
2019-07-30
1
-0
/
+12
*
vty/logging_vty.c: fix writing of 'print category-hex'
Vadim Yanitskiy
2019-07-30
1
-0
/
+2
*
vty/telnet_interface.c: avoid unneeded initialization
Vadim Yanitskiy
2019-07-27
1
-1
/
+1
*
vty/telnet_interface.c: use DLGLOBAL logging sub-system
Vadim Yanitskiy
2019-07-27
1
-2
/
+2
*
stats_vty: Add verb to sentence for show asciidoc counters
Daniel Willmann
2019-07-25
1
-1
/
+1
*
vty: Simplify char escaping in asciidoc output
Pau Espin Pedrol
2019-06-25
1
-9
/
+4
*
vty: Remove trailing whitespace in output from show asciidoc
Pau Espin Pedrol
2019-06-19
1
-2
/
+2
*
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
*
tdef: Fix license: GPLv2+ instead of AGPLv3+
Harald Welte
2019-05-27
1
-4
/
+5
*
Bump version: 1.0.1.143-cc72c → 1.1.0
Pau Espin Pedrol
2019-05-07
1
-1
/
+1
*
add vty_is_active()
Neels Hofmeyr
2019-05-03
1
-0
/
+10
*
add osmo_str_startswith()
Neels Hofmeyr
2019-04-11
1
-11
/
+1
*
vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp()
Vadim Yanitskiy
2019-04-11
1
-1
/
+1
*
vty/talloc_ctx_vty.c: allocate walk_cb_params on stack, not heap
Vadim Yanitskiy
2019-04-11
1
-43
/
+15
*
select: Rename BSC_FD_* constants to OSMO_FD_*
Harald Welte
2019-03-21
1
-8
/
+8
*
vty/tdef_vty.c: drop redundant comparison
Vadim Yanitskiy
2019-03-19
1
-1
/
+1
*
represent negative T-timers as Osmocom-specific X-timers
Neels Hofmeyr
2019-03-06
1
-9
/
+22
*
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
[next]