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: 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
*
vty: Change API to have node installation be done by int
Holger Hans Peter Freyther
2015-08-05
1
-4
/
+4
*
vty: Check with the application before writing the config
Holger Hans Peter Freyther
2014-12-04
1
-0
/
+9
*
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
1
-4
/
+14
*
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: Attempt to fix various meam leaks in the VTY lookup code
Holger Hans Peter Freyther
2013-07-03
1
-0
/
+3
*
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
*
vty: Add xsd and a command that can generate the documentation.
Holger Hans Peter Freyther
2012-07-25
1
-0
/
+148
*
doc: Fix the Doxygen section endings
Sylvain Munaut
2012-04-18
1
-1
/
+1
*
vty: Add a function to write the current config to a file.
Holger Hans Peter Freyther
2012-03-28
1
-46
/
+130
*
doxygen: split VTY configuration in multiple files
Harald Welte
2011-08-17
1
-1
/
+1
*
doxygen: Add (partial) VTY API documentation
Harald Welte
2011-08-17
1
-9
/
+21
*
get rid of non-ANSI function declarations missing (void)
Harald Welte
2011-07-16
1
-1
/
+1
*
include: reorganize headers file to include/osmocom/[gsm|core]
Pablo Neira Ayuso
2011-03-23
1
-1
/
+1
*
LOGGING: configure logging from the vty
Harald Welte
2011-02-18
1
-0
/
+4
*
vty: Everything <= CONFIG_NODE is not a child of config
Holger Hans Peter Freyther
2010-09-04
1
-2
/
+2
*
vty: Handle nodes part of the lib in the lib, for the rest call the callback
Holger Hans Peter Freyther
2010-08-26
1
-5
/
+7
*
vty: Add a new callback to let code decide if it is a config node or not
Holger Hans Peter Freyther
2010-08-26
1
-0
/
+4
*
vty: Move the assumption of the config nodes into a function
Holger Hans Peter Freyther
2010-08-26
1
-3
/
+9
*
[VTY] add support for numeric ranges with negative numbers
Andreas Eversberg
2010-07-13
1
-31
/
+67
*
[VTY] Introduce "struct vty_app_info" for vty_init() function
Harald Welte
2010-05-25
1
-8
/
+9
*
Create libosmovty as library from OpenBSC VTY functions
Harald Welte
2010-05-25
1
-0
/
+3176