1.9.2
  1. aca2c72 Bump version: 1.8.0.252-13c29 → 1.9.0 by Pau Espin Pedrol · 9 months ago 1.9.0
  2. c952776 Makefile.am: Make libraries depend on .map files by Harald Welte · 1 year, 3 months ago
  3. 64277a0 doxygen: fix various typos in commands \param and \returns by Vadim Yanitskiy · 1 year, 3 months ago
  4. 5f15e41 Bump version: 1.7.0.119-b31a-dirty → 1.8.0 by Pau Espin Pedrol · 1 year, 4 months ago osmith/1.8.1 1.8.0
  5. 88955fb Fix all references to config.h by Pau Espin Pedrol · 1 year, 5 months ago
  6. a50ed5f Makefile.am: Remove unexsiting all_includes variable by Pau Espin Pedrol · 1 year, 5 months ago
  7. d4c3dc8 Move src/*.{c,h} to src/core/ by Pau Espin Pedrol · 1 year, 5 months ago
  8. e709bd4 ctrl: error if program forgot to initialize the ctr handler before installing cmds by Pau Espin Pedrol · 1 year, 5 months ago
  9. 3f79ce8 ctrl: add optional port to bind command by Max · 1 year, 6 months ago
  10. 8fbaad6 */Makefile.am: do not mix up AM_CFLAGS with AM_CPPFLAGS by Vadim Yanitskiy · 1 year, 7 months ago
  11. a1584d2 Bump version: 1.6.0.132-0239-dirty → 1.7.0 by Pau Espin Pedrol · 2 years ago 1.7.0
  12. 04bfb71 treewide: remove FSF address by Oliver Smith · 2 years, 6 months ago
  13. c7deaf2 Bump version: 1.5.1.282-ab5e-dirty → 1.6.0 by Pau Espin Pedrol · 2 years, 7 months ago 1.6.0
  14. 34907fe revisit some calls of strtol(), stroul(), strtoull() by Neels Hofmeyr · 2 years, 9 months ago
  15. a16b50c CTRL: expose stat_item groups on CTRL by Neels Hofmeyr · 2 years, 9 months ago
  16. b6fd8ed control_cmd: fix typo by Philipp Maier · 3 years ago
  17. d1b0716 ctrl: Support recovering from short write by Pau Espin Pedrol · 3 years ago
  18. f5b8ed1 ctrl: Pre-calculate required size before allocating msgb by Pau Espin Pedrol · 3 years ago
  19. 7b894a7 Use new stat item/ctr getter APIs by Pau Espin Pedrol · 3 years ago
  20. f286fdc Bump version: 1.4.0.535-e387-dirty → 1.5.0 by Pau Espin Pedrol · 3 years, 3 months ago 1.5.0
  21. 377645d ctrl_connection: Initialize write_queue.bfd.fd to -1 during allocation by Pau Espin Pedrol · 3 years, 4 months ago
  22. 9584cd7 ctrl: Allow handling CTRL get/set replies in user defined code by Pau Espin Pedrol · 3 years, 5 months ago
  23. 8e7c496 vty: use install_lib_element() and install_lib_element_ve() by Vadim Yanitskiy · 3 years, 8 months ago
  24. 922d276 Bump version: 1.1.0.107-afce-dirty → 1.2.0 by Pau Espin Pedrol · 4 years, 10 months ago 1.2.0
  25. 1688699 select: Rename BSC_FD_* constants to OSMO_FD_* by Harald Welte · 5 years ago
  26. 30b2e34 ctrl: use #define for TRAP id by Max · 6 years ago
  27. a66de71 ctrl: print textual error on IPA parsing failure by Max · 6 years ago
  28. e484d42 add support for ipaccess messages on the ctrl interface by Stefan Sperling · 6 years ago
  29. 4986505 ctrl/vty: fsm: use correct element when iterating over fsm->proc.children by Alexander Couzens · 6 years ago
  30. 924ef0b Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0 by Pau Espin Pedrol · 6 years ago 0.12.0
  31. 59e6059 ctrl: ctrl_handle_msg: Avoid sending back received ERROR msgs by Pau Espin Pedrol · 6 years ago
  32. 239ed3b ctrl: Introduce ctrl_cmd_parse3 API by Pau Espin Pedrol · 6 years ago
  33. 40ad913 ctrl: Fix parsing of ERROR recvd msgs with id=err by Pau Espin Pedrol · 6 years ago
  34. 55088b7 ctrl: Log CMD TYPE on invalid ID number by Pau Espin Pedrol · 6 years ago
  35. b418682 ctrl: Add doxygen API documentation; generate html from it by Harald Welte · 6 years ago
  36. ed60578 ctrl: Introduce libosmoctrl.map to avoid unintended exports by Harald Welte · 6 years ago
  37. 3b8921f cosmetic: Whitespace fixes in control_if.c by Harald Welte · 6 years ago
  38. 686eba9 control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cb by Pau Espin Pedrol · 6 years ago
  39. 13154ff Bump version: 0.10.2.284-bc47-dirty → 0.11.0 by Pau Espin Pedrol · 6 years ago 0.11.0
  40. 7c0031f cosmetic: flatten ctrl_handle_msg() by Neels Hofmeyr · 6 years ago
  41. cdbc9af ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd) by Neels Hofmeyr · 6 years ago
  42. 5995281 CTRL: Ensure peer/connection info is always printed the same way by Harald Welte · 6 years ago
  43. 29e2798 control_if: Log the disconnect of a CTRL client by Harald Welte · 6 years ago
  44. f360b42 control_if: Close control connection socket/fd on read/write == 0 by Harald Welte · 6 years ago
  45. a5e2162 ctrl: separate handling of GET_REPLY, SET_REPLY and TRAP by Neels Hofmeyr · 6 years ago
  46. 3da9aa6 ctrl: tighten CTRL input parsing by Neels Hofmeyr · 7 years ago
  47. c0b0b62 ctrl: on parse errors, return a detailed message to sender by Neels Hofmeyr · 6 years ago
  48. f2e83ad add ctrl_cmd_parse2() to return parsing errors by Neels Hofmeyr · 6 years ago
  49. f2c10f1 ctrl: fix mem leak when handling GET_REPLY and SET_REPLY by Neels Hofmeyr · 6 years ago
  50. d53d216 ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read() by Neels Hofmeyr · 6 years ago
  51. 7dc8e88 ctrl: make response easier to parse by Max · 7 years ago
  52. b4718fd Improve get_rate_ctr() error handling by Max · 7 years ago
  53. b214af5 ctrl: log incorrect interval values by Max · 7 years ago
  54. 52a38dd Ctrl: add rate counter group introspection by Max · 7 years ago
  55. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  56. ba1059c Move additional libraries to appropriate place by Max · 7 years ago
  57. faee5de Tag/Release version 0.10.0 by Harald Welte · 7 years ago 0.10.0
  58. ea66852 ctrl: allow more nodes than those in enum ctrl_node_type by Neels Hofmeyr · 7 years ago
  59. 216338c Rename 'statistics.c' to 'counter.c' by Harald Welte · 7 years ago
  60. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  61. 22bc45b vty: 'ctrl' node: add missing default commands like list,exit,end by Neels Hofmeyr · 7 years ago
  62. 8aa85bd control_cmd.c: Fix unsigned comparison against < 0 by Pau Espin Pedrol · 7 years ago
  63. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  64. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  65. 33c7ba6 Simplify ctrl cmd lookup by Max · 7 years ago
  66. 409e897 Fix broken ctrl commands by Max · 7 years ago
  67. 0b2f715 control_if: Don't use magic number '5' when allocating vector by Harald Welte · 7 years ago
  68. 31c0fef control_if: Add control interface commands for FSMs by Harald Welte · 7 years ago
  69. f85861d control_if: Add helper function for 'local execution' of control command by Harald Welte · 7 years ago
  70. 79c137c control_if: Add API to initialize control interface without TCP port bind by Harald Welte · 7 years ago
  71. d6b1f85 ctrl: Allow installation of additional node lookup helpers by Harald Welte · 7 years ago
  72. a81055d fix spelling in API docu, command reply, logging, descriptions by Thorsten Alteholz · 7 years ago
  73. 7c1ec8c ctrl_type_vals: explicitly terminate by Neels Hofmeyr · 7 years ago
  74. cb5c4ed ctrl_type_vals: fix range check by Neels Hofmeyr · 7 years ago
  75. 2ed3659 Handle replies in ctrl_cmd_handle() by Max · 7 years ago
  76. 70c7d41 Use value_string for ctrl_type by Max · 7 years ago
  77. 9756c46 Fix client-side ctrl interface helpers by Max · 7 years ago
  78. a100464 libosmoctrl: Fix typo in ctrl_interface_connect() by Harald Welte · 7 years ago
  79. fa9e05e Expand and expose ctrl connection allocation by Max · 7 years ago
  80. 32ee5af Document ctrl_interface_setup_dynip() function by Max · 7 years ago
  81. f12d40f fix various compiler warnings (on FreeBSD-11.0) by Harald Welte · 7 years ago
  82. f2899c6 Always include <osmocom/core/talloc.h> and not <talloc.h> by Harald Welte · 7 years ago
  83. 1c67e75 configure.ac: Introduce --disable-ctrl by Harald Welte · 7 years ago
  84. 4e72ee0 Catch-up with git version tags by Max · 7 years ago
  85. edf6fe7 ctrl_cmd_parse: Make coverity FORWARD_NULL happy by Harald Welte · 8 years ago
  86. bc067eb Add function to send TRAP over Control Interface by Max · 8 years ago
  87. 38d232e log CTRL bind address and port by Neels Hofmeyr · 8 years ago
  88. 5b34f77 remove unused local variable in get_rate_ctr() by Neels Hofmeyr · 8 years ago
  89. 2e38d35 remove unused function get_rate_ctr_group() by Neels Hofmeyr · 8 years ago
  90. 22886d9 Fix retrieving rate_ctr over control interface by Max · 8 years ago
  91. f81eb32 vty: add ctrl section for Control interface bind address by Neels Hofmeyr · 8 years ago
  92. 4934309 add ctrl_interface_setup_dynip() for bind address by Neels Hofmeyr · 8 years ago
  93. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 8 years ago
  94. 5fb265e ctrl: Avoid accessing cmd_desc->command out of bounds by Holger Hans Peter Freyther · 9 years ago
  95. 267fd86 libctrl: Include config.h so we can include netinet/tcp.h by Holger Hans Peter Freyther · 9 years ago
  96. 4deb2df ctrl: Link to libraries we use symbols from by Holger Hans Peter Freyther · 9 years ago
  97. e15ac06 fix libosmocore build for NuttX target by Harald Welte · 10 years ago
  98. 96af786 misc: Look into the build directory for generated files by Holger Hans Peter Freyther · 10 years ago
  99. 39c9e7b libctrl: Add support for 'deferred control commands' by Harald Welte · 10 years ago
  100. 5e21131 ctrl: Attempt fix the build on FreeBSD and add include file by Holger Hans Peter Freyther · 10 years ago