1. 918b0ce core: fix pointer access in msgb_l[1-4] macros by Vadim Yanitskiy · 12 months ago
  2. e2a8dc4 osmo_io: Add osmo_iofd_notify_connected() by Daniel Willmann · 12 months ago
  3. 63e45e6 osmo_io: Make name optional, add _set_name() API by Pau Espin Pedrol · 1 year ago
  4. bb20d4e Added generation of include/osmocom/core/socket_compat.h by Andreas Eversberg · 1 year ago
  5. eb9edba osmo_io: Remove osmo_iofd_read/write_enable/disable by Daniel Willmann · 1 year, 1 month ago
  6. 3ed8772 osmo_io: Don't make msg in write_cb const by Daniel Willmann · 1 year, 1 month ago
  7. 2dd8da6 osmo_io: Consistency - put read/recv callback first in osmo_io_ops by Daniel Willmann · 1 year, 1 month ago
  8. d4d0370 osmo_io: Improve handling and documentation of segmentation_cb by Daniel Willmann · 1 year, 1 month ago
  9. 0c374c6 core: Add function to update osmo_io_ops field for osmo_io_fd by arehbein · 1 year, 1 month ago
  10. 8857f3b Add osmo_io with initial poll backend by Harald Welte · 1 year, 7 months ago
  11. 37dc995 core: remove unnecessary #include <osmocom/core/talloc.h> by Vadim Yanitskiy · 1 year, 3 months ago
  12. 8969298 rate_ctr: Add rate_ctr_add2() similar to rate_ctr_inc2() by Harald Welte · 1 year, 3 months ago
  13. 5e3aaf9 gsmtap.h: Define a packet type for encapsulation of GSM RLP frames by Harald Welte · 1 year, 4 months ago
  14. 8c505c1 logging: remove log_initialized(void) by Eric · 1 year, 4 months ago
  15. 45ae1c5 Add osmo_sockaddr_size() to return the size of the variant used by Daniel Willmann · 1 year, 5 months ago
  16. 22ade29 msgb: use OSMO_ASSERT in msgb_alloc_headroom[_c]() by Vadim Yanitskiy · 1 year, 4 months ago
  17. ba1e200 add osmo_prim_operation_name() by Neels Hofmeyr · 1 year, 4 months ago
  18. a747d36 GSMTAP: add gsmtap_source_init*2() by Max · 1 year, 4 months ago
  19. 0b5c09b Fix typo endianess -> endianness by Oliver Smith · 1 year, 4 months ago
  20. 51e9dde Introduce tundev API by Pau Espin Pedrol · 1 year, 5 months ago
  21. 9d0321d Introduce netdev API by Pau Espin Pedrol · 1 year, 5 months ago
  22. 8a5014b Introduce netns API by Pau Espin Pedrol · 1 year, 5 months ago
  23. 4fc6118 Split include/Makefile.am content into subdirs by Pau Espin Pedrol · 1 year, 5 months ago
  24. cc296c9 socket.h: Introduce API osmo_sockaddr_netmask_to_prefixlen() by Pau Espin Pedrol · 1 year, 5 months ago
  25. 94705d0 uitils: add floored and euclidian modulo functions by Philipp Maier · 1 year, 5 months ago
  26. d7d4b1b gsmtap.h: Add definitions for various ISDN sub-types by Harald Welte · 1 year, 7 months ago
  27. e61d459 Support building with -Werror=strict-prototypes / -Werror=old-style-definition by Harald Welte · 1 year, 8 months ago
  28. df5b1e1 msgb: introduce extended copy functions by Max · 1 year, 8 months ago
  29. d98a867 logging.h: Allocate DLM2PA and DLM2UA for libosmo-sigtran by Harald Welte · 1 year, 10 months ago
  30. 724c162 msgb: do not use msgb_l4 instead of msgb_sms by Philipp Maier · 1 year, 9 months ago
  31. d9d6210 msgb: assert msgb->lXh to be not NULL by Philipp Maier · 1 year, 9 months ago
  32. 3b3955b socket: Introduce API osmo_sockaddr_is_any by Pau Espin Pedrol · 1 year, 9 months ago
  33. 3c12f55 socket.h: Reorder sockaddr APIs to have them all together by Pau Espin Pedrol · 1 year, 9 months ago
  34. 395db20 include: use '#pragma once' everywhere by Vadim Yanitskiy · 1 year, 9 months ago
  35. 812766e utils.h: protect param with parenthesis in OSMO_BYTES_FOR_BITS() by Pau Espin Pedrol · 1 year, 10 months ago
  36. 709da27 Revert "Add function to guess AF_UNSPEC address" by neels · 1 year, 10 months ago
  37. 9e4c2eb Revert "Add osmo_sockaddr_strs_to_str()" by neels · 1 year, 10 months ago
  38. e145e28 Add osmo_sockaddr_strs_to_str() by Max · 1 year, 11 months ago
  39. a4063ef Add function to guess AF_UNSPEC address by Max · 1 year, 11 months ago
  40. 8137d9a logging: add a new category DLCSN1 for libosmo-csn1 by Vadim Yanitskiy · 1 year, 11 months ago
  41. b3e3a5d fsm: osmo_fsm_{event,inst,state}_name(): make *fi pointer const by Vadim Yanitskiy · 1 year, 11 months ago
  42. 1e1436c stats: Functions with no arguments should specify(void) by Harald Welte · 2 years, 2 months ago
  43. 9d3cfef cosmetic: logging.h: fix indentation by Pau Espin Pedrol · 2 years, 2 months ago
  44. 5e24eea Cosmetic: linuxlist.h: fix misleading comment by Oliver Smith · 2 years, 3 months ago
  45. 9c7f7f8 add osmo_sockaddr_set_port() by Neels Hofmeyr · 2 years, 5 months ago
  46. c797e25 core/utils.h: make use of OSMO_LIKELY in OSMO_ASSERT by Vadim Yanitskiy · 2 years, 5 months ago
  47. 85c7831 core/msgb.h: make use of OSMO_LIKELY / OSMO_UNLIKELY by Vadim Yanitskiy · 2 years, 5 months ago
  48. 9ac355a core/utils.h: wrap OSMO_ASSERT() with do { ... } while (0) by Vadim Yanitskiy · 2 years, 5 months ago
  49. e59e839 core/utils.h: add OSMO_LIKELY / OSMO_UNLIKELY macros by Vadim Yanitskiy · 2 years, 5 months ago
  50. cf7f792 add osmo_sockaddr_from/to_octets() by Neels Hofmeyr · 2 years, 5 months ago
  51. 1633735 add osmo_quote_str_buf3, osmo_escape_str_buf3 by Neels Hofmeyr · 2 years, 5 months ago
  52. 09d6574 add osmo_sockaddr_to_str_c(), osmo_sockaddr_to_str_buf2() by Neels Hofmeyr · 2 years, 7 months ago
  53. 4c44d46 logging: log to stderr when logging is not initialized by Philipp Maier · 2 years, 5 months ago
  54. 13fa00e PFCP: add DLPFCP and osmo-upf port numbers by Neels Hofmeyr · 2 years, 7 months ago
  55. e6fb890 log_taget_find() should use enum log_target_type, not int by Harald Welte · 2 years, 6 months ago
  56. 7d6166a utils: Fix -Wsign-compare warnings by Harald Welte · 2 years, 6 months ago
  57. c85aaed bitvec: Fix -Wsign-compare warnings by Harald Welte · 2 years, 6 months ago
  58. ec5b42c stats_tcp: use a default batch size of 5 instead of 1 by Philipp Maier · 2 years, 6 months ago
  59. d5974e9 conv: Fix the traceback for tail biting codes by Sylvain Munaut · 2 years, 6 months ago
  60. 2f4186a VTY: implement 'no log gsmtap [HOSTNAME]' command by Vadim Yanitskiy · 2 years, 6 months ago
  61. b1ef8f5 select: gather statistics for TCP connections by Philipp Maier · 2 years, 7 months ago
  62. 9fe1f9f Introduce CRC and FSM for IuUP (user plane) as used in 3G RTP data by Harald Welte · 6 years ago
  63. 04bfb71 treewide: remove FSF address by Oliver Smith · 2 years, 6 months ago
  64. 63e1b2b logging: make LIBOSMOCORE_NO_LOGGING work as expected by Eric Wild · 2 years, 7 months ago
  65. d02090b logging: allow disabling macros using a new define: LIBOSMOCORE_NO_LOGGING by Eric · 2 years, 7 months ago
  66. 9e34f08 gsmtap: Add gsmtap_sendmsg_free() as alternative to gsmtap_sendmsg() by Harald Welte · 2 years, 7 months ago
  67. 25c9741 add osmo_time_cc, moved from osmo-bsc by Neels Hofmeyr · 2 years, 7 months ago
  68. bfc8377 stats: allow configuring reporter's name in the VTY by Vadim Yanitskiy · 2 years, 8 months ago
  69. b72867f logging: Change stderr + file target to use non-blocking write by Harald Welte · 3 years, 9 months ago
  70. c549719 utils: introduce osmo_talloc_replace_string_fmt() by Vadim Yanitskiy · 3 years, 1 month ago
  71. 137efc9 cosmetic: get rid of 3 deprecation warnings by Neels Hofmeyr · 2 years, 9 months ago
  72. e90c717 refactor stat_item: get rid of FIFO and "skipped" error by Neels Hofmeyr · 2 years, 9 months ago
  73. d075e3a base64: reformat using Lindent to conform to our coding style by Harald Welte · 2 years, 9 months ago
  74. 292f9e7 base64: Migrate over to osmocom by Harald Welte · 2 years, 9 months ago
  75. c757239 copy base64 implementation from mbedtls by Harald Welte · 2 years, 9 months ago
  76. 049fd5c stat_item: cosmetic: s/desc/group_desc in osmo_stat_item_group_alloc() by Neels Hofmeyr · 2 years, 9 months ago
  77. 7fcfefb add osmo_stat_item_get_group_by_name_idxname() by Neels Hofmeyr · 2 years, 10 months ago
  78. 4777334 utils: add osmo_str_to_int() and osmo_str_to_int64() by Neels Hofmeyr · 2 years, 10 months ago
  79. 11da4a4 stats: send real last value if no new values come by Oliver Smith · 2 years, 10 months ago
  80. 7af860f utils: Fix c++ warn in OSMO_STRBUF_APPEND by Pau Espin Pedrol · 2 years, 11 months ago
  81. ff84de7 linuxlist: add macro to get last element of a list by Philipp Maier · 3 years ago
  82. ac49bda osmo_select_shutdown_request(): allow finishing pending writes on SIGTERM by Neels Hofmeyr · 3 years, 1 month ago
  83. af40b0b msgb_alloc_headroom: Change size args to be uint16_t by Pau Espin Pedrol · 3 years ago
  84. 09f075f stat,rate_ctr: Allow setting group name and use it at report time by Pau Espin Pedrol · 3 years, 1 month ago
  85. 5fe3de5 stat,rate_ctr: Introduce new API to get counter at given index by Pau Espin Pedrol · 3 years, 1 month ago
  86. a488639 osmo_timer_pending: Make arg const by Pau Espin Pedrol · 3 years, 2 months ago
  87. 87fa1ca fix default_timeout type of osmo_tdef_fsm_inst_state_chg default_timeout by Neels Hofmeyr · 3 years, 2 months ago
  88. c545ff6 socket: QoS support for all our socket init functions by Harald Welte · 3 years, 2 months ago
  89. ecc0bd8 socket: Introduce osmo_sock_set_priority() helper function by Harald Welte · 3 years, 2 months ago
  90. ce53e03 socket: Introduce osmo_sock_set_dscp() to set socket DSCP value by Harald Welte · 3 years, 2 months ago
  91. 6140194 stat_item: make value ids item specific by Oliver Smith · 3 years, 3 months ago
  92. d3490bc stat_item: make next_id argument name consistent by Oliver Smith · 3 years, 3 months ago
  93. 6cf65d9 gprs_ns2: rework logging of Rx and Tx NS PDU by Alexander Couzens · 3 years, 5 months ago
  94. 6e9dd02 logging: Deprecate API log_set_print_filename by Pau Espin Pedrol · 3 years, 4 months ago
  95. 662d10d logging: Allow prefixing thread ID to each log line by Pau Espin Pedrol · 3 years, 4 months ago
  96. 88e4058 Introduce osmo_gettid() API by Pau Espin Pedrol · 3 years, 4 months ago
  97. e4cd267 Add inter-thread queue by Harald Welte · 4 years, 11 months ago
  98. 833e8fa gsmtap_util: SNR can be negative, use a signed integer by Vadim Yanitskiy · 3 years, 6 months ago
  99. 0a2b257 Declare osmo_ctx_init() in talloc.h by Daniel Willmann · 3 years, 6 months ago
  100. 4eb0f16 fsm: Add osmo_fsm_inst_broadcast_children() by Harald Welte · 3 years, 6 months ago