index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
osmocom
/
core
/
utils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
add osmo_str_tolower() and _toupper() with test
Neels Hofmeyr
2018-09-07
1
-2
/
+13
*
core/utils.h: move includes to the top
Vadim Yanitskiy
2018-09-05
1
-3
/
+2
*
core/utils.h: drop duplicate '<stdbool.h>' include
Vadim Yanitskiy
2018-09-05
1
-1
/
+0
*
use __FILE__, not __BASE_FILE__
Neels Hofmeyr
2018-08-20
1
-1
/
+1
*
Don't call abort() directly, always use osmo_panic()
Harald Welte
2018-06-28
1
-3
/
+2
*
Add osmo_isqrt32() to compute 32bit integer square root
Harald Welte
2018-06-06
1
-0
/
+2
*
add osmo_quote_str(),osmo_quote_str_buf() and test
Neels Hofmeyr
2018-04-09
1
-0
/
+2
*
utils: add helper wrapper for osmo_strlcpy()
Max
2018-02-05
1
-0
/
+3
*
utils: add osmo_escape_str()
Neels Hofmeyr
2017-12-18
1
-0
/
+3
*
utils: add osmo_separated_identifiers_valid()
Neels Hofmeyr
2017-12-17
1
-0
/
+1
*
logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL()
Neels Hofmeyr
2017-12-12
1
-0
/
+2
*
comment: utils: more accurately describe OSMO_STRINGIFY macro
Neels Hofmeyr
2017-12-10
1
-1
/
+3
*
Introduce osmo_identifier_valid() function to check validity of identifier
Harald Welte
2017-10-24
1
-0
/
+3
*
add osmo_talloc_asprintf() and ctrl_cmd_reply_printf()
Neels Hofmeyr
2017-10-24
1
-0
/
+18
*
utils: add osmo_is_hexstr(), add unit test
Neels Hofmeyr
2017-10-09
1
-0
/
+5
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
1
-3
/
+1
*
doxygen: enable AUTOBRIEF, drop \brief
Neels Hofmeyr
2017-06-23
1
-9
/
+9
*
Move NUM_BYTES macro to core library
Max
2017-06-19
1
-0
/
+2
*
fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY()
Neels Hofmeyr
2017-03-15
1
-1
/
+1
*
utils.h: #include <stdio.h> as we use fprintf()
Harald Welte
2017-01-23
1
-0
/
+1
*
utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macros
Neels Hofmeyr
2016-12-21
1
-0
/
+4
*
Introduce osmo_strlcpy() function so we can stop using strncpy()
Harald Welte
2016-11-26
1
-0
/
+2
*
Mark input string to osmo_talloc_replace_string() as const
Harald Welte
2016-07-28
1
-1
/
+1
*
add get_value_string_or_null() to handle unknown items
Neels Hofmeyr
2016-06-13
1
-0
/
+2
*
logging: Use __BASE_FILE__ instead of __FILE__
Harald Welte
2016-05-12
1
-1
/
+1
*
Import osmo_{encode,decode}_big_endian() from openbsc
Harald Welte
2016-05-05
1
-0
/
+4
*
Update doxygen annotations in libosmocore
Harald Welte
2016-05-05
1
-0
/
+9
*
osmo_static_assert: Put back the typedef in the code
Holger Hans Peter Freyther
2015-04-13
1
-1
/
+1
*
libctrl: remove reference to bsc_replace_string()
Harald Welte
2014-08-21
1
-0
/
+7
*
include: Switch to #pragma once pattern
Sylvain Munaut
2014-06-16
1
-4
/
+1
*
utils.h: we need to include utils.h for osmo_generate_backtrace()
Harald Welte
2013-07-06
1
-0
/
+2
*
misc: Fix compiler warnings about the static_assert macro with gcc 4.8
Holger Hans Peter Freyther
2013-07-01
1
-1
/
+1
*
utils: Use fprintf to print the assertion and generate a backtrace
Katerina Barone-Adesi
2013-03-25
1
-1
/
+2
*
utils: Introduce OSMO_ASSERT in the utils and use it in the unit tests
Katerina Barone-Adesi
2013-03-09
1
-0
/
+7
*
utils: Change semantic of OSMO_MAX/OSMO_MIN to match semantic of a function
Holger Hans Peter Freyther
2012-08-15
1
-2
/
+2
*
doc: Fix the Doxygen section endings
Sylvain Munaut
2012-04-18
1
-1
/
+1
*
utils: Add declaration back for osmo_osmo_hexdump_nospc
Sylvain Munaut
2011-11-13
1
-0
/
+1
*
utils: Fix a bad double osmo_ prefix for osmo_hexdump_nospc
Sylvain Munaut
2011-11-10
1
-1
/
+1
*
doxygen: add doxygen module 'utils'
Harald Welte
2011-08-17
1
-54
/
+7
*
start to add doxygen documentation to libosmocore headers
Harald Welte
2011-08-16
1
-2
/
+63
*
add definition of OSMO_MIN macro, similar to OSMO_MAX
Harald Welte
2011-07-27
1
-0
/
+1
*
add MAX() macro as OSMO_MAX
Harald Welte
2011-06-26
1
-0
/
+1
*
utils: use namespace prefix osmo_*
Pablo Neira Ayuso
2011-05-07
1
-7
/
+7
*
utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.h
Pablo Neira Ayuso
2011-03-28
1
-0
/
+9
*
include: reorganize headers file to include/osmocom/[gsm|core]
Pablo Neira Ayuso
2011-03-23
1
-0
/
+30