1. 7c74989 add osmo_str_tolower() and _toupper() with test by Neels Hofmeyr · 6 years ago
  2. 03e7553 api doc: fix osmo_quote_str_* by Neels Hofmeyr · 6 years ago
  3. 15a5f8d Add osmo_isqrt32() to compute 32bit integer square root by Harald Welte · 6 years ago
  4. 04eb56f add osmo_quote_str(),osmo_quote_str_buf() and test by Neels Hofmeyr · 6 years ago
  5. 9910bbc utils: add osmo_escape_str() by Neels Hofmeyr · 7 years ago
  6. 937ddea utils: add osmo_separated_identifiers_valid() by Neels Hofmeyr · 7 years ago
  7. e5a2bdb fix osmo_identifier_valid(): only allow printable characters by Neels Hofmeyr · 7 years ago
  8. ebd3cdd osmo_strlcpy: sanitize: don't memcpy from NULL src even if len is 0 by Neels Hofmeyr · 7 years ago
  9. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  10. fa8983d osmo_char2bcd(): Implment hex digits a-f and A-F by Harald Welte · 7 years ago
  11. bcf9f23 utils: avoid segfault when calling osmo_strlcpy(src=NULL) by Neels Hofmeyr · 7 years ago
  12. febe83c Introduce osmo_identifier_valid() function to check validity of identifier by Harald Welte · 7 years ago
  13. 096a666 [doc] Doxygen documentation on osmo_hexdump print buffer size by Harald Welte · 7 years ago
  14. 4335bad utils: add osmo_is_hexstr(), add unit test by Neels Hofmeyr · 7 years ago
  15. 399a6f0 Fix warnings: tolower() and similar require uchar by Pau Espin Pedrol · 7 years ago
  16. 4573502 Fix compilation warnings: use correct log type for uint32_t by Pau Espin Pedrol · 7 years ago
  17. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  18. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  19. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  20. 437ed4a osmo_hexparse: allow whitespace in parsed string, add ws test by Neels Hofmeyr · 7 years ago
  21. 0aeda1b doc: fix doxygen 'utils' group closing brace by Neels Hofmeyr · 7 years ago
  22. df83ece doc: clarify osmo_strlcpy() doc by Neels Hofmeyr · 7 years ago
  23. b6d58e8 doc: fix typo for osmo_hexparse by Neels Hofmeyr · 8 years ago
  24. aeecc48 Introduce osmo_strlcpy() function so we can stop using strncpy() by Harald Welte · 8 years ago
  25. 8d6dcd9 add get_value_string_or_null() to handle unknown items by Neels Hofmeyr · 8 years ago
  26. 8a3c83e api doc: get_value_string(): mention composition in static buffer by Neels Hofmeyr · 8 years ago
  27. 9709b2e Import osmo_{encode,decode}_big_endian() from openbsc by Harald Welte · 8 years ago
  28. 3de7b05 utils: add 'returns' doc to osmo_hexparse(). by Neels Hofmeyr · 9 years ago
  29. 9a1a5a1 utils: Disable the weak symbol for darwin by Holger Hans Peter Freyther · 9 years ago
  30. 468b643 add missing copyright statements to source code files by Harald Welte · 10 years ago
  31. 3244702 utils: Greatly improve performance of osmo_hexdump routines by Nils O. Selåsdal · 11 years ago
  32. 8d50600 get_value_string: Null terminate after the call to snprintf by Holger Hans Peter Freyther · 11 years ago
  33. de6e498 add some missing doxygen annotation for libosmocore functions by Harald Welte · 12 years ago
  34. dca7d2c doc: Fix the Doxygen section endings by Sylvain Munaut · 12 years ago
  35. 17af41d utils: Fix alias to weak alias to allow OSX compilation by Sylvain Munaut · 13 years ago
  36. e55ae3a core/utils: Add a symbol alias for a previous typo for compatibility by Sylvain Munaut · 13 years ago
  37. ff23d24 utils: Fix a bad double osmo_ prefix for osmo_hexdump_nospc by Sylvain Munaut · 13 years ago
  38. 8598f18 doxygen: add doxygen module 'utils' by Harald Welte · 13 years ago
  39. 128d9e2 osmo_hexdump: Fix segfault when input is too long. by Holger Hans Peter Freyther · 13 years ago
  40. 87f7b25 utils: use namespace prefix osmo_* by Pablo Neira Ayuso · 13 years ago
  41. 8341934 include: reorganize headers file to include/osmocom/[gsm|core] by Pablo Neira Ayuso · 13 years ago 0.2.0
  42. 2822296 LOGGING: configure logging from the vty by Harald Welte · 13 years ago
  43. b05552b [utils] introduce ubit_dump to dump buffers of unpacked bits by Harald Welte · 13 years ago
  44. 3d0ac5e [utils] add 'bitdump' function for bitfields by Harald Welte · 13 years ago
  45. 121f358 utils: Fix typo. It is ascii. by Holger Hans Peter Freyther · 14 years ago
  46. dee47cd add new hexdump_nospc() function by Harald Welte · 14 years ago 0.1.15
  47. 40481e8 move hexdump() from logging.c to utils.c by Harald Welte · 14 years ago
  48. 3eba991 Import 'hexparse' function from OpenBSC by Harald Welte · 14 years ago 0.1.14
  49. b59f935 get_value_string(): return "unknown 0x..." instead of "unknown" by Harald Welte · 14 years ago
  50. a73e2f9 import bcd2char() and char2bcd() from OpenBSC by Harald Welte · 14 years ago
  51. d284cd9 Import value_string utilities and some RSL stuff from OpenBSC by Harald Welte · 14 years ago