aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-17vty: Implement missing public API host_config_file()Pau Espin Pedrol1-0/+5
2021-04-12vty/logging: logp: properly handle library specific sub-systemsVadim Yanitskiy1-0/+17
2021-04-07vty/logging: ensure consistent '%' prefix for warningsVadim Yanitskiy1-6/+6
2021-04-07vty/logging: use consistent quiting in warning messagesVadim Yanitskiy1-4/+4
2021-02-23Bump version: 1.4.0.535-e387-dirty → 1.5.01.5.0Pau Espin Pedrol1-1/+1
2021-02-19logging: Allow prefixing thread ID to each log linePau Espin Pedrol1-0/+20
2021-01-21logging_vty: Fix saving of "logging print file .. last"Harald Welte1-1/+2
2021-01-20vty/fsm_vty: Add vty_out_fsm2() + vty_out_fsm_inst2() with prefixHarald Welte1-12/+32
2020-12-21vty: Fix left shifting out of range on signed variableHarald Welte1-1/+1
2020-11-17vty/command: add 'hidden only' VTY reference generation modeVadim Yanitskiy1-1/+9
2020-11-09vty: Mark cpu_sched_vty commands with attr immediatePau Espin Pedrol1-4/+6