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