summaryrefslogtreecommitdiffstats
path: root/src/vty
Commit message (Expand)AuthorAgeFilesLines
* vty/command.c: drop useless assignmentVadim Yanitskiy2017-06-131-1/+1
* update/extend doxygen documentationHarald Welte2017-06-128-21/+82
* Update doxygen main page for libosmo{core,gsm,vty}Harald Welte2017-06-121-0/+10
* vty: cleanup logging functionsMax2017-05-091-3/+3
* fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz2017-04-231-1/+1
* logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2017-02-231-2/+2
* logging: centrally define ctx and filter indexesNeels Hofmeyr2017-02-221-2/+2
* fsm: Add VTY introspection of osmo_fsm and their instancesHarald Welte2017-01-072-1/+178
* vty: OSMO_ASSERT() if two identical commands are installedHarald Welte2017-01-071-0/+19
* Catch-up with git version tagsMax2016-12-211-1/+2
* Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'Neels Hofmeyr2016-12-111-1/+2
* Implement GSMTAP log targetHarald Welte2016-12-091-0/+32
* telnet_interface: Handle osmo_fd_register() eror return codeHarald Welte2016-11-261-1/+6
* vty: Skip printing non-initialized log categoriesDaniel Willmann2016-11-151-0/+3
* vty/show asciidoc: counters: improve table headersAlexander Couzens2016-10-181-5/+8
* vty/show asciidoc: add user readable description of the versionAlexander Couzens2016-10-181-0/+10
* vty/osmo_counter: use name if description is NULLAlexander Couzens2016-10-131-1/+5
* log telnet bind address and portNeels Hofmeyr2016-09-231-1/+8
* add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2016-09-221-1/+1
* vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1"Neels Hofmeyr2016-08-201-1/+1
* vty: Fix documentation of 'show asciidoc counters' VTY commandHarald Welte2016-06-151-1/+1
* add vty call show asciidoc: generate a documentation for countersAlexander Couzens2016-06-142-0/+195
* vty: add bind command for telnet vty lineNeels Hofmeyr2016-02-251-0/+28
* vty: Use NULL to have a null pointer instead of '\0'Holger Hans Peter Freyther2015-11-091-3/+3
* stat: Explicitly support stat_items without unitJacob Erlbeck2015-12-081-1/+4
* remove our internal copy of talloc, use system libtallocHarald Welte2015-12-051-2/+2
* vty: Don't call exit() but rather use OSMO_ASSERT()Harald Welte2015-11-121-15/+4
* fix FSF address in sources/headersJaroslav Škarvada2015-11-123-6/+6
* stats: Document the level in show stats level optionsHolger Hans Peter Freyther2015-11-071-0/+1
* stats/vty: Add selective show stats commandJacob Erlbeck2015-08-222-2/+31
* misc: Prepare the release of libosmocore 0.9.0Holger Hans Peter Freyther2015-11-031-1/+1
* stats: Fix handling of the no mtu commandHolger Hans Peter Freyther2015-11-021-1/+1
* stats: Limit reporting by class idJacob Erlbeck2015-11-021-0/+37
* stats: Add osmo_ name prefix to identifiersJacob Erlbeck2015-11-022-48/+48
* stats: Add log reporterJacob Erlbeck2015-10-291-0/+49
* stats: Make net config optionalJacob Erlbeck2015-10-291-12/+15
* stats: Add missing mtu command to 'write' outputJacob Erlbeck2015-10-291-0/+3
* stats: Support statsd Multi-Metric PacketsJacob Erlbeck2015-10-291-0/+19
* stats: Implement timer based reportingJacob Erlbeck2015-10-291-13/+21
* stats/vty: Add stats configurationJacob Erlbeck2015-10-291-1/+260
* stats/vty: Add stats_vty.cJacob Erlbeck2015-10-292-1/+53
* stat/vty: Add vty_out_statistics_full to show all statisticsJacob Erlbeck2015-10-281-0/+58
* stat/vty: Use the iterator algorithms to show ctrg and statgJacob Erlbeck2015-10-281-20/+43
* stats: Add vty_out_stat_item_groupJacob Erlbeck2015-10-281-0/+22
* Prepare new upstream releaseHolger Hans Peter Freyther2015-08-231-1/+1
* vty: Change API to have node installation be done by intHolger Hans Peter Freyther2015-08-051-4/+4
* vty: Fix writing the logging of categoryMichael McTernan2015-03-201-1/+1
* vty: Fix typo in the state creationHolger Hans Peter Freyther2015-01-271-1/+1
* Prepare a new libosmocore releaseHolger Hans Peter Freyther2015-01-181-1/+1
* logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther2014-12-051-3/+46