aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Revert "logging: add log level cache"Hoernchen1-7/+0
2024-01-09logging: add log level cacheEric1-0/+7
2024-01-05vty: suppress warnings about len being set but not usedVadim Yanitskiy1-0/+1
2023-09-12Bump version: 1.8.0.252-13c29 → 1.9.01.9.0Pau Espin Pedrol1-1/+1
2023-06-28Allow 'configure <cr>' at VTY to enter config modeAndreas Eversberg1-1/+1
2023-05-06vty: move struct vty_parent_node to private APINeels Hofmeyr1-0/+15
2023-05-06vty: fix vty->index for implicit go_parent_nodeNeels Hofmeyr1-0/+3
2023-02-07Bump version: 1.7.0.119-b31a-dirty → 1.8.01.8.0osmith/1.8.1Pau Espin Pedrol1-1/+1
2023-01-18Fix all references to config.hPau Espin Pedrol5-5/+5
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol1-1/+1
2023-01-09libosmocore: Deprecate APIs telnet_init(_dynip)()arehbein1-20/+28
2022-12-04telnet_init_dynif: don't allow negative portMax1-0/+3
2022-12-04telnet_init_dynif: propagate errorMax1-1/+1
2022-12-04vty: fix doc typoMax1-1/+1
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte3-3/+3
2022-09-15vty: Allow using hex representations in cmd numeric rangesPau Espin Pedrol1-6/+55
2022-06-28Bump version: 1.6.0.132-0239-dirty → 1.7.01.7.0Pau Espin Pedrol1-1/+1
2022-06-17vty: command.c: Add assertPau Espin Pedrol1-0/+1
2022-05-17fsm_vty: use unsigned int when left-shifting 31 bits!Harald Welte1-1/+1
2022-05-08stats: don't try to save unknown stats reporter typesHarald Welte1-0/+5
2022-04-28vty: Add a 'skip-zero' version of 'show stats' and 'show rate-counters'Harald Welte2-32/+92
2022-04-27Use internal <osmocom/core/talloc.h> everywhereVadim Yanitskiy1-1/+1
2022-03-29vty: Support platforms that don't support pthread_getname_np()Harald Welte1-0/+4
2022-03-27libosmovty: Link libosmovty against libpthreadHarald Welte1-2/+2
2022-01-05VTY: implement 'no log gsmtap [HOSTNAME]' commandVadim Yanitskiy1-0/+22
2021-12-23select: gather statistics for TCP connectionsPhilipp Maier1-0/+33
2021-12-14treewide: remove FSF addressOliver Smith7-29/+0
2021-12-07VTY: enable talloc introspection for OTC_GLOBALVadim Yanitskiy1-1/+4
2021-11-17tests/tdef: rename the binaries to end with '_test'Vadim Yanitskiy1-1/+1
2021-11-16Bump version: 1.5.1.282-ab5e-dirty → 1.6.01.6.0Pau Espin Pedrol1-1/+1
2021-11-09stats: clarify error messages in cfg_no_stats_reporter_{statsd,log}Vadim Yanitskiy1-4/+4
2021-11-09stats: don't mark reporter as 'disable' beforehandVadim Yanitskiy1-2/+2
2021-11-09stats: cosmetic: print 'stats interval' before the reportersVadim Yanitskiy1-2/+2
2021-11-09stats: allow configuring reporter's name in the VTYVadim Yanitskiy1-23/+49
2021-10-26logging: Change stderr + file target to use non-blocking writeHarald Welte1-7/+25
2021-10-04revisit some calls of strtol(), stroul(), strtoull()Neels Hofmeyr3-37/+10
2021-09-30refactor stat_item: get rid of FIFO and "skipped" errorNeels Hofmeyr2-7/+7
2021-09-23vty: add vty_out_uptime() print the uptime to the vtyAlexander Couzens2-12/+23
2021-09-10vty: allow flushingEric1-0/+6
2021-08-23vty 'stats reset': do not reset stat_itemsNeels Hofmeyr1-8/+1
2021-07-27vty: clear screen with ^LOliver Smith1-0/+17
2021-07-19vty: show uptime: use timespecsubOliver Smith1-5/+7
2021-07-15vty: add "shutdown"Oliver Smith1-0/+16
2021-07-15vty: add "show pid"Oliver Smith1-0/+8
2021-07-15vty: add "show uptime"Oliver Smith1-0/+27
2021-06-18vty: make function cmd_range_match() publicPhilipp Maier1-4/+4
2021-06-16stats_vty: Improve generation of osmo countersDaniel Willmann1-11/+10
2021-06-07stats_vty: also show rate counter group name (if present)Vadim Yanitskiy1-1/+4
2021-06-05stat,rate_ctr: Allow setting group name and use it at report timePau Espin Pedrol1-13/+8
2021-05-18vty: Introduce API vty_read_config_filepPau Espin Pedrol1-4/+8