1. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  2. ae510dc rate_ctr: Enforce counter (and ctr_group) names are valid identifiers by Harald Welte · 7 years ago
  3. febe83c Introduce osmo_identifier_valid() function to check validity of identifier by Harald Welte · 7 years ago
  4. abdd7a2 add osmo_talloc_asprintf() and ctrl_cmd_reply_printf() by Neels Hofmeyr · 7 years ago
  5. 0b3db50 Replace bitvec_set_uint() with bitvec_set_u64() by Max · 7 years ago
  6. 2d2490e socket: add function osmo_sock_local_ip() to query local ip by Philipp Maier · 7 years ago
  7. c5b47cc add function msgb_printf() to print formatted text into msg buf by Philipp Maier · 7 years ago
  8. b525b9e api doc: fix two doxygen group closing braces by Neels Hofmeyr · 7 years ago
  9. 7166094 [doc] Expand Doxuygen documentation for osmo_prim by Harald Welte · 7 years ago
  10. 197a4ac [doc] Put CRC-16 and generic CRC code in one Doxygen module by Harald Welte · 7 years ago
  11. ef7a44e [doc] bits.c: Better / more Doxygen documentation by Harald Welte · 7 years ago
  12. eb5b6ce [doc] Add Doxygen API documentation for stats.c and stats_statsd.c by Harald Welte · 7 years ago
  13. 17bbaa3 [doc] counter.[ch] Add Doxygen API documentation by Harald Welte · 7 years ago
  14. 781951b [doc] stat_item: Complete doxygen documentation for API by Harald Welte · 7 years ago
  15. 216338c Rename 'statistics.c' to 'counter.c' by Harald Welte · 7 years ago
  16. 4335bad utils: add osmo_is_hexstr(), add unit test by Neels Hofmeyr · 7 years ago
  17. 383c563 Add time conversion helpers by Max · 7 years ago
  18. a52d839 Expand bit pretty-printer by Max · 7 years ago
  19. 6c0a0e6 add osmo_fd_setup() convenience function to fill-in osmo_fd by Harald Welte · 7 years ago
  20. 977231c Rename GSMTAP_CHANNEL_PDCH to GSMTAP_CHANNEL_PDTCH by Harald Welte · 7 years ago
  21. a7ccf61 add DLMGCP logging category for libosmo-mgcp by Neels Hofmeyr · 7 years ago
  22. 37d204a socket: Add new OSMO_SOCK_F_NO_MCAST_ALL option by Harald Welte · 7 years ago
  23. bc43a62 socket: Allow disabling multicast loop on socket creation by Harald Welte · 7 years ago
  24. e30d7e6 socket.c: Add multicast related convenience functions by Harald Welte · 7 years ago
  25. ea91a51 select: Add new osmo_fd_close() function by Harald Welte · 7 years ago
  26. aa3ba46 gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNEL by Harald Welte · 7 years ago
  27. 93713a5 gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap() by Harald Welte · 7 years ago
  28. 1389e86 Add pseudo-random bit sequence generator to libosmcoore by Harald Welte · 7 years ago
  29. 15b6d41 Deprecate wrappers around loglevel_strs by Max · 7 years ago
  30. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  31. 33370cb doxygen: various fixes in core/timer.h by Neels Hofmeyr · 7 years ago
  32. fc47b03 api doc typo fix in core/logging.h by Neels Hofmeyr · 7 years ago
  33. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  34. dd75bac Move NUM_BYTES macro to core library by Max · 7 years ago
  35. 69dfe5a Fix compilation warning on deprecated macro by Pau Espin Pedrol · 7 years ago
  36. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  37. 75989e6 socket: Add osmo_sock_init2_ofd() function by Pau Espin Pedrol · 7 years ago
  38. 7711713 sercomm: More API documentation by Harald Welte · 7 years ago
  39. 799bef5 sercomm: Better integration of driver interface by Harald Welte · 7 years ago
  40. 7af6d22 sercomm: Include in libosmocore Makefile by Harald Welte · 7 years ago
  41. 1d64088 sercomm: remove unrequired helper functions by Harald Welte · 7 years ago
  42. 8a4eb83 sercomm: Move HDLC related defines into C file by Harald Welte · 7 years ago
  43. ea3d3ba sercomm: Add doxygen-style documentation to public API by Harald Welte · 7 years ago
  44. f6adcd7 sercomm: make rx msg size configurable per instance by Harald Welte · 7 years ago
  45. 1358836 sercomm: introduce osmo_ naming prefix in struct and function names by Harald Welte · 7 years ago
  46. cc95f4b sercomm: Enable multiple instances of 'sercomm' by Harald Welte · 7 years ago
  47. c68af6a Import sercomm.c from osmocom-bb by Harald Welte · 7 years ago
  48. 67bdd80 stats: Disable stats*.c on embedded targets by Harald Welte · 7 years ago
  49. 3318c65 introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs} by Harald Welte · 7 years ago
  50. 054667f endian.h: Make it work on 'bare iron' builds (and possibly more platforms) by Harald Welte · 7 years ago
  51. 44f423f timer: add osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  52. c65c5b4 vty: cleanup logging functions by Max · 7 years ago
  53. 4585e67 osmo_fsm: Lookup functions to find FSM Instance by name or ID by Harald Welte · 7 years ago
  54. 59a9ebf msgb: Add msgb_pull_to_l2() analogous to msgb_pull_to_l3() by Harald Welte · 7 years ago
  55. dda70fc Add osmo_sock_init2() function, allowing both BIND *and* CONNECT by Harald Welte · 7 years ago
  56. acd08fe Add struct osmo_prim_event_map and osmo_event_for_prim() by Harald Welte · 7 years ago
  57. 62d3296 logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtran by Harald Welte · 7 years ago
  58. 8a5d60b fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY() by Neels Hofmeyr · 7 years ago
  59. 4cb0c8b linuxlist.h: add llist_first/last_entry macros by Neels Hofmeyr · 7 years ago
  60. fca04bb fsm: convenience: add inline osmo_fsm_inst_state_name() by Neels Hofmeyr · 7 years ago
  61. 8b86cd7 logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  62. 492e180 logging.h: fixup: add API doc for logging enums recently added by Neels Hofmeyr · 7 years ago
  63. 0d6420b logging.h: fix backwards compat broken by recent commit by Neels Hofmeyr · 7 years ago
  64. 812ba6d logging: centrally define ctx and filter indexes by Neels Hofmeyr · 7 years ago
  65. b288853 select: add functionality to check socket state by Philipp Maier · 8 years ago
  66. 48f5583 socket: Introduce function to obtain socket name by Harald Welte · 7 years ago
  67. 75c0e2f utils.h: #include <stdio.h> as we use fprintf() by Harald Welte · 7 years ago
  68. 505a22f linuxlist.h: add llist_count() by Neels Hofmeyr · 7 years ago
  69. aa1bc01 logging: remove code duplication by Max · 7 years ago
  70. 449324b bitvec: Ensure bitvec.h and bitvec.c agree on function argument type by Harald Welte · 7 years ago
  71. f2899c6 Always include <osmocom/core/talloc.h> and not <talloc.h> by Harald Welte · 7 years ago
  72. ebcf02d gsmtap: Add GSMTAP_TYPE_QC_DIAG by Harald Welte · 7 years ago
  73. 8808bb4 Add osmo_fsm_find_by_name() and avoid registering FSM with same name by Harald Welte · 7 years ago
  74. 848de8f Add function to get uninterrupted bit run by Pravin Kumarvel · 8 years ago
  75. c014f60 fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term() by Neels Hofmeyr · 8 years ago
  76. eeacf90 fsm: move LOGPFSMSRC and LOGPFSMLSRC to .h by Neels Hofmeyr · 8 years ago
  77. a0f74f2 add CRC16-CCITT to libosmocore by Harald Welte · 8 years ago
  78. 1808096 utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macros by Neels Hofmeyr · 8 years ago
  79. 42b59c1 fsm api doc: fix typo in doxygen marker '\breif' by Neels Hofmeyr · 8 years ago
  80. 5c5c78a add value strings for enum osmo_fsm_term_cause and use for logging by Neels Hofmeyr · 8 years ago
  81. 725698a fsm: log caller's source for events and state changes, not fsm.c lines by Neels Hofmeyr · 8 years ago
  82. 6a13e7f fsm: add LOGPFSML to pass explicit logging level by Neels Hofmeyr · 8 years ago
  83. c0f0007 import oap message parsing / encoding from openbsc.git; AGPL->GPL by Harald Welte · 8 years ago
  84. 9795cf1 fix: DLGSUP logging category "unusable" by Neels Hofmeyr · 8 years ago 0.9.5
  85. aa00f99 Implement GSMTAP log target by Harald Welte · 8 years ago
  86. a65e993 gsmtap: Add defintions for GSMTAP based remote logging by Harald Welte · 8 years ago
  87. dda5e79 doc: fsm timer_cb: explain return value by Neels Hofmeyr · 8 years ago
  88. d7c0a37 logging: Extend log_target with call-back for un-formatted log line by Harald Welte · 8 years ago
  89. aeecc48 Introduce osmo_strlcpy() function so we can stop using strncpy() by Harald Welte · 8 years ago
  90. 8593f1f msgb: add msgb_push_u{8,16,32}() functions by Harald Welte · 8 years ago
  91. 1554f80 statsd: Fix compiler warning (int32_t vs. int64_t) by Harald Welte · 8 years ago
  92. bf173a3 bitcomp: Remove the t4 decoding from libosmocore by Holger Hans Peter Freyther · 8 years ago
  93. 8b25a3f Add osmo_fsm_unregister() to header by Max · 8 years ago
  94. f45334b msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx() by Neels Hofmeyr · 8 years ago
  95. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  96. 418ca58 fix error msg: msgb_put(): say "msgb_put", not "msgb_push" by Neels Hofmeyr · 8 years ago
  97. e65315f core/counter: add osmo_counter_dec() by Alexander Couzens · 8 years ago
  98. 881dcaf Mark input string to osmo_talloc_replace_string() as const by Harald Welte · 8 years ago
  99. 14bf28a Mark input parameter to bitvec_set_bits() as 'const' by Harald Welte · 8 years ago
  100. f627c0f fsm: Introduce default time-out handling by Harald Welte · 8 years ago