| Commit message (Expand) | Author | Age | Files | Lines |
* | select: Rename BSC_FD_* constants to OSMO_FD_* | Harald Welte | 2019-03-21 | 1 | -2/+2 |
* | ctrl: use #define for TRAP id | Max | 2018-12-03 | 1 | -1/+1 |
* | ctrl: print textual error on IPA parsing failure | Max | 2018-11-26 | 1 | -1/+1 |
* | add support for ipaccess messages on the ctrl interface | Stefan Sperling | 2018-10-15 | 1 | -5/+29 |
* | ctrl: ctrl_handle_msg: Avoid sending back received ERROR msgs | Pau Espin Pedrol | 2018-07-16 | 1 | -2/+3 |
* | ctrl: Add doxygen API documentation; generate html from it | Harald Welte | 2018-05-26 | 1 | -1/+21 |
* | cosmetic: Whitespace fixes in control_if.c | Harald Welte | 2018-05-26 | 1 | -3/+3 |
* | control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cb | Pau Espin Pedrol | 2018-05-04 | 1 | -19/+22 |
* | cosmetic: flatten ctrl_handle_msg() | Neels Hofmeyr | 2018-04-05 | 1 | -17/+19 |
* | ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd) | Neels Hofmeyr | 2018-04-05 | 1 | -0/+7 |
* | CTRL: Ensure peer/connection info is always printed the same way | Harald Welte | 2017-12-22 | 1 | -6/+6 |
* | control_if: Log the disconnect of a CTRL client | Harald Welte | 2017-12-22 | 1 | -1/+4 |
* | control_if: Close control connection socket/fd on read/write == 0 | Harald Welte | 2017-12-22 | 1 | -1/+9 |
* | ctrl: on parse errors, return a detailed message to sender | Neels Hofmeyr | 2017-12-18 | 1 | -11/+23 |
* | ctrl: fix mem leak when handling GET_REPLY and SET_REPLY | Neels Hofmeyr | 2017-12-18 | 1 | -2/+1 |
* | ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read() | Neels Hofmeyr | 2017-12-18 | 1 | -17/+26 |
* | ctrl: make response easier to parse | Max | 2017-11-27 | 1 | -32/+9 |
* | Improve get_rate_ctr() error handling | Max | 2017-11-24 | 1 | -1/+1 |
* | ctrl: log incorrect interval values | Max | 2017-11-24 | 1 | -4/+7 |
* | Ctrl: add rate counter group introspection | Max | 2017-11-24 | 1 | -0/+18 |
* | Fix/Update copyright notices; Add SPDX annotation | Harald Welte | 2017-11-13 | 1 | -0/+4 |
* | ctrl: allow more nodes than those in enum ctrl_node_type | Neels Hofmeyr | 2017-10-23 | 1 | -14/+67 |
* | Rename 'statistics.c' to 'counter.c' | Harald Welte | 2017-10-15 | 1 | -1/+1 |
* | doxygen: unify use of \file across the board | Neels Hofmeyr | 2017-06-23 | 1 | -2/+3 |
* | doxygen: enable AUTOBRIEF, drop \brief | Neels Hofmeyr | 2017-06-23 | 1 | -6/+6 |
* | Simplify ctrl cmd lookup | Max | 2017-05-08 | 1 | -21/+19 |
* | control_if: Don't use magic number '5' when allocating vector | Harald Welte | 2017-04-27 | 1 | -1/+1 |
* | control_if: Add control interface commands for FSMs | Harald Welte | 2017-04-27 | 1 | -0/+4 |
* | control_if: Add helper function for 'local execution' of control command | Harald Welte | 2017-04-27 | 1 | -0/+28 |
* | control_if: Add API to initialize control interface without TCP port bind | Harald Welte | 2017-04-26 | 1 | -27/+63 |
* | ctrl: Allow installation of additional node lookup helpers | Harald Welte | 2017-04-26 | 1 | -0/+41 |
* | fix spelling in API docu, command reply, logging, descriptions | Thorsten Alteholz | 2017-04-23 | 1 | -1/+1 |
* | Handle replies in ctrl_cmd_handle() | Max | 2017-03-01 | 1 | -0/+17 |
* | Fix client-side ctrl interface helpers | Max | 2017-03-01 | 1 | -40/+1 |
* | libosmoctrl: Fix typo in ctrl_interface_connect() | Harald Welte | 2017-02-23 | 1 | -1/+1 |
* | Expand and expose ctrl connection allocation | Max | 2017-02-23 | 1 | -5/+51 |
* | Document ctrl_interface_setup_dynip() function | Max | 2017-02-19 | 1 | -0/+8 |
* | fix various compiler warnings (on FreeBSD-11.0) | Harald Welte | 2017-02-08 | 1 | -1/+1 |
* | Add function to send TRAP over Control Interface | Max | 2016-10-12 | 1 | -0/+21 |
* | log CTRL bind address and port | Neels Hofmeyr | 2016-09-23 | 1 | -0/+3 |
* | remove unused local variable in get_rate_ctr() | Neels Hofmeyr | 2016-09-19 | 1 | -1/+1 |
* | remove unused function get_rate_ctr_group() | Neels Hofmeyr | 2016-09-19 | 1 | -37/+0 |
* | Fix retrieving rate_ctr over control interface | Max | 2016-06-14 | 1 | -13/+7 |
* | add ctrl_interface_setup_dynip() for bind address | Neels Hofmeyr | 2016-02-25 | 1 | -1/+9 |
* | libctrl: Include config.h so we can include netinet/tcp.h | Holger Hans Peter Freyther | 2015-03-18 | 1 | -0/+2 |
* | fix libosmocore build for NuttX target | Harald Welte | 2014-12-04 | 1 | -2/+6 |
* | libctrl: Add support for 'deferred control commands' | Harald Welte | 2014-08-24 | 1 | -0/+17 |
* | ctrl: Attempt fix the build on FreeBSD and add include file | Holger Hans Peter Freyther | 2014-08-21 | 1 | -0/+1 |
* | rename controlif_setup() to ctrl_interface_setup() | Harald Welte | 2014-08-21 | 1 | -2/+2 |
* | libctrl: Move bulk of control node lookup inti libosmoctrl | Harald Welte | 2014-08-21 | 1 | -3/+127 |