1. 9e34f08 gsmtap: Add gsmtap_sendmsg_free() as alternative to gsmtap_sendmsg() by Harald Welte · 2 years, 7 months ago
  2. 25c9741 add osmo_time_cc, moved from osmo-bsc by Neels Hofmeyr · 2 years, 8 months ago
  3. bfc8377 stats: allow configuring reporter's name in the VTY by Vadim Yanitskiy · 2 years, 8 months ago
  4. b72867f logging: Change stderr + file target to use non-blocking write by Harald Welte · 3 years, 9 months ago
  5. c549719 utils: introduce osmo_talloc_replace_string_fmt() by Vadim Yanitskiy · 3 years, 1 month ago
  6. 137efc9 cosmetic: get rid of 3 deprecation warnings by Neels Hofmeyr · 2 years, 9 months ago
  7. e90c717 refactor stat_item: get rid of FIFO and "skipped" error by Neels Hofmeyr · 2 years, 10 months ago
  8. d075e3a base64: reformat using Lindent to conform to our coding style by Harald Welte · 2 years, 10 months ago
  9. 292f9e7 base64: Migrate over to osmocom by Harald Welte · 2 years, 10 months ago
  10. c757239 copy base64 implementation from mbedtls by Harald Welte · 2 years, 10 months ago
  11. 049fd5c stat_item: cosmetic: s/desc/group_desc in osmo_stat_item_group_alloc() by Neels Hofmeyr · 2 years, 10 months ago
  12. 7fcfefb add osmo_stat_item_get_group_by_name_idxname() by Neels Hofmeyr · 2 years, 10 months ago
  13. 4777334 utils: add osmo_str_to_int() and osmo_str_to_int64() by Neels Hofmeyr · 2 years, 10 months ago
  14. 11da4a4 stats: send real last value if no new values come by Oliver Smith · 2 years, 11 months ago
  15. 7af860f utils: Fix c++ warn in OSMO_STRBUF_APPEND by Pau Espin Pedrol · 3 years ago
  16. ff84de7 linuxlist: add macro to get last element of a list by Philipp Maier · 3 years ago
  17. ac49bda osmo_select_shutdown_request(): allow finishing pending writes on SIGTERM by Neels Hofmeyr · 3 years, 1 month ago
  18. af40b0b msgb_alloc_headroom: Change size args to be uint16_t by Pau Espin Pedrol · 3 years, 1 month ago
  19. 09f075f stat,rate_ctr: Allow setting group name and use it at report time by Pau Espin Pedrol · 3 years, 1 month ago
  20. 5fe3de5 stat,rate_ctr: Introduce new API to get counter at given index by Pau Espin Pedrol · 3 years, 1 month ago
  21. a488639 osmo_timer_pending: Make arg const by Pau Espin Pedrol · 3 years, 2 months ago
  22. 87fa1ca fix default_timeout type of osmo_tdef_fsm_inst_state_chg default_timeout by Neels Hofmeyr · 3 years, 2 months ago
  23. c545ff6 socket: QoS support for all our socket init functions by Harald Welte · 3 years, 2 months ago
  24. ecc0bd8 socket: Introduce osmo_sock_set_priority() helper function by Harald Welte · 3 years, 2 months ago
  25. ce53e03 socket: Introduce osmo_sock_set_dscp() to set socket DSCP value by Harald Welte · 3 years, 2 months ago
  26. 6140194 stat_item: make value ids item specific by Oliver Smith · 3 years, 3 months ago
  27. d3490bc stat_item: make next_id argument name consistent by Oliver Smith · 3 years, 3 months ago
  28. 6cf65d9 gprs_ns2: rework logging of Rx and Tx NS PDU by Alexander Couzens · 3 years, 5 months ago
  29. 6e9dd02 logging: Deprecate API log_set_print_filename by Pau Espin Pedrol · 3 years, 4 months ago
  30. 662d10d logging: Allow prefixing thread ID to each log line by Pau Espin Pedrol · 3 years, 4 months ago
  31. 88e4058 Introduce osmo_gettid() API by Pau Espin Pedrol · 3 years, 4 months ago
  32. e4cd267 Add inter-thread queue by Harald Welte · 5 years ago
  33. 833e8fa gsmtap_util: SNR can be negative, use a signed integer by Vadim Yanitskiy · 3 years, 6 months ago
  34. 0a2b257 Declare osmo_ctx_init() in talloc.h by Daniel Willmann · 3 years, 6 months ago
  35. 4eb0f16 fsm: Add osmo_fsm_inst_broadcast_children() by Harald Welte · 3 years, 6 months ago
  36. fde19ed logging: Introduce DLBSSGP logging constant by Harald Welte · 3 years, 7 months ago
  37. 7fc88b3 log2.h: Avoid redefining __always_inline by Harald Welte · 3 years, 7 months ago
  38. c172d9f log2.h: Use uintXX_t instead of kernel specific types by Harald Welte · 3 years, 7 months ago
  39. 622cda3 hash/log2: Add generic implementations of fls() and fls64() by Harald Welte · 3 years, 7 months ago
  40. 77530b4 Use explicit type-casting in hlist_del() for C++ compatibility by Harald Welte · 3 years, 7 months ago
  41. 59e13e4 core/linuxlist: do not use 'new' as a parameter name by Vadim Yanitskiy · 3 years, 7 months ago
  42. 7101ca2 Add hlist and hashtable from Linux kernel by Harald Welte · 3 years, 7 months ago
  43. 751977b ns2: Add log filtering by NSE/NSEI, fix NSVC filter on receive by Daniel Willmann · 3 years, 7 months ago
  44. 53a2fde Integrate libmnl (minimal netlink) library with libosmocore select loop by Harald Welte · 3 years, 7 months ago
  45. fd3478c logging: Calculate LOG_MAX_{CTX,FILTERS} from the enum by Daniel Willmann · 3 years, 7 months ago
  46. 4fe8a75 serial: Introduce API osmo_serial_speed_t by Pau Espin Pedrol · 3 years, 8 months ago
  47. 1b75e4b tdef: Introduce OSMO_TDEF_US unit by Pau Espin Pedrol · 3 years, 8 months ago
  48. f36b762 application: do not document unrelated forward-declarations by Vadim Yanitskiy · 3 years, 8 months ago
  49. b904e42 select: Migrate over to poll() by Harald Welte · 3 years, 9 months ago
  50. e7bf435 logging: introduce 'systemd-journal' target by Vadim Yanitskiy · 3 years, 10 months ago
  51. 7e65791 select: Introduce osmo_fd_{read,write}_{enable,disable}() by Harald Welte · 3 years, 9 months ago
  52. 80788fa add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_str by Alexander Couzens · 3 years, 9 months ago
  53. def5a40 socket: make the arguments of osmo_sockaddr_cmp() const by Vadim Yanitskiy · 3 years, 9 months ago
  54. 87c3afb add osmo_float_str_to_int() and osmo_int_to_float_str_*() by Neels Hofmeyr · 3 years, 9 months ago
  55. 66138cc write_queue: Add osmo_wqueue_enqueue_quiet() by Harald Welte · 3 years, 9 months ago
  56. 9277b97 add osmo_use_count_to_str_c() by Neels Hofmeyr · 3 years, 10 months ago
  57. 6a16149 Gb: add a second NS implementation by Alexander Couzens · 4 years ago
  58. f6db765 bitXXgen: add osmo_loadXXbe_ext_2() to get right-adjusted values by Neels Hofmeyr · 3 years, 10 months ago
  59. c0ac4e3 bitXXgen: ensure not reading/storing past valid size by Neels Hofmeyr · 3 years, 10 months ago
  60. 0f36421 add osmo_sockaddr_local_ip() to determine the local address for a remote. by Alexander Couzens · 4 years ago
  61. e4181ea socket: add osmo_sockaddr_cmp() by Alexander Couzens · 4 years ago
  62. 43957e6 socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofd by Alexander Couzens · 4 years ago
  63. d95f5d4 sockaddr_str: add osmo_sockaddr_str_from_str2() which doesn't set the port by Alexander Couzens · 4 years, 1 month ago
  64. 5cc4fe4 socket: Add some osmo_sockaddr print helpers by Pau Espin Pedrol · 3 years, 10 months ago
  65. 161d42a gsmtap: Add definitions for E1/T1 payload (LAPD, TRAU, FR) in GSMTAP by Harald Welte · 3 years, 11 months ago
  66. 8419bb2 socket.h: introduce osmo_sockaddr to hold v4 and v6 endpoints by Alexander Couzens · 4 years, 1 month ago
  67. ea71b43 stat_item: Add function to reset stat items and groups by Daniel Willmann · 4 years ago
  68. 26a9539 rate_ctr: Add functions to reset rate counter (groups) by Daniel Willmann · 4 years ago
  69. 0e7349d use_count.h: Fix API doc example by Pau Espin Pedrol · 4 years ago
  70. 83025bf add osmo_mobile_identity API by Neels Hofmeyr · 4 years, 1 month ago
  71. a13fb75 Revert "add osmo_mobile_identity API" by Harald Welte · 4 years, 1 month ago
  72. d1ceca9 add osmo_mobile_identity API by Neels Hofmeyr · 4 years, 1 month ago
  73. dacac99 api doc: clarify OSMO_NAME_C_IMPL() required FUNC_BUF signature by Neels Hofmeyr · 4 years, 1 month ago
  74. dfebf40 stats: Support regular stats flush by Alexander Chemeris · 4 years, 2 months ago
  75. a70ac85 select.c: Introduce support for signalfd by Harald Welte · 4 years, 3 months ago
  76. f3cc731 exec: Introduce osmo_system_nowait2() to allow specify a user by Harald Welte · 4 years, 3 months ago
  77. 44b9926 socket: Add osmo_sock_mcast_iface_set() to bind multicast to device by Harald Welte · 4 years, 4 months ago
  78. d8c74b8 fixup depreciation warning by Harald Welte · 4 years, 4 months ago
  79. 6773304 gsmtap: Solve TCH / FACCH confusion once and for all by Harald Welte · 4 years, 4 months ago
  80. 1d3e9de gsmtap.h: Add definitions for voice inside GSMTAP by Harald Welte · 4 years, 4 months ago
  81. cc0b5d5 value_string: Switch val from unsigned to int by Pau Espin Pedrol · 4 years, 5 months ago
  82. c6a8697 Introduce helper functions for safe fork+exec of processes by Harald Welte · 4 years, 7 months ago
  83. 87b5143 core/defs.h: introduce and use OSMO_DEPRECATED_OUTSIDE by Vadim Yanitskiy · 4 years, 8 months ago
  84. 8a7eed5 add osmo_escape_cstr and osmo_quote_cstr by Neels Hofmeyr · 4 years, 7 months ago
  85. 951d32b osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n() by Neels Hofmeyr · 4 years, 8 months ago
  86. 06356fd utils: add osmo_strnchr() by Neels Hofmeyr · 4 years, 8 months ago
  87. 63cb949 msgb_put: more elaborate logging of head/tailroom failure by Neels Hofmeyr · 4 years, 8 months ago
  88. 344776d fsm.h: add missing include of logging.h by Neels Hofmeyr · 4 years, 8 months ago
  89. 823073a utils.h: add OSMO_NAME_C_IMPL() macro by Neels Hofmeyr · 4 years, 8 months ago
  90. e883de5 cosmetic: logging.h: fix comment s/levels/subsystems by Neels Hofmeyr · 4 years, 7 months ago
  91. f2644ae logging.h: define ansi color constants by Neels Hofmeyr · 4 years, 7 months ago
  92. 002a51d add osmo_sockaddr_str_cmp() by Neels Hofmeyr · 4 years, 8 months ago
  93. d0e8d6b fix OSMO_SOCKADDR_STR_FMT for IPv6 by Neels Hofmeyr · 4 years, 8 months ago
  94. 7a010b1 select: Make file descriptor lists per-thread by Harald Welte · 5 years ago
  95. 2ceb758 add osmo_sockaddr_str_is_nonzero() by Neels Hofmeyr · 4 years, 9 months ago
  96. 988f6d7 add osmo_fsm_set_dealloc_ctx(), to help with use-after-free by Neels Hofmeyr · 4 years, 9 months ago
  97. 3f464fc socket: Introduce API osmo_sock_init2_multiaddr() by Pau Espin Pedrol · 4 years, 9 months ago
  98. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 10 months ago
  99. 0cbe8f0 tdef: Introduce min_val and max_val fields by Pau Espin Pedrol · 4 years, 10 months ago
  100. ec4b627 msgb: Allow size==headroom in msgb_alloc_headroom*() by Pau Espin Pedrol · 4 years, 9 months ago