aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-25vty/command: fix: restrict the expert mode to the current sessionVadim Yanitskiy1-17/+38
2020-10-23vty/command: add CMD_ATTR_HIDDEN to CMD_ATTR_PUBLIC_MASKVadim Yanitskiy1-1/+1
2020-10-23vty/command: introduce vty_dump_xml_ref_mode()Vadim Yanitskiy1-1/+39
2020-10-21vty/command: make some 'struct cmd_element' pointers constVadim Yanitskiy1-13/+9
2020-10-21vty: introduce the expert mode and a command to enable itVadim Yanitskiy1-10/+35
2020-10-19logging: introduce 'systemd-journal' targetVadim Yanitskiy1-0/+65
2020-10-12cosmetic: vty: Fix trailing whitespacePau Espin Pedrol1-1/+1
2020-10-12vty: Fix left shifting out of range on signed variablePau Espin Pedrol1-3/+3
2020-10-08command: add library command attribute for libosmo-abisPhilipp Maier1-0/+6
2020-10-07vty: fix vty_dump_element(): do not print empty <attributes>Vadim Yanitskiy1-1/+5
2020-10-07vty/command: restrict the use of '.', '!', and '@' as flagsVadim Yanitskiy2-0/+14
2020-10-07vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT}Vadim Yanitskiy1-6/+48