libosmocore/src
Harald Welte b43bc048eb logging: introduce library-internal logging categories
We do this by using a trick: library-internal log categories use
negative subsystem numbers, which are converted into positive
array indexes at the time of logging.

library-internal log categories need to be knwo at compile-time,
while application-specified categories now are of unlimited number,
as they are dynamically allocated.
2011-06-27 10:40:25 +02:00
..
codec libosmocore: bump library interface version to '1' for new osmo_ names 2011-05-08 14:35:40 +02:00
gsm import gsm0502_calc_paging_group() from openbsc 2011-06-26 14:47:16 +02:00
vty vty: print actual application name rather than always OpenBSC on connect 2011-05-22 19:15:07 +02:00
Makefile.am merge process.[ch] with application.[ch] 2011-06-26 14:14:05 +02:00
application.c logging: introduce library-internal logging categories 2011-06-27 10:40:25 +02:00
backtrace.c backtrace: use namespace prefix osmo_* 2011-05-07 13:00:52 +02:00
bits.c include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
bitvec.c bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.c 2011-03-28 20:00:45 +02:00
conv.c core/conv: Only consider error for non-zero soft values 2011-04-28 22:30:30 +02:00
crc16.c crc: use namespace prefix osmo_* 2011-05-07 13:00:51 +02:00
gsmtap_util.c socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flags 2011-06-13 19:15:59 +02:00
logging.c logging: introduce library-internal logging categories 2011-06-27 10:40:25 +02:00
logging_syslog.c include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
msgb.c misc: Remove the sys/types.h include from various files 2011-04-18 16:57:04 +02:00
msgfile.c msgfile: use namespace prefix osmo_* and use more descriptive names 2011-05-07 13:14:41 +02:00
panic.c backtrace: use namespace prefix osmo_* 2011-05-07 13:00:52 +02:00
plugin.c plugin: use namespace prefix osmo_* 2011-05-07 13:00:52 +02:00
rate_ctr.c timer: use namespace prefix osmo_timer* 2011-05-07 13:00:51 +02:00
select.c merge process.[ch] with application.[ch] 2011-06-26 14:14:05 +02:00
signal.c signal: use namespace prefix osmo_signal* 2011-05-07 13:00:51 +02:00
socket.c socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flags 2011-06-13 19:15:59 +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: use namespace prefix osmo_timer* 2011-05-07 13:00:51 +02:00
utils.c utils: use namespace prefix osmo_* 2011-05-07 13:00:51 +02:00
write_queue.c write-queue: use namespace prefix osmo_wqueue* 2011-05-07 13:00:51 +02:00