aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
2017-10-15Rename 'statistics.c' to 'counter.c'Harald Welte2-2/+2
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr4-16/+29
2017-09-27VTY: implement talloc context introspection commandVadim Yanitskiy2-1/+281
2017-09-27vty/vty.c: do not bind vty context to application's oneVadim Yanitskiy1-1/+1
2017-09-23vty: derive node name from prompt, use as XML idsNeels Hofmeyr1-1/+46
2017-09-23vty: use internal node id for xml idsNeels Hofmeyr1-1/+1
2017-09-20comment: describe indent_cmp()Neels Hofmeyr1-0/+4
2017-09-20fix vty regression: empty parent nodeNeels Hofmeyr1-7/+32
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2-24/+200
2017-09-08VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr1-26/+2
2017-09-05cosmetic: clarify language in vty read errorKeith1-1/+1
2017-07-10Ignore broken everything log levelMax1-2/+9
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr9-20/+28
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr8-43/+43
2017-06-13vty/command.c: drop useless assignmentVadim Yanitskiy1-1/+1
2017-06-12update/extend doxygen documentationHarald Welte8-21/+82
2017-06-12Update doxygen main page for libosmo{core,gsm,vty}Harald Welte1-0/+10
2017-05-09vty: cleanup logging functionsMax1-3/+3
2017-04-23fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz1-1/+1
2017-02-23logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr1-2/+2
2017-02-22logging: centrally define ctx and filter indexesNeels Hofmeyr1-2/+2
2017-01-07fsm: Add VTY introspection of osmo_fsm and their instancesHarald Welte2-1/+178
2017-01-07vty: OSMO_ASSERT() if two identical commands are installedHarald Welte1-0/+19
2016-12-21Catch-up with git version tagsMax1-1/+2
2016-12-11Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'Neels Hofmeyr1-1/+2
2016-12-09Implement GSMTAP log targetHarald Welte1-0/+32
2016-11-26telnet_interface: Handle osmo_fd_register() eror return codeHarald Welte1-1/+6
2016-11-15vty: Skip printing non-initialized log categoriesDaniel Willmann1-0/+3
2016-10-18vty/show asciidoc: counters: improve table headersAlexander Couzens1-5/+8
2016-10-18vty/show asciidoc: add user readable description of the versionAlexander Couzens1-0/+10
2016-10-13vty/osmo_counter: use name if description is NULLAlexander Couzens1-1/+5
2016-09-23log telnet bind address and portNeels Hofmeyr1-1/+8
2016-09-22add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr1-1/+1
2016-08-20vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1"Neels Hofmeyr1-1/+1
2016-06-15vty: Fix documentation of 'show asciidoc counters' VTY commandHarald Welte1-1/+1
2016-06-14add vty call show asciidoc: generate a documentation for countersAlexander Couzens2-0/+195
2016-02-25vty: add bind command for telnet vty lineNeels Hofmeyr1-0/+28
2015-11-09vty: Use NULL to have a null pointer instead of '\0'Holger Hans Peter Freyther1-3/+3
2015-12-08stat: Explicitly support stat_items without unitJacob Erlbeck1-1/+4
2015-12-05remove our internal copy of talloc, use system libtallocHarald Welte1-2/+2
2015-11-12vty: Don't call exit() but rather use OSMO_ASSERT()Harald Welte1-15/+4
2015-11-12fix FSF address in sources/headersJaroslav Škarvada3-6/+6
2015-11-07stats: Document the level in show stats level optionsHolger Hans Peter Freyther1-0/+1
2015-08-22stats/vty: Add selective show stats commandJacob Erlbeck2-2/+31
2015-11-03misc: Prepare the release of libosmocore 0.9.00.9.0Holger Hans Peter Freyther1-1/+1
2015-11-02stats: Fix handling of the no mtu commandHolger Hans Peter Freyther1-1/+1
2015-11-02stats: Limit reporting by class idJacob Erlbeck1-0/+37
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck2-48/+48
2015-10-29stats: Add log reporterJacob Erlbeck1-0/+49
2015-10-29stats: Make net config optionalJacob Erlbeck1-12/+15