1. c62fc2d msgb: msgb_pull: Abort when pulling more than avail size by Pau Espin Pedrol · 6 years ago
  2. 9fa0912 msgb: msgb_get: Drop unneeded tmp var by Pau Espin Pedrol · 6 years ago
  3. cefce66 fix issue on big endian architecture by Thorsten Alteholz · 6 years ago
  4. a64c45a add osmo_fsm_inst_update_id_f() by Neels Hofmeyr · 6 years ago
  5. 04eb56f add osmo_quote_str(),osmo_quote_str_buf() and test by Neels Hofmeyr · 6 years ago
  6. 3d8b47f fix logging talloc ctx: add osmo_init_logging2() by Neels Hofmeyr · 6 years ago
  7. 87fade8 timer: Introduce osmo_clock_gettime to override clock_gettime by Pau Espin Pedrol · 6 years ago
  8. 8fd8557 core/logging.h: Add logging category for jitter buffer by Pau Espin Pedrol · 6 years ago
  9. 726ba36 core: Add timespec helper macros and make timer_compat.h public by Pau Espin Pedrol · 6 years ago
  10. 175a4ae rate_ctr: Add rate_ctr_inc2() as convenience wrapper by Harald Welte · 6 years ago
  11. d1f5793 fsm: allow graceful exit on FSM termination by Philipp Maier · 6 years ago
  12. b0c43a6 fsm: Add a function to change the FSM instance ID later by Daniel Willmann · 6 years ago
  13. eb18282 gsmtap.h: define TETRA DMO mode channels by allesklar2 · 6 years ago
  14. ebd2b0f osmo_msgbdump_{l2,l3}(): Proper typecast by Harald Welte · 6 years ago
  15. 5721770 msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message buffer by Harald Welte · 6 years ago
  16. 18c014d utils: add helper wrapper for osmo_strlcpy() by Max · 6 years ago
  17. 2a06a49 fsm: add functions for unlinking and changing parents by Philipp Maier · 6 years ago
  18. 0e2a943 logging: allow to log only the basename of each source by Neels Hofmeyr · 6 years ago
  19. bd7bd39 logging: separate the '<000b>' subsys from filename logging by Neels Hofmeyr · 6 years ago
  20. 886e548 logging: add ability to log the log-level with API and vty by Neels Hofmeyr · 6 years ago
  21. 9910bbc utils: add osmo_escape_str() by Neels Hofmeyr · 7 years ago
  22. 937ddea utils: add osmo_separated_identifiers_valid() by Neels Hofmeyr · 7 years ago
  23. 84ea2e0 logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL() by Neels Hofmeyr · 7 years ago
  24. dc75b11 comment: utils: more accurately describe OSMO_STRINGIFY macro by Neels Hofmeyr · 7 years ago
  25. 18ba26c counters: add osmo_counters_count() returns the amount of counters by Alexander Couzens · 7 years ago
  26. 37a8340 logging: Extend the LOGPSRC macro to put cont in it as well by Holger Hans Peter Freyther · 7 years ago
  27. f9b1e55 gsmtap.h: Introduce new GSMTAP type for LTE NAS messages by Harald Welte · 7 years ago
  28. 3fad5d7 msgb: add inline msgb_queue_free() by Neels Hofmeyr · 7 years ago
  29. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  30. ae510dc rate_ctr: Enforce counter (and ctr_group) names are valid identifiers by Harald Welte · 7 years ago
  31. febe83c Introduce osmo_identifier_valid() function to check validity of identifier by Harald Welte · 7 years ago
  32. abdd7a2 add osmo_talloc_asprintf() and ctrl_cmd_reply_printf() by Neels Hofmeyr · 7 years ago
  33. 0b3db50 Replace bitvec_set_uint() with bitvec_set_u64() by Max · 7 years ago
  34. 2d2490e socket: add function osmo_sock_local_ip() to query local ip by Philipp Maier · 7 years ago
  35. c5b47cc add function msgb_printf() to print formatted text into msg buf by Philipp Maier · 7 years ago
  36. b525b9e api doc: fix two doxygen group closing braces by Neels Hofmeyr · 7 years ago
  37. 7166094 [doc] Expand Doxuygen documentation for osmo_prim by Harald Welte · 7 years ago
  38. 197a4ac [doc] Put CRC-16 and generic CRC code in one Doxygen module by Harald Welte · 7 years ago
  39. ef7a44e [doc] bits.c: Better / more Doxygen documentation by Harald Welte · 7 years ago
  40. eb5b6ce [doc] Add Doxygen API documentation for stats.c and stats_statsd.c by Harald Welte · 7 years ago
  41. 17bbaa3 [doc] counter.[ch] Add Doxygen API documentation by Harald Welte · 7 years ago
  42. 781951b [doc] stat_item: Complete doxygen documentation for API by Harald Welte · 7 years ago
  43. 216338c Rename 'statistics.c' to 'counter.c' by Harald Welte · 7 years ago
  44. 4335bad utils: add osmo_is_hexstr(), add unit test by Neels Hofmeyr · 7 years ago
  45. 383c563 Add time conversion helpers by Max · 7 years ago
  46. a52d839 Expand bit pretty-printer by Max · 7 years ago
  47. 6c0a0e6 add osmo_fd_setup() convenience function to fill-in osmo_fd by Harald Welte · 7 years ago
  48. 977231c Rename GSMTAP_CHANNEL_PDCH to GSMTAP_CHANNEL_PDTCH by Harald Welte · 7 years ago
  49. a7ccf61 add DLMGCP logging category for libosmo-mgcp by Neels Hofmeyr · 7 years ago
  50. 37d204a socket: Add new OSMO_SOCK_F_NO_MCAST_ALL option by Harald Welte · 7 years ago
  51. bc43a62 socket: Allow disabling multicast loop on socket creation by Harald Welte · 7 years ago
  52. e30d7e6 socket.c: Add multicast related convenience functions by Harald Welte · 7 years ago
  53. ea91a51 select: Add new osmo_fd_close() function by Harald Welte · 7 years ago
  54. aa3ba46 gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNEL by Harald Welte · 7 years ago
  55. 93713a5 gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap() by Harald Welte · 7 years ago
  56. 1389e86 Add pseudo-random bit sequence generator to libosmcoore by Harald Welte · 7 years ago
  57. 15b6d41 Deprecate wrappers around loglevel_strs by Max · 7 years ago
  58. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  59. 33370cb doxygen: various fixes in core/timer.h by Neels Hofmeyr · 7 years ago
  60. fc47b03 api doc typo fix in core/logging.h by Neels Hofmeyr · 7 years ago
  61. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  62. dd75bac Move NUM_BYTES macro to core library by Max · 7 years ago
  63. 69dfe5a Fix compilation warning on deprecated macro by Pau Espin Pedrol · 7 years ago
  64. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  65. 75989e6 socket: Add osmo_sock_init2_ofd() function by Pau Espin Pedrol · 7 years ago
  66. 7711713 sercomm: More API documentation by Harald Welte · 7 years ago
  67. 799bef5 sercomm: Better integration of driver interface by Harald Welte · 7 years ago
  68. 7af6d22 sercomm: Include in libosmocore Makefile by Harald Welte · 7 years ago
  69. 1d64088 sercomm: remove unrequired helper functions by Harald Welte · 7 years ago
  70. 8a4eb83 sercomm: Move HDLC related defines into C file by Harald Welte · 7 years ago
  71. ea3d3ba sercomm: Add doxygen-style documentation to public API by Harald Welte · 7 years ago
  72. f6adcd7 sercomm: make rx msg size configurable per instance by Harald Welte · 7 years ago
  73. 1358836 sercomm: introduce osmo_ naming prefix in struct and function names by Harald Welte · 7 years ago
  74. cc95f4b sercomm: Enable multiple instances of 'sercomm' by Harald Welte · 7 years ago
  75. c68af6a Import sercomm.c from osmocom-bb by Harald Welte · 7 years ago
  76. 67bdd80 stats: Disable stats*.c on embedded targets by Harald Welte · 7 years ago
  77. 3318c65 introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs} by Harald Welte · 7 years ago
  78. 054667f endian.h: Make it work on 'bare iron' builds (and possibly more platforms) by Harald Welte · 7 years ago
  79. 44f423f timer: add osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  80. c65c5b4 vty: cleanup logging functions by Max · 7 years ago
  81. 4585e67 osmo_fsm: Lookup functions to find FSM Instance by name or ID by Harald Welte · 7 years ago
  82. 59a9ebf msgb: Add msgb_pull_to_l2() analogous to msgb_pull_to_l3() by Harald Welte · 7 years ago
  83. dda70fc Add osmo_sock_init2() function, allowing both BIND *and* CONNECT by Harald Welte · 7 years ago
  84. acd08fe Add struct osmo_prim_event_map and osmo_event_for_prim() by Harald Welte · 7 years ago
  85. 62d3296 logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtran by Harald Welte · 7 years ago
  86. 8a5d60b fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY() by Neels Hofmeyr · 7 years ago
  87. 4cb0c8b linuxlist.h: add llist_first/last_entry macros by Neels Hofmeyr · 7 years ago
  88. fca04bb fsm: convenience: add inline osmo_fsm_inst_state_name() by Neels Hofmeyr · 7 years ago
  89. 8b86cd7 logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  90. 492e180 logging.h: fixup: add API doc for logging enums recently added by Neels Hofmeyr · 7 years ago
  91. 0d6420b logging.h: fix backwards compat broken by recent commit by Neels Hofmeyr · 7 years ago
  92. 812ba6d logging: centrally define ctx and filter indexes by Neels Hofmeyr · 7 years ago
  93. b288853 select: add functionality to check socket state by Philipp Maier · 8 years ago
  94. 48f5583 socket: Introduce function to obtain socket name by Harald Welte · 7 years ago
  95. 75c0e2f utils.h: #include <stdio.h> as we use fprintf() by Harald Welte · 7 years ago
  96. 505a22f linuxlist.h: add llist_count() by Neels Hofmeyr · 7 years ago
  97. aa1bc01 logging: remove code duplication by Max · 7 years ago
  98. 449324b bitvec: Ensure bitvec.h and bitvec.c agree on function argument type by Harald Welte · 7 years ago
  99. f2899c6 Always include <osmocom/core/talloc.h> and not <talloc.h> by Harald Welte · 7 years ago
  100. ebcf02d gsmtap: Add GSMTAP_TYPE_QC_DIAG by Harald Welte · 7 years ago