aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-29stats: Add missing mtu command to 'write' outputJacob Erlbeck1-0/+3
2015-10-29stats: Support statsd Multi-Metric PacketsJacob Erlbeck1-0/+19
2015-10-29stats: Implement timer based reportingJacob Erlbeck1-13/+21
2015-10-29stats/vty: Add stats configurationJacob Erlbeck1-1/+260
2015-10-29stats/vty: Add stats_vty.cJacob Erlbeck2-1/+53
2015-10-28stat/vty: Add vty_out_statistics_full to show all statisticsJacob Erlbeck1-0/+58
2015-10-28stat/vty: Use the iterator algorithms to show ctrg and statgJacob Erlbeck1-20/+43
2015-10-28stats: Add vty_out_stat_item_groupJacob Erlbeck1-0/+22
2015-08-23Prepare new upstream release0.8.3Holger Hans Peter Freyther1-1/+1
2015-08-05vty: Change API to have node installation be done by intHolger Hans Peter Freyther1-4/+4
2015-03-20vty: Fix writing the logging of categoryMichael McTernan1-1/+1
2015-01-27vty: Fix typo in the state creationHolger Hans Peter Freyther1-1/+1
2015-01-18Prepare a new libosmocore release0.8.0Holger Hans Peter Freyther1-1/+1
2014-12-05logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther1-3/+46
2014-12-04vty: Check with the application before writing the configHolger Hans Peter Freyther1-0/+9
2014-11-14vty/vector.c: Use string.h, not memory.hHarald Welte1-1/+1
2014-11-14remove references to u_long type, use 'unsigned long' insteadHarald Welte2-3/+3
2014-11-14remove references to u_char type, use 'unsigned char' insteadHarald Welte2-2/+2
2014-10-03build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt1-1/+2
2014-09-25misc: Look into the build directory for generated filesHolger Hans Peter Freyther1-1/+1
2014-08-25logging: Add ability to save/print current log filtersHarald Welte1-2/+6
2014-08-21prepare for 0.7.0 release0.7.0Harald Welte1-1/+1
2014-07-01write_queue: Use EBADF instead of EBABDFD for portabilityHolger Hans Peter Freyther2-2/+2
2014-06-22vty: Avoid use-after-free in VTY telnet interfaceDaniel Willmann2-4/+4
2013-10-10vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther1-1/+13
2013-09-11vty: Allow vty_go_parent() in all nodes.Jacob Erlbeck1-5/+25