aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctrl
AgeCommit message (Expand)AuthorFilesLines
2024-03-02ctrl: Don't expose write_queue in ctrl_cmd_send() apiHarald Welte3-5/+17
2023-09-12Bump version: 1.8.0.252-13c29 → 1.9.01.9.0Pau Espin Pedrol1-1/+1
2023-03-06Makefile.am: Make libraries depend on .map filesHarald Welte1-0/+1
2023-02-28doxygen: fix various typos in commands \param and \returnsVadim Yanitskiy1-2/+2
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 Pedrol1-1/+1
2023-01-18Makefile.am: Remove unexsiting all_includes variablePau Espin Pedrol1-1/+1
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol1-1/+1
2023-01-11ctrl: error if program forgot to initialize the ctr handler before installing...Pau Espin Pedrol1-0/+10
2022-12-20ctrl: add optional port to bind commandMax3-3/+27
2022-11-10*/Makefile.am: do not mix up AM_CFLAGS with AM_CPPFLAGSVadim Yanitskiy1-1/+2
2022-06-28Bump version: 1.6.0.132-0239-dirty → 1.7.01.7.0Pau Espin Pedrol1-1/+1
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