1. 48f5583 socket: Introduce function to obtain socket name by Harald Welte · 7 years ago
  2. 75c0e2f utils.h: #include <stdio.h> as we use fprintf() by Harald Welte · 7 years ago
  3. 505a22f linuxlist.h: add llist_count() by Neels Hofmeyr · 7 years ago
  4. aa1bc01 logging: remove code duplication by Max · 7 years ago
  5. 449324b bitvec: Ensure bitvec.h and bitvec.c agree on function argument type by Harald Welte · 7 years ago
  6. f2899c6 Always include <osmocom/core/talloc.h> and not <talloc.h> by Harald Welte · 7 years ago
  7. ebcf02d gsmtap: Add GSMTAP_TYPE_QC_DIAG by Harald Welte · 7 years ago
  8. 8808bb4 Add osmo_fsm_find_by_name() and avoid registering FSM with same name by Harald Welte · 7 years ago
  9. 848de8f Add function to get uninterrupted bit run by Pravin Kumarvel · 8 years ago
  10. c014f60 fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term() by Neels Hofmeyr · 8 years ago
  11. eeacf90 fsm: move LOGPFSMSRC and LOGPFSMLSRC to .h by Neels Hofmeyr · 8 years ago
  12. a0f74f2 add CRC16-CCITT to libosmocore by Harald Welte · 8 years ago
  13. 1808096 utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macros by Neels Hofmeyr · 8 years ago
  14. 42b59c1 fsm api doc: fix typo in doxygen marker '\breif' by Neels Hofmeyr · 8 years ago
  15. 5c5c78a add value strings for enum osmo_fsm_term_cause and use for logging by Neels Hofmeyr · 8 years ago
  16. 725698a fsm: log caller's source for events and state changes, not fsm.c lines by Neels Hofmeyr · 8 years ago
  17. 6a13e7f fsm: add LOGPFSML to pass explicit logging level by Neels Hofmeyr · 8 years ago
  18. c0f0007 import oap message parsing / encoding from openbsc.git; AGPL->GPL by Harald Welte · 8 years ago
  19. 9795cf1 fix: DLGSUP logging category "unusable" by Neels Hofmeyr · 8 years ago 0.9.5
  20. aa00f99 Implement GSMTAP log target by Harald Welte · 8 years ago
  21. a65e993 gsmtap: Add defintions for GSMTAP based remote logging by Harald Welte · 8 years ago
  22. dda5e79 doc: fsm timer_cb: explain return value by Neels Hofmeyr · 8 years ago
  23. d7c0a37 logging: Extend log_target with call-back for un-formatted log line by Harald Welte · 8 years ago
  24. aeecc48 Introduce osmo_strlcpy() function so we can stop using strncpy() by Harald Welte · 8 years ago
  25. 8593f1f msgb: add msgb_push_u{8,16,32}() functions by Harald Welte · 8 years ago
  26. 1554f80 statsd: Fix compiler warning (int32_t vs. int64_t) by Harald Welte · 8 years ago
  27. bf173a3 bitcomp: Remove the t4 decoding from libosmocore by Holger Hans Peter Freyther · 8 years ago
  28. 8b25a3f Add osmo_fsm_unregister() to header by Max · 8 years ago
  29. f45334b msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx() by Neels Hofmeyr · 8 years ago
  30. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  31. 418ca58 fix error msg: msgb_put(): say "msgb_put", not "msgb_push" by Neels Hofmeyr · 8 years ago
  32. e65315f core/counter: add osmo_counter_dec() by Alexander Couzens · 8 years ago
  33. 881dcaf Mark input string to osmo_talloc_replace_string() as const by Harald Welte · 8 years ago
  34. 14bf28a Mark input parameter to bitvec_set_bits() as 'const' by Harald Welte · 8 years ago
  35. f627c0f fsm: Introduce default time-out handling by Harald Welte · 8 years ago
  36. e0a7d9e Add octet-aligned/unaligned shift functions by Max · 8 years ago
  37. 136e737 Add Finite State Machine abstraction code by Harald Welte · 8 years ago
  38. 8d6dcd9 add get_value_string_or_null() to handle unknown items by Neels Hofmeyr · 8 years ago
  39. e4c294f Fixing build on Mac OSX by Beshr Al Nahas · 8 years ago
  40. cc3694b Fix build for OSX by Arran Cudbard-Bell · 8 years ago
  41. 3d79240 logging: Use __BASE_FILE__ instead of __FILE__ by Harald Welte · 8 years ago
  42. 3b6fb08 import gprs_gsup_message.[ch] from openbsc as gsup.[ch] by Harald Welte · 8 years ago 0.9.4
  43. 9709b2e Import osmo_{encode,decode}_big_endian() from openbsc by Harald Welte · 8 years ago
  44. 2d2e2cc Update doxygen annotations in libosmocore by Harald Welte · 8 years ago
  45. 69e6c3c Add log_fini() function to release all memory allocated by logging framework by Harald Welte · 8 years ago
  46. d8fb142 Add ubit <-> sbit convertors by Max · 8 years ago
  47. 61f2888 select: Externalize fd_set filling and dispatch by Holger Hans Peter Freyther · 8 years ago
  48. 6c33ae2 Add new osmo_fd_get_by_fd() function by Harald Welte · 8 years ago
  49. d479321 Add function to add bits from array to bitvec by Max · 8 years ago
  50. a89d22c log: Add conditional logging based on log_check_level by Jacob Erlbeck · 9 years ago
  51. de6dd72 log: Add log_check_level function by Jacob Erlbeck · 9 years ago
  52. 6a5ef46 Add byte printing macros by Max · 8 years ago
  53. 5c18e26 Add T4 bit map compression routines by Max · 8 years ago
  54. 0a59e98 Expand bitvec interface by Max · 8 years ago
  55. a9301a1 bitvec: Test and fix regression for C++->C conversion by Holger Hans Peter Freyther · 8 years ago
  56. a15f05f Add bitvec-related functions from Osmo-PCU by Max · 8 years ago
  57. e49af08 bitvec: Fix interface to consistently use unsigned int by Max · 8 years ago
  58. f6d9f37 comment typo by Neels Hofmeyr · 8 years ago
  59. ff42b26 msgb: Assert len >= 0 in msgb_trim by Jacob Erlbeck · 9 years ago
  60. 5f349be bitvec: Add get/set byte sequences by Jacob Erlbeck · 9 years ago
  61. c959afd osmo_prim_op_names should be extern by Harald Welte · 9 years ago
  62. a2db75f Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE define by Harald Welte · 9 years ago
  63. 8db1134 msgb: Add msgb_test_invariant function by Jacob Erlbeck · 9 years ago
  64. cdd05f0 msgb: Add msgb_resize_area and msgb_copy by Jacob Erlbeck · 9 years ago
  65. 9e57a5a some comments / fixed typos by Neels Hofmeyr · 9 years ago
  66. ac4ed17 stats: Add OSMO prefix to STAT_ITEM_NOVALUE_ID by Jacob Erlbeck · 9 years ago
  67. af5bad5 stat: Explicitly support stat_items without unit by Jacob Erlbeck · 9 years ago
  68. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 9 years ago
  69. b6e6bea stats: Move statsd related code into a separate file by Jacob Erlbeck · 9 years ago
  70. a10ef29 use system-wide libtalloc with --enable-system-talloc by Harald Welte · 9 years ago
  71. 2b82c1c fix FSF address in sources/headers by Jaroslav Škarvada · 9 years ago
  72. aed7c12 stats: Send all values on reporter update by Jacob Erlbeck · 9 years ago
  73. 495b0db gprs-ns/stats: When the NSVCI is updated, update the stats counter by Holger Hans Peter Freyther · 9 years ago
  74. c337693 stats: Fix build on FreeBSD by Holger Hans Peter Freyther · 9 years ago
  75. 667e83d fix some typos by Neels Hofmeyr · 9 years ago
  76. 79125ec log: Add new DLSTATS log level by Jacob Erlbeck · 9 years ago
  77. bc9d9ac stats: Limit reporting by class id by Jacob Erlbeck · 9 years ago
  78. fc9533d stats: Add osmo_ name prefix to identifiers by Jacob Erlbeck · 9 years ago
  79. bc4f7ae stats: Add log reporter by Jacob Erlbeck · 9 years ago
  80. 490b38f stats: Use function pointers in reporter objects by Jacob Erlbeck · 9 years ago
  81. ed197fd stats: Make net config optional by Jacob Erlbeck · 9 years ago
  82. d01acfc stats: Support statsd Multi-Metric Packets by Jacob Erlbeck · 9 years ago
  83. 80db4ec core: Add difference function to osmo_counter by Jacob Erlbeck · 9 years ago
  84. b1dbfb4 stats: Implement timer based reporting by Jacob Erlbeck · 9 years ago
  85. 95bf8280 stats: Add the reporting framework by Jacob Erlbeck · 9 years ago
  86. e5b0fe2 core: Update osmo_counters_for_each doc by Jacob Erlbeck · 9 years ago
  87. c6a7108 stats: Add stat_item_for_each functions by Jacob Erlbeck · 9 years ago
  88. 423c1e5 core: Extend rate_ctr by helper functions by Jacob Erlbeck · 9 years ago
  89. b27b352 stats: Use a global index for stat item values by Jacob Erlbeck · 9 years ago
  90. 9732cb4 stats: Add stat_item for value monitoring by Jacob Erlbeck · 9 years ago
  91. c84851b comments by Neels Hofmeyr · 9 years ago
  92. 780bba6 linuxlist: Remove casting of ptr from container_of macro by Holger Hans Peter Freyther · 9 years ago
  93. 0f40ae1 osmo_static_assert: Put back the typedef in the code by Holger Hans Peter Freyther · 9 years ago
  94. 249a81b endian: Be able to detect endian on GNU and BSD by Holger Hans Peter Freyther · 9 years ago
  95. f6a0ceb core/gsmtap: LTE RRC message types and LTE MAC define by altaf · 9 years ago
  96. c8c3309 bitvec: Fix typo in the csn1 encoding code by Holger Hans Peter Freyther · 10 years ago
  97. 2d6ad13 logging: Make it possible to print category/subsys and timestamps by Holger Hans Peter Freyther · 10 years ago
  98. a5dc19d gtp: Add a global region for the gtp library of OpenGGSN by Holger Hans Peter Freyther · 10 years ago
  99. 33e940b sttrb / loggingrb: Use GPLv2+ as license, not AGPLv3+ by Harald Welte · 10 years ago
  100. cac3cd6 msgb: make msgb_get() finally work as expected by Harald Welte · 12 years ago