1. 4fe8a75 serial: Introduce API osmo_serial_speed_t by Pau Espin Pedrol · 3 years, 8 months ago
  2. 1b75e4b tdef: Introduce OSMO_TDEF_US unit by Pau Espin Pedrol · 3 years, 8 months ago
  3. f36b762 application: do not document unrelated forward-declarations by Vadim Yanitskiy · 3 years, 8 months ago
  4. b904e42 select: Migrate over to poll() by Harald Welte · 3 years, 9 months ago
  5. e7bf435 logging: introduce 'systemd-journal' target by Vadim Yanitskiy · 3 years, 10 months ago
  6. 7e65791 select: Introduce osmo_fd_{read,write}_{enable,disable}() by Harald Welte · 3 years, 9 months ago
  7. 80788fa add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_str by Alexander Couzens · 3 years, 9 months ago
  8. def5a40 socket: make the arguments of osmo_sockaddr_cmp() const by Vadim Yanitskiy · 3 years, 9 months ago
  9. 87c3afb add osmo_float_str_to_int() and osmo_int_to_float_str_*() by Neels Hofmeyr · 3 years, 9 months ago
  10. 66138cc write_queue: Add osmo_wqueue_enqueue_quiet() by Harald Welte · 3 years, 9 months ago
  11. 9277b97 add osmo_use_count_to_str_c() by Neels Hofmeyr · 3 years, 10 months ago
  12. 6a16149 Gb: add a second NS implementation by Alexander Couzens · 4 years ago
  13. f6db765 bitXXgen: add osmo_loadXXbe_ext_2() to get right-adjusted values by Neels Hofmeyr · 3 years, 10 months ago
  14. c0ac4e3 bitXXgen: ensure not reading/storing past valid size by Neels Hofmeyr · 3 years, 10 months ago
  15. 0f36421 add osmo_sockaddr_local_ip() to determine the local address for a remote. by Alexander Couzens · 4 years ago
  16. e4181ea socket: add osmo_sockaddr_cmp() by Alexander Couzens · 4 years ago
  17. 43957e6 socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofd by Alexander Couzens · 4 years ago
  18. d95f5d4 sockaddr_str: add osmo_sockaddr_str_from_str2() which doesn't set the port by Alexander Couzens · 4 years, 1 month ago
  19. 5cc4fe4 socket: Add some osmo_sockaddr print helpers by Pau Espin Pedrol · 3 years, 10 months ago
  20. 161d42a gsmtap: Add definitions for E1/T1 payload (LAPD, TRAU, FR) in GSMTAP by Harald Welte · 3 years, 11 months ago
  21. 8419bb2 socket.h: introduce osmo_sockaddr to hold v4 and v6 endpoints by Alexander Couzens · 4 years, 1 month ago
  22. ea71b43 stat_item: Add function to reset stat items and groups by Daniel Willmann · 4 years ago
  23. 26a9539 rate_ctr: Add functions to reset rate counter (groups) by Daniel Willmann · 4 years ago
  24. 0e7349d use_count.h: Fix API doc example by Pau Espin Pedrol · 4 years ago
  25. 83025bf add osmo_mobile_identity API by Neels Hofmeyr · 4 years, 1 month ago
  26. a13fb75 Revert "add osmo_mobile_identity API" by Harald Welte · 4 years, 1 month ago
  27. d1ceca9 add osmo_mobile_identity API by Neels Hofmeyr · 4 years, 1 month ago
  28. dacac99 api doc: clarify OSMO_NAME_C_IMPL() required FUNC_BUF signature by Neels Hofmeyr · 4 years, 1 month ago
  29. dfebf40 stats: Support regular stats flush by Alexander Chemeris · 4 years, 2 months ago
  30. a70ac85 select.c: Introduce support for signalfd by Harald Welte · 4 years, 3 months ago
  31. f3cc731 exec: Introduce osmo_system_nowait2() to allow specify a user by Harald Welte · 4 years, 3 months ago
  32. 44b9926 socket: Add osmo_sock_mcast_iface_set() to bind multicast to device by Harald Welte · 4 years, 4 months ago
  33. d8c74b8 fixup depreciation warning by Harald Welte · 4 years, 4 months ago
  34. 6773304 gsmtap: Solve TCH / FACCH confusion once and for all by Harald Welte · 4 years, 4 months ago
  35. 1d3e9de gsmtap.h: Add definitions for voice inside GSMTAP by Harald Welte · 4 years, 4 months ago
  36. cc0b5d5 value_string: Switch val from unsigned to int by Pau Espin Pedrol · 4 years, 5 months ago
  37. c6a8697 Introduce helper functions for safe fork+exec of processes by Harald Welte · 4 years, 7 months ago
  38. 87b5143 core/defs.h: introduce and use OSMO_DEPRECATED_OUTSIDE by Vadim Yanitskiy · 4 years, 8 months ago
  39. 8a7eed5 add osmo_escape_cstr and osmo_quote_cstr by Neels Hofmeyr · 4 years, 8 months ago
  40. 951d32b osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n() by Neels Hofmeyr · 4 years, 8 months ago
  41. 06356fd utils: add osmo_strnchr() by Neels Hofmeyr · 4 years, 8 months ago
  42. 63cb949 msgb_put: more elaborate logging of head/tailroom failure by Neels Hofmeyr · 4 years, 8 months ago
  43. 344776d fsm.h: add missing include of logging.h by Neels Hofmeyr · 4 years, 8 months ago
  44. 823073a utils.h: add OSMO_NAME_C_IMPL() macro by Neels Hofmeyr · 4 years, 8 months ago
  45. e883de5 cosmetic: logging.h: fix comment s/levels/subsystems by Neels Hofmeyr · 4 years, 8 months ago
  46. f2644ae logging.h: define ansi color constants by Neels Hofmeyr · 4 years, 8 months ago
  47. 002a51d add osmo_sockaddr_str_cmp() by Neels Hofmeyr · 4 years, 8 months ago
  48. d0e8d6b fix OSMO_SOCKADDR_STR_FMT for IPv6 by Neels Hofmeyr · 4 years, 8 months ago
  49. 7a010b1 select: Make file descriptor lists per-thread by Harald Welte · 5 years ago
  50. 2ceb758 add osmo_sockaddr_str_is_nonzero() by Neels Hofmeyr · 4 years, 9 months ago
  51. 988f6d7 add osmo_fsm_set_dealloc_ctx(), to help with use-after-free by Neels Hofmeyr · 4 years, 9 months ago
  52. 3f464fc socket: Introduce API osmo_sock_init2_multiaddr() by Pau Espin Pedrol · 4 years, 9 months ago
  53. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 10 months ago
  54. 0cbe8f0 tdef: Introduce min_val and max_val fields by Pau Espin Pedrol · 4 years, 10 months ago
  55. ec4b627 msgb: Allow size==headroom in msgb_alloc_headroom*() by Pau Espin Pedrol · 4 years, 9 months ago
  56. 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
  57. 210acc6 logging.h: add L1 SAPI related context and filter by Oliver Smith · 4 years, 10 months ago
  58. 0706280 logging_internal.h: Fix osmo_log_info definition by Pau Espin Pedrol · 4 years, 10 months ago
  59. 9655ed5 tdef: fixup osmo_tdef_set() by Neels Hofmeyr · 4 years, 10 months ago
  60. 77cd10f tdef: Introduce API osmo_tdef_set() by Pau Espin Pedrol · 4 years, 10 months ago
  61. f89cbd0 OSMO_SOCKADDR_STR_FMT_ARGS: guard against NULL pointer by Neels Hofmeyr · 4 years, 10 months ago
  62. 079693d OSMO_SOCKADDR_STR_FMT_ARGS: remove useless condition by Neels Hofmeyr · 4 years, 10 months ago
  63. 2d90611 context: Add support for [per-thread] global talloc contexts by Harald Welte · 5 years ago
  64. 989f01c osmo_tdef_get(): allow passing -1 as default timeout by Neels Hofmeyr · 4 years, 11 months ago
  65. e242548 Revert "utils.h: require a semi colon after OSMO_ASSERT" by Vadim Yanitskiy · 5 years ago
  66. 4e284b6 utils.h: require a semi colon after OSMO_ASSERT by Alexander Couzens · 5 years ago
  67. 77021c7 (minor) fix typo in comments by Kévin Redon · 5 years ago
  68. d1e220f minor: don't redefine macros by Kévin Redon · 5 years ago
  69. d9fc604 core/utils: drop meaningless const from return value of osmo_luhn() by Vadim Yanitskiy · 5 years ago
  70. 7b74551 fsm: Allow millisecond granularity in osmo_fsm built-in timer by Harald Welte · 5 years ago
  71. 0a1259b Deprecate usage of osmo_counter_* by Daniel Willmann · 5 years ago
  72. cc72cc4 add osmo_stat_item_inc/osmo_stat_item_dec to set it relative by Alexander Couzens · 5 years ago
  73. b480b74 add identifier sanitation for setting FSM instance ids by Neels Hofmeyr · 5 years ago
  74. ecef7ec add osmo_{escape,quote}_str_buf2() for standard args ordering by Neels Hofmeyr · 5 years ago
  75. 8531d66 tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN() by Neels Hofmeyr · 5 years ago
  76. d79ccc6 add osmo_str_startswith() by Neels Hofmeyr · 5 years ago
  77. 1f9cc01 fsm: support graceful osmo_fsm_inst_term() cascades by Neels Hofmeyr · 5 years ago
  78. 3b414a4 fsm: add flag to ensure osmo_fsm_inst_term() happens only once by Neels Hofmeyr · 5 years ago
  79. 179f357 Add _c versions of functions that otherwise return static buffers by Harald Welte · 5 years ago
  80. 0e8df1c add osmo_use_count API by Neels Hofmeyr · 5 years ago
  81. 0c7826e add osmo_sockaddr_str API by Neels Hofmeyr · 5 years ago
  82. 4a62eda Add _buf() functions to bypass static string buffers by Harald Welte · 5 years ago
  83. 98ed339 osmo_escape_str_buf: Always copy, don't return input string pointer by Harald Welte · 5 years ago
  84. c761044 Doxygen: fix documentation of rate_ctr_for_each_counter() by Vadim Yanitskiy · 5 years ago
  85. 914a8ec core/msgb.h: fix incorrect Doxygen parameter description by Vadim Yanitskiy · 5 years ago
  86. ba426e3 core/msgb.h: drop meaningless parameter of msgb_eq_* helpers by Vadim Yanitskiy · 5 years ago
  87. 115a2cc core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpers by Vadim Yanitskiy · 5 years ago
  88. 095a396 core/linuxlist.h: fix white-space and inconsistent alignment by Vadim Yanitskiy · 5 years ago
  89. 72ea919 core/linuxlist.h: fix and unify Doxygen documentation by Vadim Yanitskiy · 5 years ago
  90. 1688699 select: Rename BSC_FD_* constants to OSMO_FD_* by Harald Welte · 5 years ago
  91. c0dfc9d socket: osmo_sock_get_name() Use "const void *" as talloc context by Harald Welte · 5 years ago
  92. d4b79c8 fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer() by Neels Hofmeyr · 5 years ago
  93. 5734bff represent negative T-timers as Osmocom-specific X-timers by Neels Hofmeyr · 5 years ago
  94. 050f2d3 log: fsm: allow logging the timeout on state change by Neels Hofmeyr · 6 years ago
  95. 2cbe25f add OSMO_STRBUF_PRINTF() by Neels Hofmeyr · 5 years ago
  96. b0708d3 bitvec: Add bitvec_tailroom_bits() function by Harald Welte · 5 years ago
  97. ae7966d bitvec: Add bitvec_bytes_used() function by Harald Welte · 5 years ago
  98. 0fd615f add osmo_tdef API, originally adopted from osmo-bsc T_def by Neels Hofmeyr · 5 years ago
  99. b3e9b31 socket.h: add missing include by Max · 5 years ago
  100. 56632b6 osmo_fsm_state_name: make robust against NULL fi by Neels Hofmeyr · 5 years ago