1. d0e8d6b fix OSMO_SOCKADDR_STR_FMT for IPv6 by Neels Hofmeyr · 4 years, 8 months ago
  2. 7a010b1 select: Make file descriptor lists per-thread by Harald Welte · 5 years ago
  3. 2ceb758 add osmo_sockaddr_str_is_nonzero() by Neels Hofmeyr · 4 years, 9 months ago
  4. 988f6d7 add osmo_fsm_set_dealloc_ctx(), to help with use-after-free by Neels Hofmeyr · 4 years, 9 months ago
  5. 3f464fc socket: Introduce API osmo_sock_init2_multiaddr() by Pau Espin Pedrol · 4 years, 9 months ago
  6. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 10 months ago
  7. 0cbe8f0 tdef: Introduce min_val and max_val fields by Pau Espin Pedrol · 4 years, 10 months ago
  8. ec4b627 msgb: Allow size==headroom in msgb_alloc_headroom*() by Pau Espin Pedrol · 4 years, 9 months ago
  9. 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
  10. 210acc6 logging.h: add L1 SAPI related context and filter by Oliver Smith · 4 years, 10 months ago
  11. 0706280 logging_internal.h: Fix osmo_log_info definition by Pau Espin Pedrol · 4 years, 10 months ago
  12. 9655ed5 tdef: fixup osmo_tdef_set() by Neels Hofmeyr · 4 years, 10 months ago
  13. 77cd10f tdef: Introduce API osmo_tdef_set() by Pau Espin Pedrol · 4 years, 10 months ago
  14. f89cbd0 OSMO_SOCKADDR_STR_FMT_ARGS: guard against NULL pointer by Neels Hofmeyr · 4 years, 10 months ago
  15. 079693d OSMO_SOCKADDR_STR_FMT_ARGS: remove useless condition by Neels Hofmeyr · 4 years, 10 months ago
  16. 2d90611 context: Add support for [per-thread] global talloc contexts by Harald Welte · 5 years ago
  17. 989f01c osmo_tdef_get(): allow passing -1 as default timeout by Neels Hofmeyr · 4 years, 11 months ago
  18. e242548 Revert "utils.h: require a semi colon after OSMO_ASSERT" by Vadim Yanitskiy · 5 years ago
  19. 4e284b6 utils.h: require a semi colon after OSMO_ASSERT by Alexander Couzens · 5 years ago
  20. 77021c7 (minor) fix typo in comments by Kévin Redon · 5 years ago
  21. d1e220f minor: don't redefine macros by Kévin Redon · 5 years ago
  22. d9fc604 core/utils: drop meaningless const from return value of osmo_luhn() by Vadim Yanitskiy · 5 years ago
  23. 7b74551 fsm: Allow millisecond granularity in osmo_fsm built-in timer by Harald Welte · 5 years ago
  24. 0a1259b Deprecate usage of osmo_counter_* by Daniel Willmann · 5 years ago
  25. cc72cc4 add osmo_stat_item_inc/osmo_stat_item_dec to set it relative by Alexander Couzens · 5 years ago
  26. b480b74 add identifier sanitation for setting FSM instance ids by Neels Hofmeyr · 5 years ago
  27. ecef7ec add osmo_{escape,quote}_str_buf2() for standard args ordering by Neels Hofmeyr · 5 years ago
  28. 8531d66 tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN() by Neels Hofmeyr · 5 years ago
  29. d79ccc6 add osmo_str_startswith() by Neels Hofmeyr · 5 years ago
  30. 1f9cc01 fsm: support graceful osmo_fsm_inst_term() cascades by Neels Hofmeyr · 5 years ago
  31. 3b414a4 fsm: add flag to ensure osmo_fsm_inst_term() happens only once by Neels Hofmeyr · 5 years ago
  32. 179f357 Add _c versions of functions that otherwise return static buffers by Harald Welte · 5 years ago
  33. 0e8df1c add osmo_use_count API by Neels Hofmeyr · 5 years ago
  34. 0c7826e add osmo_sockaddr_str API by Neels Hofmeyr · 5 years ago
  35. 4a62eda Add _buf() functions to bypass static string buffers by Harald Welte · 5 years ago
  36. 98ed339 osmo_escape_str_buf: Always copy, don't return input string pointer by Harald Welte · 5 years ago
  37. c761044 Doxygen: fix documentation of rate_ctr_for_each_counter() by Vadim Yanitskiy · 5 years ago
  38. 914a8ec core/msgb.h: fix incorrect Doxygen parameter description by Vadim Yanitskiy · 5 years ago
  39. ba426e3 core/msgb.h: drop meaningless parameter of msgb_eq_* helpers by Vadim Yanitskiy · 5 years ago
  40. 115a2cc core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpers by Vadim Yanitskiy · 5 years ago
  41. 095a396 core/linuxlist.h: fix white-space and inconsistent alignment by Vadim Yanitskiy · 5 years ago
  42. 72ea919 core/linuxlist.h: fix and unify Doxygen documentation by Vadim Yanitskiy · 5 years ago
  43. 1688699 select: Rename BSC_FD_* constants to OSMO_FD_* by Harald Welte · 5 years ago
  44. c0dfc9d socket: osmo_sock_get_name() Use "const void *" as talloc context by Harald Welte · 5 years ago
  45. d4b79c8 fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer() by Neels Hofmeyr · 5 years ago
  46. 5734bff represent negative T-timers as Osmocom-specific X-timers by Neels Hofmeyr · 5 years ago
  47. 050f2d3 log: fsm: allow logging the timeout on state change by Neels Hofmeyr · 6 years ago
  48. 2cbe25f add OSMO_STRBUF_PRINTF() by Neels Hofmeyr · 5 years ago
  49. b0708d3 bitvec: Add bitvec_tailroom_bits() function by Harald Welte · 5 years ago
  50. ae7966d bitvec: Add bitvec_bytes_used() function by Harald Welte · 5 years ago
  51. 0fd615f add osmo_tdef API, originally adopted from osmo-bsc T_def by Neels Hofmeyr · 5 years ago
  52. b3e9b31 socket.h: add missing include by Max · 5 years ago
  53. 56632b6 osmo_fsm_state_name: make robust against NULL fi by Neels Hofmeyr · 5 years ago
  54. 0423b61 add osmo_hexdump_buf() and test by Neels Hofmeyr · 5 years ago
  55. b27e6fe Rename msgb_wrap_with_TL() by Max · 5 years ago
  56. 64b51eb socket: add define for socket name length by Philipp Maier · 5 years ago
  57. 894be2d gsm23003: add osmo_imei_str_valid() by Oliver Smith · 5 years ago
  58. 691ba52 add LOGPFSMSL(), LOGPFSMSLSRC() by Neels Hofmeyr · 6 years ago
  59. b0b39af LOGPFSM*: guard against fi == NULL by Neels Hofmeyr · 6 years ago
  60. b11ff7c add API doc for LOGPFSM* macros by Neels Hofmeyr · 6 years ago
  61. e5bde90 define LOGPFSM fmt only once, in LOGPFSMLSRC by Neels Hofmeyr · 6 years ago
  62. 0145751 add to osmo_sock_get_name*() API by Neels Hofmeyr · 6 years ago
  63. 2bf01d4 stats.h: Fix build on MacOS by Pau Espin Pedrol · 6 years ago
  64. db03825 msgb: add test helpers by Max · 6 years ago
  65. 7079e69 add osmo_bcd2str() by Neels Hofmeyr · 6 years ago
  66. c01cff1 Constify llist_count() parameter by Max · 6 years ago
  67. 2ca8ceb timer: Fix clockid_t undefined on MacOS < 10.12 by Pau Espin Pedrol · 6 years ago
  68. 9d7a247 Add osmo_sockaddr_in_to_str_and_uint() by Max · 6 years ago
  69. cb02a39 Update msgb Lx helpers by Max · 6 years ago
  70. 84fb5bb Move msgb_push helpers to public header by Max · 6 years ago
  71. e521ede core/msgb.h: introduce msgb_l4len() helper by Vadim Yanitskiy · 6 years ago
  72. 7acd5d0 add osmo_sock_get_{local,remote}_ip{,_port}() by Oliver Smith · 6 years ago
  73. 0903fce GSMTAP: fix typos in comments by Shinjo Park · 6 years ago
  74. f589cbb GSMTAP: add definitions for LTE NAS subtypes by Shinjo Park · 6 years ago
  75. d741b78 GSMTAP: add definitions for new LTE RRC channels by Shinjo Park · 6 years ago
  76. 098038a logging vty: write: check logging levels validity by Neels Hofmeyr · 6 years ago
  77. ba0762d logging vty: rewrite 'logging level' vty cmd generation by Neels Hofmeyr · 6 years ago
  78. 7c74989 add osmo_str_tolower() and _toupper() with test by Neels Hofmeyr · 6 years ago
  79. 5594430 core/utils.h: move includes to the top by Vadim Yanitskiy · 6 years ago
  80. 80f4ff9 core/utils.h: drop duplicate '<stdbool.h>' include by Vadim Yanitskiy · 6 years ago
  81. b99ed7f Add RSPRO support to IPA and logging definitions by Harald Welte · 6 years ago
  82. 77ae45d log: add 'last' option to 'logging print file' by Neels Hofmeyr · 6 years ago
  83. 73196e7 socket: add flag to enforce SO_REUSEADDR on UDP sockets by Philipp Maier · 6 years ago
  84. 983dcb9 use __FILE__, not __BASE_FILE__ by Neels Hofmeyr · 6 years ago
  85. 8ce6f48 msgb: Introduce msgb_{de,en}queue_count APIs by Pau Espin Pedrol · 6 years ago
  86. 0b6fcb0 signal: Introduce API osmo_signal_talloc_ctx_init by Pau Espin Pedrol · 6 years ago
  87. 0bc3b83 GSMTAP: add SIM sub_types by Kévin Redon · 6 years ago
  88. 59f4caf add osmo_sockaddr_to_str_and_uint() by Neels Hofmeyr · 6 years ago
  89. bc568d0 osmo_panic(): Annotate as __attribute__ ((noreturn)) by Harald Welte · 6 years ago
  90. 459a180 Don't call abort() directly, always use osmo_panic() by Harald Welte · 6 years ago
  91. 3385e4b fsm: Change semantics of LOGPFSML() log-level by Harald Welte · 6 years ago
  92. 15a5f8d Add osmo_isqrt32() to compute 32bit integer square root by Harald Welte · 6 years ago
  93. 407df02 add osmo_fsm_inst_state_chg_keep_timer() by Neels Hofmeyr · 6 years ago
  94. 9da77ab isdnhdlc: Port from kernel to userspace by Harald Welte · 6 years ago
  95. 85b9fba import isdn4linux HDLC code from linux kernel by Harald Welte · 6 years ago
  96. ea4d893 Add osmo_timerfd_* functions for osmo_fd-wrapped timerfd by Harald Welte · 7 years ago
  97. 686eba9 control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cb by Pau Espin Pedrol · 6 years ago
  98. c62fc2d msgb: msgb_pull: Abort when pulling more than avail size by Pau Espin Pedrol · 6 years ago
  99. 9fa0912 msgb: msgb_get: Drop unneeded tmp var by Pau Espin Pedrol · 6 years ago
  100. cefce66 fix issue on big endian architecture by Thorsten Alteholz · 6 years ago