libosmocore/src
Nico Golde 0262d3ff9f logging.c: Do not crash on empty category name
log_parse_category_mask(), skip log category name right away if
name is NULL to prevent passing a NULL ptr to strlen.
2012-09-27 13:45:03 +02:00
..
codec build: use LT_INIT(pic-only) instead of forcing -fPIC. 2012-06-30 22:01:44 +02:00
gb Gb: Add functions for sending flow control messages from BSS side 2012-09-10 08:56:04 +02:00
gsm gsm_utils.c: in 7bit decoding, first check if the last character was an extension character before doing anything else 2012-09-21 09:25:08 +02:00
vty vty: Address compiler warning about the const qualifier 2012-09-11 10:40:07 +02:00
Makefile.am build: use LT_INIT(pic-only) instead of forcing -fPIC. 2012-06-30 22:01:44 +02:00
application.c doxygen: Add main page for all three libraries 2011-08-30 11:32:56 +02:00
backtrace.c backtrace: don't use fprintf, but printf (for osmocom-bb) 2012-09-08 22:00:13 +02:00
bits.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
bitvec.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
conv.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
crc16.c crc: use namespace prefix osmo_* 2011-05-07 13:00:51 +02:00
crcXXgen.c.tpl doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
gsmtap_util.c gsmtap: Fix doxygen doc for the recent additions 2011-09-26 13:23:19 +02:00
logging.c logging.c: Do not crash on empty category name 2012-09-27 13:45:03 +02:00
logging_syslog.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
msgb.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
msgfile.c msgfile: use namespace prefix osmo_* and use more descriptive names 2011-05-07 13:14:41 +02:00
panic.c doxygen: document panic.[ch] 2011-08-17 17:14:12 +02:00
plugin.c plugin: use namespace prefix osmo_* 2011-05-07 13:00:52 +02:00
rate_ctr.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
rbtree.c core/rbtree: remove redundant if()-condition in rb_erase() 2011-11-12 23:23:35 +01:00
select.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
serial.c serial: don't set O_NDELAY, as it is more or less O_NONBLOCK 2012-08-03 10:48:22 +02:00
signal.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
socket.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
statistics.c statistics: use namespace prefix osmo_counter* 2011-05-07 13:00:51 +02:00
talloc.c misc: Remove the sys/types.h include from various files 2011-04-18 16:57:04 +02:00
timer.c timer: Add function osmo_timer_remaining() to determine remainign time 2012-07-13 12:22:20 +02:00
utils.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
write_queue.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00