aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils
AgeCommit message (Expand)AuthorFilesLines
2019-04-12add osmo_{escape,quote}_str_buf2() for standard args orderingNeels Hofmeyr2-6/+6
2019-04-11tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN()Neels Hofmeyr2-0/+23
2019-04-11add osmo_str_startswith()Neels Hofmeyr2-0/+43
2019-03-29osmo_escape_str_buf: Always copy, don't return input string pointerHarald Welte2-11/+1
2019-02-17add OSMO_STRBUF_PRINTF()Neels Hofmeyr2-0/+103
2019-01-28add osmo_hexdump_buf() and testNeels Hofmeyr2-0/+122
2018-12-10add osmo_bcd2str()Neels Hofmeyr2-0/+143
2018-09-07add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2-0/+230
2018-08-01Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2-4/+64
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 Hofmeyr2-0/+125
2018-07-20utils_test: check stderr to catch sanitizer issuesNeels Hofmeyr1-0/+0
2018-07-20utils_test: fix isqrt_test calculation rangeNeels Hofmeyr1-1/+1
2018-06-06Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte2-0/+24
2018-04-09add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr2-0/+88
2018-02-08tests: utils_test: Fix test failure when compiling with -O0Pau Espin Pedrol1-0/+1
2017-12-18utils: add osmo_escape_str()Neels Hofmeyr2-0/+77
2017-10-27Add unit tests for bcd2char and char2bcd conversionHarald Welte2-0/+61
2017-10-09utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr2-0/+94
2017-02-14osmo_hexparse: allow whitespace in parsed string, add ws testNeels Hofmeyr2-0/+29
2017-02-14utils: add hexparse testNeels Hofmeyr2-0/+117
2015-06-02ipa: Properly parse LV stream of a ID_GET requestHolger Hans Peter Freyther1-0/+61
2014-01-02utils: Greatly improve performance of osmo_hexdump routinesNils O. SelÄsdal1-1/+1
2014-01-02utils: Add a simple testcase for osmo_hexdumpHolger Hans Peter Freyther2-0/+52