aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils/utils_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-24add osmo_escape_cstr and osmo_quote_cstrNeels Hofmeyr1-2/+130
2019-11-24utils: add osmo_strnchr()Neels Hofmeyr1-0/+34
2019-11-24utils_test: add osmo_print_n_test()Neels Hofmeyr1-0/+54
2019-11-23utils.h: add OSMO_NAME_C_IMPL() macroNeels Hofmeyr1-0/+81
2019-04-12add osmo_{escape,quote}_str_buf2() for standard args orderingNeels Hofmeyr1-3/+3
2019-04-11tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN()Neels Hofmeyr1-0/+18
2019-04-11add osmo_str_startswith()Neels Hofmeyr1-0/+28
2019-03-29osmo_escape_str_buf: Always copy, don't return input string pointerHarald Welte1-9/+1
2019-02-17add OSMO_STRBUF_PRINTF()Neels Hofmeyr1-0/+86
2019-01-28add osmo_hexdump_buf() and testNeels Hofmeyr1-0/+25
2018-12-10add osmo_bcd2str()Neels Hofmeyr1-0/+114
2018-09-07add osmo_str_tolower() and _toupper() with testNeels Hofmeyr1-0/+184
2018-08-01Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte1-4/+60
2018-07-31cosmetic: More context / naming / comment for test_idtag_parsing()Harald Welte1-2/+3
2018-07-20add osmo_sockaddr_to_str_and_uint()Neels Hofmeyr1-0/+115
2018-07-20utils_test: fix isqrt_test calculation rangeNeels Hofmeyr1-1/+1
2018-06-06Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte1-0/+22
2018-04-09add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr1-0/+55
2018-02-08tests: utils_test: Fix test failure when compiling with -O0Pau Espin Pedrol1-0/+1
2017-12-18utils: add osmo_escape_str()Neels Hofmeyr1-0/+48
2017-10-27Add unit tests for bcd2char and char2bcd conversionHarald Welte1-0/+43
2017-10-09utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr1-0/+63
2017-02-14osmo_hexparse: allow whitespace in parsed string, add ws testNeels Hofmeyr1-0/+25
2017-02-14utils: add hexparse testNeels Hofmeyr1-0/+98
2015-06-02ipa: Properly parse LV stream of a ID_GET requestHolger Hans Peter Freyther1-0/+61
2014-01-02utils: Add a simple testcase for osmo_hexdumpHolger Hans Peter Freyther1-0/+47