1. dfebf40 stats: Support regular stats flush by Alexander Chemeris · 4 years, 2 months ago
  2. a70ac85 select.c: Introduce support for signalfd by Harald Welte · 4 years, 2 months ago
  3. f3cc731 exec: Introduce osmo_system_nowait2() to allow specify a user by Harald Welte · 4 years, 2 months ago
  4. 44b9926 socket: Add osmo_sock_mcast_iface_set() to bind multicast to device by Harald Welte · 4 years, 4 months ago
  5. d8c74b8 fixup depreciation warning by Harald Welte · 4 years, 4 months ago
  6. 6773304 gsmtap: Solve TCH / FACCH confusion once and for all by Harald Welte · 4 years, 4 months ago
  7. 1d3e9de gsmtap.h: Add definitions for voice inside GSMTAP by Harald Welte · 4 years, 4 months ago
  8. cc0b5d5 value_string: Switch val from unsigned to int by Pau Espin Pedrol · 4 years, 5 months ago
  9. c6a8697 Introduce helper functions for safe fork+exec of processes by Harald Welte · 4 years, 7 months ago
  10. 87b5143 core/defs.h: introduce and use OSMO_DEPRECATED_OUTSIDE by Vadim Yanitskiy · 4 years, 8 months ago
  11. 8a7eed5 add osmo_escape_cstr and osmo_quote_cstr by Neels Hofmeyr · 4 years, 7 months ago
  12. 951d32b osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n() by Neels Hofmeyr · 4 years, 8 months ago
  13. 06356fd utils: add osmo_strnchr() by Neels Hofmeyr · 4 years, 7 months ago
  14. 63cb949 msgb_put: more elaborate logging of head/tailroom failure by Neels Hofmeyr · 4 years, 8 months ago
  15. 344776d fsm.h: add missing include of logging.h by Neels Hofmeyr · 4 years, 8 months ago
  16. 823073a utils.h: add OSMO_NAME_C_IMPL() macro by Neels Hofmeyr · 4 years, 8 months ago
  17. e883de5 cosmetic: logging.h: fix comment s/levels/subsystems by Neels Hofmeyr · 4 years, 7 months ago
  18. f2644ae logging.h: define ansi color constants by Neels Hofmeyr · 4 years, 7 months ago
  19. 002a51d add osmo_sockaddr_str_cmp() by Neels Hofmeyr · 4 years, 8 months ago
  20. d0e8d6b fix OSMO_SOCKADDR_STR_FMT for IPv6 by Neels Hofmeyr · 4 years, 8 months ago
  21. 7a010b1 select: Make file descriptor lists per-thread by Harald Welte · 5 years ago
  22. 2ceb758 add osmo_sockaddr_str_is_nonzero() by Neels Hofmeyr · 4 years, 9 months ago
  23. 988f6d7 add osmo_fsm_set_dealloc_ctx(), to help with use-after-free by Neels Hofmeyr · 4 years, 9 months ago
  24. 3f464fc socket: Introduce API osmo_sock_init2_multiaddr() by Pau Espin Pedrol · 4 years, 9 months ago
  25. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 10 months ago
  26. 0cbe8f0 tdef: Introduce min_val and max_val fields by Pau Espin Pedrol · 4 years, 10 months ago
  27. ec4b627 msgb: Allow size==headroom in msgb_alloc_headroom*() by Pau Espin Pedrol · 4 years, 9 months ago
  28. 7bfaba5 logging: Move extern declaration of osmo_log_target_list from logging.h to logging_internal.h by Pau Espin Pedrol · 4 years, 10 months ago
  29. 210acc6 logging.h: add L1 SAPI related context and filter by Oliver Smith · 4 years, 10 months ago
  30. 0706280 logging_internal.h: Fix osmo_log_info definition by Pau Espin Pedrol · 4 years, 10 months ago
  31. 9655ed5 tdef: fixup osmo_tdef_set() by Neels Hofmeyr · 4 years, 10 months ago
  32. 77cd10f tdef: Introduce API osmo_tdef_set() by Pau Espin Pedrol · 4 years, 10 months ago
  33. f89cbd0 OSMO_SOCKADDR_STR_FMT_ARGS: guard against NULL pointer by Neels Hofmeyr · 4 years, 10 months ago
  34. 079693d OSMO_SOCKADDR_STR_FMT_ARGS: remove useless condition by Neels Hofmeyr · 4 years, 10 months ago
  35. 2d90611 context: Add support for [per-thread] global talloc contexts by Harald Welte · 5 years ago
  36. 989f01c osmo_tdef_get(): allow passing -1 as default timeout by Neels Hofmeyr · 4 years, 11 months ago
  37. e242548 Revert "utils.h: require a semi colon after OSMO_ASSERT" by Vadim Yanitskiy · 5 years ago
  38. 4e284b6 utils.h: require a semi colon after OSMO_ASSERT by Alexander Couzens · 5 years ago
  39. 77021c7 (minor) fix typo in comments by Kévin Redon · 5 years ago
  40. d1e220f minor: don't redefine macros by Kévin Redon · 5 years ago
  41. d9fc604 core/utils: drop meaningless const from return value of osmo_luhn() by Vadim Yanitskiy · 5 years ago
  42. 7b74551 fsm: Allow millisecond granularity in osmo_fsm built-in timer by Harald Welte · 5 years ago
  43. 0a1259b Deprecate usage of osmo_counter_* by Daniel Willmann · 5 years ago
  44. cc72cc4 add osmo_stat_item_inc/osmo_stat_item_dec to set it relative by Alexander Couzens · 5 years ago
  45. b480b74 add identifier sanitation for setting FSM instance ids by Neels Hofmeyr · 5 years ago
  46. ecef7ec add osmo_{escape,quote}_str_buf2() for standard args ordering by Neels Hofmeyr · 5 years ago
  47. 8531d66 tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN() by Neels Hofmeyr · 5 years ago
  48. d79ccc6 add osmo_str_startswith() by Neels Hofmeyr · 5 years ago
  49. 1f9cc01 fsm: support graceful osmo_fsm_inst_term() cascades by Neels Hofmeyr · 5 years ago
  50. 3b414a4 fsm: add flag to ensure osmo_fsm_inst_term() happens only once by Neels Hofmeyr · 5 years ago
  51. 179f357 Add _c versions of functions that otherwise return static buffers by Harald Welte · 5 years ago
  52. 0e8df1c add osmo_use_count API by Neels Hofmeyr · 5 years ago
  53. 0c7826e add osmo_sockaddr_str API by Neels Hofmeyr · 5 years ago
  54. 4a62eda Add _buf() functions to bypass static string buffers by Harald Welte · 5 years ago
  55. 98ed339 osmo_escape_str_buf: Always copy, don't return input string pointer by Harald Welte · 5 years ago
  56. c761044 Doxygen: fix documentation of rate_ctr_for_each_counter() by Vadim Yanitskiy · 5 years ago
  57. 914a8ec core/msgb.h: fix incorrect Doxygen parameter description by Vadim Yanitskiy · 5 years ago
  58. ba426e3 core/msgb.h: drop meaningless parameter of msgb_eq_* helpers by Vadim Yanitskiy · 5 years ago
  59. 115a2cc core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpers by Vadim Yanitskiy · 5 years ago
  60. 095a396 core/linuxlist.h: fix white-space and inconsistent alignment by Vadim Yanitskiy · 5 years ago
  61. 72ea919 core/linuxlist.h: fix and unify Doxygen documentation by Vadim Yanitskiy · 5 years ago
  62. 1688699 select: Rename BSC_FD_* constants to OSMO_FD_* by Harald Welte · 5 years ago
  63. c0dfc9d socket: osmo_sock_get_name() Use "const void *" as talloc context by Harald Welte · 5 years ago
  64. d4b79c8 fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer() by Neels Hofmeyr · 5 years ago
  65. 5734bff represent negative T-timers as Osmocom-specific X-timers by Neels Hofmeyr · 5 years ago
  66. 050f2d3 log: fsm: allow logging the timeout on state change by Neels Hofmeyr · 6 years ago
  67. 2cbe25f add OSMO_STRBUF_PRINTF() by Neels Hofmeyr · 5 years ago
  68. b0708d3 bitvec: Add bitvec_tailroom_bits() function by Harald Welte · 5 years ago
  69. ae7966d bitvec: Add bitvec_bytes_used() function by Harald Welte · 5 years ago
  70. 0fd615f add osmo_tdef API, originally adopted from osmo-bsc T_def by Neels Hofmeyr · 5 years ago
  71. b3e9b31 socket.h: add missing include by Max · 5 years ago
  72. 56632b6 osmo_fsm_state_name: make robust against NULL fi by Neels Hofmeyr · 5 years ago
  73. 0423b61 add osmo_hexdump_buf() and test by Neels Hofmeyr · 5 years ago
  74. b27e6fe Rename msgb_wrap_with_TL() by Max · 5 years ago
  75. 64b51eb socket: add define for socket name length by Philipp Maier · 5 years ago
  76. 894be2d gsm23003: add osmo_imei_str_valid() by Oliver Smith · 5 years ago
  77. 691ba52 add LOGPFSMSL(), LOGPFSMSLSRC() by Neels Hofmeyr · 6 years ago
  78. b0b39af LOGPFSM*: guard against fi == NULL by Neels Hofmeyr · 6 years ago
  79. b11ff7c add API doc for LOGPFSM* macros by Neels Hofmeyr · 6 years ago
  80. e5bde90 define LOGPFSM fmt only once, in LOGPFSMLSRC by Neels Hofmeyr · 6 years ago
  81. 0145751 add to osmo_sock_get_name*() API by Neels Hofmeyr · 6 years ago
  82. 2bf01d4 stats.h: Fix build on MacOS by Pau Espin Pedrol · 6 years ago
  83. db03825 msgb: add test helpers by Max · 6 years ago
  84. 7079e69 add osmo_bcd2str() by Neels Hofmeyr · 6 years ago
  85. c01cff1 Constify llist_count() parameter by Max · 6 years ago
  86. 2ca8ceb timer: Fix clockid_t undefined on MacOS < 10.12 by Pau Espin Pedrol · 6 years ago
  87. 9d7a247 Add osmo_sockaddr_in_to_str_and_uint() by Max · 6 years ago
  88. cb02a39 Update msgb Lx helpers by Max · 6 years ago
  89. 84fb5bb Move msgb_push helpers to public header by Max · 6 years ago
  90. e521ede core/msgb.h: introduce msgb_l4len() helper by Vadim Yanitskiy · 6 years ago
  91. 7acd5d0 add osmo_sock_get_{local,remote}_ip{,_port}() by Oliver Smith · 6 years ago
  92. 0903fce GSMTAP: fix typos in comments by Shinjo Park · 6 years ago
  93. f589cbb GSMTAP: add definitions for LTE NAS subtypes by Shinjo Park · 6 years ago
  94. d741b78 GSMTAP: add definitions for new LTE RRC channels by Shinjo Park · 6 years ago
  95. 098038a logging vty: write: check logging levels validity by Neels Hofmeyr · 6 years ago
  96. ba0762d logging vty: rewrite 'logging level' vty cmd generation by Neels Hofmeyr · 6 years ago
  97. 7c74989 add osmo_str_tolower() and _toupper() with test by Neels Hofmeyr · 6 years ago
  98. 5594430 core/utils.h: move includes to the top by Vadim Yanitskiy · 6 years ago
  99. 80f4ff9 core/utils.h: drop duplicate '<stdbool.h>' include by Vadim Yanitskiy · 6 years ago
  100. b99ed7f Add RSPRO support to IPA and logging definitions by Harald Welte · 6 years ago