aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctrl
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-23control_cmd.c: Fix unsigned comparison against < 0Pau Espin Pedrol1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr4-6/+11
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2-7/+7
2017-05-08Simplify ctrl cmd lookupMax2-32/+25
2017-05-03Fix broken ctrl commandsMax1-1/+2
2017-04-27control_if: Don't use magic number '5' when allocating vectorHarald Welte1-1/+1
2017-04-27control_if: Add control interface commands for FSMsHarald Welte3-1/+180
2017-04-27control_if: Add helper function for 'local execution' of control commandHarald Welte1-0/+28
2017-04-26control_if: Add API to initialize control interface without TCP port bindHarald Welte1-27/+63
2017-04-26ctrl: Allow installation of additional node lookup helpersHarald Welte1-0/+41
2017-04-23fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz1-1/+1
2017-03-15ctrl_type_vals: explicitly terminateNeels Hofmeyr1-1/+2
2017-03-06ctrl_type_vals: fix range checkNeels Hofmeyr1-1/+1
2017-03-01Handle replies in ctrl_cmd_handle()Max1-0/+17
2017-03-01Use value_string for ctrl_typeMax1-32/+13
2017-03-01Fix client-side ctrl interface helpersMax1-40/+1
2017-02-23libosmoctrl: Fix typo in ctrl_interface_connect()Harald Welte1-1/+1
2017-02-23Expand and expose ctrl connection allocationMax1-5/+51
2017-02-19Document ctrl_interface_setup_dynip() functionMax1-0/+8
2017-02-08fix various compiler warnings (on FreeBSD-11.0)Harald Welte1-1/+1
2017-01-15Always include <osmocom/core/talloc.h> and not <talloc.h>Harald Welte1-1/+1
2017-01-15configure.ac: Introduce --disable-ctrlHarald Welte1-0/+3
2016-12-21Catch-up with git version tagsMax1-1/+2
2016-11-26ctrl_cmd_parse: Make coverity FORWARD_NULL happyHarald Welte1-0/+1
2016-10-12Add function to send TRAP over Control InterfaceMax1-0/+21
2016-09-23log CTRL bind address and portNeels Hofmeyr1-0/+3
2016-09-19remove unused local variable in get_rate_ctr()Neels Hofmeyr1-1/+1
2016-09-19remove unused function get_rate_ctr_group()Neels Hofmeyr1-37/+0
2016-06-14Fix retrieving rate_ctr over control interfaceMax1-13/+7
2016-02-25vty: add ctrl section for Control interface bind addressNeels Hofmeyr2-0/+92