Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: Fix alias to weak alias to allow OSX compilation | Sylvain Munaut | 2011-11-19 | 1 | -1/+1 |
| | | | | | | Using a weak alias works just as good AFAICT. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | core/utils: Add a symbol alias for a previous typo for compatibility | Sylvain Munaut | 2011-11-11 | 1 | -0/+4 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | utils: Fix a bad double osmo_ prefix for osmo_hexdump_nospc | Sylvain Munaut | 2011-11-10 | 1 | -1/+1 |
| | | | | | | Hopefully no project where using them it seems Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | 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 |
| | | | | | | | | | | In snprinftf the size is a size_t (unsigned) in case we want to write more than we have available, len_remain will be < 0. This was spotted while removing hexdump from simtrace and comparing it to our implementation. int snprintf(char *str, size_t size, const char *format, ...); | ||||
* | utils: use namespace prefix osmo_* | Pablo Neira Ayuso | 2011-05-07 | 1 | -9/+9 |
| | | | | | | | | | | | | Summary of changes: s/bcd2char/osmo_bcd2char/g s/char2bcd/osmo_char2bcd/g s/hexparse/osmo_hexparse/g s/hexdump/osmo_hexdump/g s/hexdump_nospc/osmo_hexdump_nospc/g s/ubit_dump/osmo_ubit_dump/g s/static_assert/osmo_static_assert/g | ||||
* | include: reorganize headers file to include/osmocom/[gsm|core] | Pablo Neira Ayuso | 2011-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org> | ||||
* | LOGGING: configure logging from the vty | Harald Welte | 2011-02-18 | 1 | -0/+22 |
| | | | | | We can now configure logging to (multiple) files, stderr and syslog from the vty command line in a persistent way (config file) | ||||
* | [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 |