aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-13add get_value_string_or_null() to handle unknown itemsNeels Hofmeyr1-3/+18
2016-06-13api doc: get_value_string(): mention composition in static bufferNeels Hofmeyr1-0/+4
2016-05-05Import osmo_{encode,decode}_big_endian() from openbscHarald Welte1-0/+62
2015-09-23utils: add 'returns' doc to osmo_hexparse().Neels Hofmeyr1-0/+1
2015-04-11utils: Disable the weak symbol for darwinHolger Hans Peter Freyther1-1/+5
2014-09-11add missing copyright statements to source code filesHarald Welte1-0/+23
2014-01-02utils: Greatly improve performance of osmo_hexdump routinesNils O. SelÄsdal1-5/+13
2013-07-04get_value_string: Null terminate after the call to snprintfHolger Hans Peter Freyther1-0/+1
2013-01-11add some missing doxygen annotation for libosmocore functionsHarald Welte1-1/+9
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2011-11-19utils: Fix alias to weak alias to allow OSX compilationSylvain Munaut1-1/+1
2011-11-11core/utils: Add a symbol alias for a previous typo for compatibilitySylvain Munaut1-0/+4
2011-11-10utils: Fix a bad double osmo_ prefix for osmo_hexdump_nospcSylvain Munaut1-1/+1
2011-08-17doxygen: add doxygen module 'utils'Harald Welte1-0/+51
2011-07-15osmo_hexdump: Fix segfault when input is too long.Holger Hans Peter Freyther1-0/+2
2011-05-07utils: use namespace prefix osmo_*Pablo Neira Ayuso1-9/+9
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-1/+1
2011-02-18LOGGING: configure logging from the vtyHarald Welte1-0/+22
2011-02-08[utils] introduce ubit_dump to dump buffers of unpacked bitsHarald Welte1-1/+1
2011-02-08[utils] add 'bitdump' function for bitfieldsHarald Welte1-0/+30
2010-11-19utils: Fix typo. It is ascii.Holger Hans Peter Freyther1-1/+1
2010-07-30add new hexdump_nospc() function0.1.15Harald Welte1-2/+12
2010-07-30move hexdump() from logging.c to utils.cHarald Welte1-0/+19
2010-07-30Import 'hexparse' function from OpenBSC0.1.14Harald Welte1-0/+27
2010-03-25get_value_string(): return "unknown 0x..." instead of "unknown"Harald Welte1-1/+5
2010-03-04import bcd2char() and char2bcd() from OpenBSCHarald Welte1-0/+14
2010-03-01Import value_string utilities and some RSL stuff from OpenBSCHarald Welte1-0/+32