1. aafc27c timer: fixup whitespace issues by Harald Welte · 7 years ago
  2. a5e2162 ctrl: separate handling of GET_REPLY, SET_REPLY and TRAP by Neels Hofmeyr · 7 years ago
  3. 3da9aa6 ctrl: tighten CTRL input parsing by Neels Hofmeyr · 7 years ago
  4. 554f7b8 rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used index by Neels Hofmeyr · 7 years ago
  5. c0b0b62 ctrl: on parse errors, return a detailed message to sender by Neels Hofmeyr · 7 years ago
  6. f2e83ad add ctrl_cmd_parse2() to return parsing errors by Neels Hofmeyr · 7 years ago
  7. f2c10f1 ctrl: fix mem leak when handling GET_REPLY and SET_REPLY by Neels Hofmeyr · 7 years ago
  8. d53d216 ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read() by Neels Hofmeyr · 7 years ago
  9. 9910bbc utils: add osmo_escape_str() by Neels Hofmeyr · 7 years ago
  10. aa84b71 add osmo_auth_c3() (separate from gsm_milenage()) by Neels Hofmeyr · 7 years ago
  11. d589f1d rate_ctr: print proper error message if rate_ctr already exists by Harald Welte · 7 years ago
  12. 937ddea utils: add osmo_separated_identifiers_valid() by Neels Hofmeyr · 7 years ago
  13. e5a2bdb fix osmo_identifier_valid(): only allow printable characters by Neels Hofmeyr · 7 years ago
  14. 3ef14a2 Do not allocate already existing counter group by Max · 7 years ago
  15. 62e4085 gsm0808_create_cipher_reject: Fix encoding of Cause IE by Harald Welte · 7 years ago
  16. 84ea2e0 logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL() by Neels Hofmeyr · 7 years ago
  17. 32e5641 Add functions for extended RACH coding by Max · 7 years ago
  18. 9dd3bf0 Fix malformed Abis/RSL messages with extra L3 Information field by Pau Espin Pedrol · 8 years ago
  19. 893979c Fix LAPD UA msgb memory leak. by Jean-Francois Dionne · 7 years ago
  20. a99e110 cosmetic: Fix trailing whitespace by Pau Espin Pedrol · 7 years ago
  21. 3b68157 vty: set name for VIEW+ENABLE nodes, for VTY reference by Neels Hofmeyr · 7 years ago
  22. 453e37e VTY reference: use node names as section names by Neels Hofmeyr · 7 years ago
  23. f716277 VTY reference: do not list empty nodes by Neels Hofmeyr · 7 years ago
  24. 69054e2 vty XML export: avoid repeating common node commands for each node by Neels Hofmeyr · 7 years ago
  25. 06dbdf5 vty: show asciidoc counters: don't create an empty table for osmo_counters by Alexander Couzens · 7 years ago
  26. 18ba26c counters: add osmo_counters_count() returns the amount of counters by Alexander Couzens · 7 years ago
  27. 38b1723 Fix embedded build by Max · 7 years ago
  28. 7dc8e88 ctrl: make response easier to parse by Max · 7 years ago
  29. 19ec7b9 fsm_tmr_cb: don't set T=0, the fi may no longer exist by Neels Hofmeyr · 7 years ago
  30. b4718fd Improve get_rate_ctr() error handling by Max · 7 years ago
  31. b214af5 ctrl: log incorrect interval values by Max · 7 years ago
  32. 52a38dd Ctrl: add rate counter group introspection by Max · 7 years ago
  33. ebd3cdd osmo_strlcpy: sanitize: don't memcpy from NULL src even if len is 0 by Neels Hofmeyr · 7 years ago
  34. cd325ef gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflow by Neels Hofmeyr · 7 years ago
  35. 10ee73a rate_ctr: fix mem leak for mangled desc by Neels Hofmeyr · 7 years ago
  36. 00393e1 memleak: osmo_config_list_parse: getline() needs free also on error by Neels Hofmeyr · 7 years ago
  37. b93f60f conv_acc: Our code requires SSSE3, not just SSE3 by Harald Welte · 7 years ago
  38. e2640ef gsm: Use correct include for getrandom by Pau Espin Pedrol · 7 years ago
  39. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  40. 0f7bcb5 vty: Fix bad use of vector_slot() by Pau Espin Pedrol · 7 years ago
  41. c526dbc gsm0503_coding.c: Use majority vote in tch_efr_unreorder() by Niro Mahasinghe · 7 years ago
  42. 834e2ac gsm0503_coding.c: Fix tch_efr_unreorder() of one bit by Niro Mahasinghe · 7 years ago
  43. ed029df Enable GnuTLS fallback by Max · 7 years ago
  44. 74aa025 Revert "vty: Fix bad use of vector_slot()" by Neels Hofmeyr · 7 years ago
  45. ba1059c Move additional libraries to appropriate place by Max · 7 years ago
  46. 16f989e Catch repeated calls to osmo_init_logging() by Harald Welte · 7 years ago
  47. faee5de Tag/Release version 0.10.0 by Harald Welte · 7 years ago 0.10.0
  48. fa8983d osmo_char2bcd(): Implment hex digits a-f and A-F by Harald Welte · 7 years ago
  49. bcf9f23 utils: avoid segfault when calling osmo_strlcpy(src=NULL) by Neels Hofmeyr · 7 years ago
  50. b48e82c rate_ctr: Fix null pointer dereference in error path by Harald Welte · 7 years ago
  51. cbf5cdf GPRS: constify NS printing routine parameters by Max · 7 years ago
  52. 296511b GPRS: add vty command to show only persistent NS by Max · 7 years ago
  53. a7a5065 Convert lib-internal rate_ctr from '.' separator to ':' separator by Harald Welte · 7 years ago
  54. ae510dc rate_ctr: Enforce counter (and ctr_group) names are valid identifiers by Harald Welte · 7 years ago
  55. 8c4f545 fsm: Enforce FSM and FSM instance names are valid osmocom identifiers by Harald Welte · 7 years ago
  56. febe83c Introduce osmo_identifier_valid() function to check validity of identifier by Harald Welte · 7 years ago
  57. 37f465e GPRS: check and report local address used for NSE by Max · 7 years ago
  58. 9530859 GPRS: clarify ip/frgre union use by Max · 7 years ago
  59. c513c0f GPRS: wrap NS state assignment in macro by Max · 7 years ago
  60. 4ce24c4 GPRS: unify NS state printing by Max · 7 years ago
  61. e9e9e42 vty: Fix bad use of vector_slot() by Pau Espin Pedrol · 7 years ago
  62. 224a6dd gb: optionally allow nsip packets only from a specific host by Philipp Maier · 7 years ago
  63. f0e392a Simplify bitvec_write_field() by Max · 7 years ago
  64. 0b3db50 Replace bitvec_set_uint() with bitvec_set_u64() by Max · 7 years ago
  65. ea66852 ctrl: allow more nodes than those in enum ctrl_node_type by Neels Hofmeyr · 7 years ago
  66. 1fa8dfb Expand osmo_gettimeofday() docs by Max · 7 years ago
  67. 2d2490e socket: add function osmo_sock_local_ip() to query local ip by Philipp Maier · 7 years ago
  68. a19c126 GPRS: log NS socket by Max · 7 years ago
  69. c5b47cc add function msgb_printf() to print formatted text into msg buf by Philipp Maier · 7 years ago
  70. fcf81b5 Make osmo_apn_to_str() more robust by Max · 7 years ago
  71. 32f9971 GPRS: print remote state info for NS peer by Max · 7 years ago
  72. 37b6165 [doc] Properly define gsm0800 group and move all related files into it by Harald Welte · 7 years ago
  73. a338983 [doc] Properly define 'oap' group and add introductory text by Harald Welte · 7 years ago
  74. 381a1aa [doc] Define 'gsup' group with proper name, add intro text by Harald Welte · 7 years ago
  75. 55d724a [doc] make sure all SMS related code is part of the 'sms' group by Harald Welte · 7 years ago
  76. 8cc2767 [doc] gea has separate group; A5 is not part of crypto but a5 group by Harald Welte · 7 years ago
  77. 8c64825 [doc] Don't add libosmovty bits to libosmocore groups by Harald Welte · 7 years ago
  78. 7166094 [doc] Expand Doxuygen documentation for osmo_prim by Harald Welte · 7 years ago
  79. df8c57f [doc] Introductory text on what the logging ring buffer is about by Harald Welte · 7 years ago
  80. efee361 [doc] Make sure loggingrb.c file is in correct Doxygen group. by Harald Welte · 7 years ago
  81. 096a666 [doc] Doxygen documentation on osmo_hexdump print buffer size by Harald Welte · 7 years ago
  82. 197a4ac [doc] Put CRC-16 and generic CRC code in one Doxygen module by Harald Welte · 7 years ago
  83. ef7a44e [doc] bits.c: Better / more Doxygen documentation by Harald Welte · 7 years ago
  84. 53de0d3 [doc] rate_ctr: Extend Doxygen API documentation with human-readable text on its use by Harald Welte · 7 years ago
  85. f01b238 [doc] src/logging.c: Fix Doxygen syntax to make logging.c show up in logging group by Harald Welte · 7 years ago
  86. eb5b6ce [doc] Add Doxygen API documentation for stats.c and stats_statsd.c by Harald Welte · 7 years ago
  87. 17bbaa3 [doc] counter.[ch] Add Doxygen API documentation by Harald Welte · 7 years ago
  88. 781951b [doc] stat_item: Complete doxygen documentation for API by Harald Welte · 7 years ago
  89. 216338c Rename 'statistics.c' to 'counter.c' by Harald Welte · 7 years ago
  90. 4b7c791 gsm: make osmo_imsi_str_valid() NULL-safe by Neels Hofmeyr · 7 years ago
  91. f624546 Fix build on older systems by Max · 7 years ago
  92. 4335bad utils: add osmo_is_hexstr(), add unit test by Neels Hofmeyr · 7 years ago
  93. 1a02e36 auth: add OSMO_MILENAGE_IND_BITLEN_MAX by Neels Hofmeyr · 7 years ago
  94. 26e30b1 auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name() by Neels Hofmeyr · 7 years ago
  95. 4b2b0cc Add function to generate random identifier by Max · 7 years ago
  96. 81dc67d Ensure __always_inline is defined on operating systems that don't have it by Harald Welte · 7 years ago
  97. 9cd1e74 add osmo_imsi_str_valid() and osmo_msisdn_str_valid() by Neels Hofmeyr · 7 years ago
  98. b697df0 doxygen: adjust copyright to include 2017 by Neels Hofmeyr · 7 years ago
  99. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  100. 607275c gb: drop special vty exit commands, use vty_install_default() by Neels Hofmeyr · 7 years ago