aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctrl
AgeCommit message (Expand)AuthorFilesLines
2021-12-14treewide: remove FSF addressOliver Smith3-12/+0
2021-11-16Bump version: 1.5.1.282-ab5e-dirty → 1.6.01.6.0Pau Espin Pedrol1-1/+1
2021-10-04revisit some calls of strtol(), stroul(), strtoull()Neels Hofmeyr1-8/+4
2021-09-14CTRL: expose stat_item groups on CTRLNeels Hofmeyr1-0/+99
2021-06-16control_cmd: fix typoPhilipp Maier1-1/+1
2021-06-15ctrl: Support recovering from short writePau Espin Pedrol1-1/+7
2021-06-15ctrl: Pre-calculate required size before allocating msgbPau Espin Pedrol1-59/+28
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-2/+2
2021-02-23Bump version: 1.4.0.535-e387-dirty → 1.5.01.5.0Pau Espin Pedrol1-1/+1
2021-01-29ctrl_connection: Initialize write_queue.bfd.fd to -1 during allocationPau Espin Pedrol1-0/+1
2021-01-06ctrl: Allow handling CTRL get/set replies in user defined codePau Espin Pedrol1-0/+4
2020-10-06vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy1-2/+2
2019-08-06Bump version: 1.1.0.107-afce-dirty → 1.2.01.2.0Pau Espin Pedrol1-1/+1
2019-03-21select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte1-2/+2
2018-12-03ctrl: use #define for TRAP idMax1-1/+1
2018-11-26ctrl: print textual error on IPA parsing failureMax1-1/+1
2018-10-15add support for ipaccess messages on the ctrl interfaceStefan Sperling1-5/+29
2018-07-29ctrl/vty: fsm: use correct element when iterating over fsm->proc.childrenAlexander Couzens1-1/+1
2018-07-27Bump version: 0.11.0.91-9d4a3-dirty → 0.12.00.12.0Pau Espin Pedrol1-1/+1
2018-07-16ctrl: ctrl_handle_msg: Avoid sending back received ERROR msgsPau Espin Pedrol1-2/+3
2018-07-16ctrl: Introduce ctrl_cmd_parse3 APIPau Espin Pedrol2-1/+21
2018-07-12ctrl: Fix parsing of ERROR recvd msgs with id=errPau Espin Pedrol1-1/+2
2018-07-12ctrl: Log CMD TYPE on invalid ID numberPau Espin Pedrol1-1/+2
2018-05-26ctrl: Add doxygen API documentation; generate html from itHarald Welte2-4/+67
2018-05-26ctrl: Introduce libosmoctrl.map to avoid unintended exportsHarald Welte2-0/+36
2018-05-26cosmetic: Whitespace fixes in control_if.cHarald Welte1-3/+3
2018-05-04control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cbPau Espin Pedrol1-19/+22
2018-05-03Bump version: 0.10.2.284-bc47-dirty → 0.11.00.11.0Pau Espin Pedrol1-1/+1
2018-04-05cosmetic: flatten ctrl_handle_msg()Neels Hofmeyr1-17/+19
2018-04-05ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr2-0/+8
2017-12-22CTRL: Ensure peer/connection info is always printed the same wayHarald Welte1-6/+6
2017-12-22control_if: Log the disconnect of a CTRL clientHarald Welte1-1/+4
2017-12-22control_if: Close control connection socket/fd on read/write == 0Harald Welte1-1/+9
2017-12-20ctrl: separate handling of GET_REPLY, SET_REPLY and TRAPNeels Hofmeyr1-25/+28
2017-12-20ctrl: tighten CTRL input parsingNeels Hofmeyr1-7/+70
2017-12-18ctrl: on parse errors, return a detailed message to senderNeels Hofmeyr1-11/+23
2017-12-18add ctrl_cmd_parse2() to return parsing errorsNeels Hofmeyr1-2/+16
2017-12-18ctrl: fix mem leak when handling GET_REPLY and SET_REPLYNeels Hofmeyr1-2/+1
2017-12-18ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read()Neels Hofmeyr1-17/+26
2017-11-27ctrl: make response easier to parseMax1-32/+9
2017-11-24Improve get_rate_ctr() error handlingMax1-1/+1
2017-11-24ctrl: log incorrect interval valuesMax1-4/+7
2017-11-24Ctrl: add rate counter group introspectionMax1-0/+18
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte4-1/+17
2017-10-30Move additional libraries to appropriate placeMax1-2/+2
2017-10-27Tag/Release version 0.10.00.10.0Harald Welte1-1/+1
2017-10-23ctrl: allow more nodes than those in enum ctrl_node_typeNeels Hofmeyr1-14/+67
2017-10-15Rename 'statistics.c' to 'counter.c'Harald Welte1-1/+1
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr1-1/+0
2017-08-28vty: 'ctrl' node: add missing default commands like list,exit,endNeels Hofmeyr1-0/+1