| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version: 1.1.0.107-afce-dirty → 1.2.0 | Pau Espin Pedrol | 2019-08-06 | 1 | -1/+1 |
* | 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/vty: fsm: use correct element when iterating over fsm->proc.children | Alexander Couzens | 2018-07-29 | 1 | -1/+1 |
* | Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0 | Pau Espin Pedrol | 2018-07-27 | 1 | -1/+1 |
* | ctrl: ctrl_handle_msg: Avoid sending back received ERROR msgs | Pau Espin Pedrol | 2018-07-16 | 1 | -2/+3 |
* | ctrl: Introduce ctrl_cmd_parse3 API | Pau Espin Pedrol | 2018-07-16 | 2 | -1/+21 |
* | ctrl: Fix parsing of ERROR recvd msgs with id=err | Pau Espin Pedrol | 2018-07-12 | 1 | -1/+2 |
* | ctrl: Log CMD TYPE on invalid ID number | Pau Espin Pedrol | 2018-07-12 | 1 | -1/+2 |
* | ctrl: Add doxygen API documentation; generate html from it | Harald Welte | 2018-05-26 | 2 | -4/+67 |
* | ctrl: Introduce libosmoctrl.map to avoid unintended exports | Harald Welte | 2018-05-26 | 2 | -0/+36 |
* | 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 |
* | Bump version: 0.10.2.284-bc47-dirty → 0.11.0 | Pau Espin Pedrol | 2018-05-03 | 1 | -1/+1 |
* | 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 | 2 | -0/+8 |
* | 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: separate handling of GET_REPLY, SET_REPLY and TRAP | Neels Hofmeyr | 2017-12-20 | 1 | -25/+28 |
* | ctrl: tighten CTRL input parsing | Neels Hofmeyr | 2017-12-20 | 1 | -7/+70 |
* | ctrl: on parse errors, return a detailed message to sender | Neels Hofmeyr | 2017-12-18 | 1 | -11/+23 |
* | add ctrl_cmd_parse2() to return parsing errors | Neels Hofmeyr | 2017-12-18 | 1 | -2/+16 |
* | 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 | 4 | -1/+17 |
* | Move additional libraries to appropriate place | Max | 2017-10-30 | 1 | -2/+2 |
* | Tag/Release version 0.10.0 | Harald Welte | 2017-10-27 | 1 | -1/+1 |
* | 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 |
* | vty: install 'exit', 'end',... commands on *all* nodes | Neels Hofmeyr | 2017-09-27 | 1 | -1/+0 |
* | vty: 'ctrl' node: add missing default commands like list,exit,end | Neels Hofmeyr | 2017-08-28 | 1 | -0/+1 |
* | control_cmd.c: Fix unsigned comparison against < 0 | Pau Espin Pedrol | 2017-06-23 | 1 | -1/+1 |
* | doxygen: unify use of \file across the board | Neels Hofmeyr | 2017-06-23 | 4 | -6/+11 |
* | doxygen: enable AUTOBRIEF, drop \brief | Neels Hofmeyr | 2017-06-23 | 2 | -7/+7 |
* | Simplify ctrl cmd lookup | Max | 2017-05-08 | 2 | -32/+25 |
* | Fix broken ctrl commands | Max | 2017-05-03 | 1 | -1/+2 |
* | 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 | 3 | -1/+180 |
* | 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 |
* | ctrl_type_vals: explicitly terminate | Neels Hofmeyr | 2017-03-15 | 1 | -1/+2 |