| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | utils: Disable the weak symbol for darwin | Holger Hans Peter Freyther | 2015-04-11 | 1 | -1/+5 |
* | add missing copyright statements to source code files | Harald Welte | 2014-09-11 | 1 | -0/+23 |
* | utils: Greatly improve performance of osmo_hexdump routines | Nils O. SelÄsdal | 2014-01-02 | 1 | -5/+13 |
* | get_value_string: Null terminate after the call to snprintf | Holger Hans Peter Freyther | 2013-07-04 | 1 | -0/+1 |
* | add some missing doxygen annotation for libosmocore functions | Harald Welte | 2013-01-11 | 1 | -1/+9 |
* | doc: Fix the Doxygen section endings | Sylvain Munaut | 2012-04-18 | 1 | -1/+1 |
* | utils: Fix alias to weak alias to allow OSX compilation | Sylvain Munaut | 2011-11-19 | 1 | -1/+1 |
* | core/utils: Add a symbol alias for a previous typo for compatibility | Sylvain Munaut | 2011-11-11 | 1 | -0/+4 |
* | 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 | -0/+51 |
* | osmo_hexdump: Fix segfault when input is too long. | Holger Hans Peter Freyther | 2011-07-15 | 1 | -0/+2 |
* | utils: use namespace prefix osmo_* | Pablo Neira Ayuso | 2011-05-07 | 1 | -9/+9 |
* | include: reorganize headers file to include/osmocom/[gsm|core] | Pablo Neira Ayuso | 2011-03-23 | 1 | -1/+1 |
* | LOGGING: configure logging from the vty | Harald Welte | 2011-02-18 | 1 | -0/+22 |
* | [utils] introduce ubit_dump to dump buffers of unpacked bits | Harald Welte | 2011-02-08 | 1 | -1/+1 |
* | [utils] add 'bitdump' function for bitfields | Harald Welte | 2011-02-08 | 1 | -0/+30 |
* | utils: Fix typo. It is ascii. | Holger Hans Peter Freyther | 2010-11-19 | 1 | -1/+1 |
* | add new hexdump_nospc() function | Harald Welte | 2010-07-30 | 1 | -2/+12 |
* | move hexdump() from logging.c to utils.c | Harald Welte | 2010-07-30 | 1 | -0/+19 |
* | Import 'hexparse' function from OpenBSC | Harald Welte | 2010-07-30 | 1 | -0/+27 |
* | get_value_string(): return "unknown 0x..." instead of "unknown" | Harald Welte | 2010-03-25 | 1 | -1/+5 |
* | import bcd2char() and char2bcd() from OpenBSC | Harald Welte | 2010-03-04 | 1 | -0/+14 |
* | Import value_string utilities and some RSL stuff from OpenBSC | Harald Welte | 2010-03-01 | 1 | -0/+32 |