summaryrefslogtreecommitdiffstats
path: root/tests/utils
Commit message (Expand)AuthorAgeFilesLines
* add osmo_escape_cstr and osmo_quote_cstrNeels Hofmeyr2019-11-242-4/+204
* utils: add osmo_strnchr()Neels Hofmeyr2019-11-242-0/+42
* utils_test: add osmo_print_n_test()Neels Hofmeyr2019-11-242-0/+80
* utils.h: add OSMO_NAME_C_IMPL() macroNeels Hofmeyr2019-11-232-0/+98
* add osmo_{escape,quote}_str_buf2() for standard args orderingNeels Hofmeyr2019-04-122-6/+6
* tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN()Neels Hofmeyr2019-04-112-0/+23
* add osmo_str_startswith()Neels Hofmeyr2019-04-112-0/+43
* osmo_escape_str_buf: Always copy, don't return input string pointerHarald Welte2019-03-292-11/+1
* add OSMO_STRBUF_PRINTF()Neels Hofmeyr2019-02-172-0/+103
* add osmo_hexdump_buf() and testNeels Hofmeyr2019-01-282-0/+122
* add osmo_bcd2str()Neels Hofmeyr2018-12-102-0/+143
* add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2018-09-072-0/+230
* Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2018-08-012-4/+64
* cosmetic: More context / naming / comment for test_idtag_parsing()Harald Welte2018-07-311-2/+3
* add osmo_sockaddr_to_str_and_uint()Neels Hofmeyr2018-07-202-0/+125
* utils_test: check stderr to catch sanitizer issuesNeels Hofmeyr2018-07-201-0/+0
* utils_test: fix isqrt_test calculation rangeNeels Hofmeyr2018-07-201-1/+1
* Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte2018-06-062-0/+24
* add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr2018-04-092-0/+88
* tests: utils_test: Fix test failure when compiling with -O0Pau Espin Pedrol2018-02-081-0/+1
* utils: add osmo_escape_str()Neels Hofmeyr2017-12-182-0/+77
* Add unit tests for bcd2char and char2bcd conversionHarald Welte2017-10-272-0/+61
* utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr2017-10-092-0/+94
* osmo_hexparse: allow whitespace in parsed string, add ws testNeels Hofmeyr2017-02-142-0/+29
* utils: add hexparse testNeels Hofmeyr2017-02-142-0/+117
* ipa: Properly parse LV stream of a ID_GET requestHolger Hans Peter Freyther2015-06-021-0/+61
* utils: Greatly improve performance of osmo_hexdump routinesNils O. SelÄsdal2014-01-021-1/+1
* utils: Add a simple testcase for osmo_hexdumpHolger Hans Peter Freyther2014-01-022-0/+52