index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add osmo_escape_cstr and osmo_quote_cstr
Neels Hofmeyr
2019-11-24
1
-17
/
+92
*
utils: add osmo_strnchr()
Neels Hofmeyr
2019-11-24
1
-0
/
+22
*
utils_test: add osmo_print_n_test()
Neels Hofmeyr
2019-11-24
1
-0
/
+2
*
fix osmo_escape_str_c() and osmo_quote_str_c()
Neels Hofmeyr
2019-11-23
1
-30
/
+48
*
utils.c: fix various inaccurate API doc about return values
Neels Hofmeyr
2019-11-21
1
-4
/
+3
*
utils: share static buffer in osmo_str_to{lower,upper}()
Pau Espin Pedrol
2019-08-02
1
-8
/
+8
*
fix isdigit taking unsigned as input
Kévin Redon
2019-06-13
1
-1
/
+1
*
core/utils: drop meaningless const from return value of osmo_luhn()
Vadim Yanitskiy
2019-06-12
1
-1
/
+1
*
make all library-internal static buffers thread-local
Harald Welte
2019-06-04
1
-5
/
+5
*
Fix osmo_quote_str_c() for strings larger than 32 bytes
Harald Welte
2019-05-10
1
-2
/
+13
*
Fix incorrect buffer size calculation
Vadim Yanitskiy
2019-04-12
1
-8
/
+12
*
add identifier sanitation for setting FSM instance ids
Neels Hofmeyr
2019-04-12
1
-2
/
+22
*
add osmo_{escape,quote}_str_buf2() for standard args ordering
Neels Hofmeyr
2019-04-12
1
-39
/
+95
*
add osmo_str_startswith()
Neels Hofmeyr
2019-04-11
1
-0
/
+14
*
Add _c versions of functions that otherwise return static buffers
Harald Welte
2019-04-10
1
-0
/
+100
*
Add _buf() functions to bypass static string buffers
Harald Welte
2019-04-03
1
-9
/
+22
*
osmo_escape_str_buf: Always copy, don't return input string pointer
Harald Welte
2019-03-29
1
-19
/
+8
*
get_value_string(): guard against NULL
Neels Hofmeyr
2019-02-15
1
-0
/
+3
*
add osmo_hexdump_buf() and test
Neels Hofmeyr
2019-01-28
1
-11
/
+38
*
gsm23003: add osmo_imei_str_valid()
Oliver Smith
2019-01-14
1
-0
/
+31
*
fix api doc for osmo_bcd2str()
Neels Hofmeyr
2018-12-11
1
-1
/
+1
*
add osmo_bcd2str()
Neels Hofmeyr
2018-12-10
1
-0
/
+41
*
add osmo_str_tolower() and _toupper() with test
Neels Hofmeyr
2018-09-07
1
-0
/
+86
*
api doc: fix osmo_quote_str_*
Neels Hofmeyr
2018-09-07
1
-2
/
+8
*
Add osmo_isqrt32() to compute 32bit integer square root
Harald Welte
2018-06-06
1
-0
/
+40
*
add osmo_quote_str(),osmo_quote_str_buf() and test
Neels Hofmeyr
2018-04-09
1
-0
/
+38
*
utils: add osmo_escape_str()
Neels Hofmeyr
2017-12-18
1
-0
/
+87
*
utils: add osmo_separated_identifiers_valid()
Neels Hofmeyr
2017-12-17
1
-4
/
+17
*
fix osmo_identifier_valid(): only allow printable characters
Neels Hofmeyr
2017-12-17
1
-0
/
+2
*
osmo_strlcpy: sanitize: don't memcpy from NULL src even if len is 0
Neels Hofmeyr
2017-11-21
1
-1
/
+2
*
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
2017-11-13
1
-0
/
+2
*
osmo_char2bcd(): Implment hex digits a-f and A-F
Harald Welte
2017-10-27
1
-1
/
+8
*
utils: avoid segfault when calling osmo_strlcpy(src=NULL)
Neels Hofmeyr
2017-10-25
1
-1
/
+1
*
Introduce osmo_identifier_valid() function to check validity of identifier
Harald Welte
2017-10-24
1
-0
/
+28
*
[doc] Doxygen documentation on osmo_hexdump print buffer size
Harald Welte
2017-10-16
1
-0
/
+6
*
utils: add osmo_is_hexstr(), add unit test
Neels Hofmeyr
2017-10-09
1
-0
/
+33
*
Fix warnings: tolower() and similar require uchar
Pau Espin Pedrol
2017-06-23
1
-2
/
+2
*
Fix compilation warnings: use correct log type for uint32_t
Pau Espin Pedrol
2017-06-23
1
-1
/
+2
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
1
-3
/
+2
*
doxygen: enable AUTOBRIEF, drop \brief
Neels Hofmeyr
2017-06-23
1
-16
/
+16
*
update/extend doxygen documentation
Harald Welte
2017-06-12
1
-0
/
+1
*
osmo_hexparse: allow whitespace in parsed string, add ws test
Neels Hofmeyr
2017-02-14
1
-9
/
+22
*
doc: fix doxygen 'utils' group closing brace
Neels Hofmeyr
2017-01-18
1
-1
/
+2
*
doc: clarify osmo_strlcpy() doc
Neels Hofmeyr
2017-01-15
1
-5
/
+5
*
doc: fix typo for osmo_hexparse
Neels Hofmeyr
2016-12-21
1
-1
/
+1
*
Introduce osmo_strlcpy() function so we can stop using strncpy()
Harald Welte
2016-11-26
1
-0
/
+22
*
add get_value_string_or_null() to handle unknown items
Neels Hofmeyr
2016-06-13
1
-3
/
+18
*
api doc: get_value_string(): mention composition in static buffer
Neels Hofmeyr
2016-06-13
1
-0
/
+4
*
Import osmo_{encode,decode}_big_endian() from openbsc
Harald Welte
2016-05-05
1
-0
/
+62
*
utils: add 'returns' doc to osmo_hexparse().
Neels Hofmeyr
2015-09-23
1
-0
/
+1
[next]