msgfile: use namespace prefix osmo_* and use more descriptive names
[osmocom-bb.git] / include / osmocom /
2011-05-07 Pablo Neira Ayusomsgfile: use namespace prefix osmo_* and use more descr...
2011-05-07 Pablo Neira Ayusoplugin: use namespace prefix osmo_*
2011-05-07 Pablo Neira Ayusobacktrace: use namespace prefix osmo_*
2011-05-07 Pablo Neira Ayusocrc: use namespace prefix osmo_*
2011-05-07 Pablo Neira Ayusoutils: use namespace prefix osmo_*
2011-05-07 Pablo Neira Ayusostatistics: use namespace prefix osmo_counter*
2011-05-07 Pablo Neira Ayusowrite-queue: use namespace prefix osmo_wqueue*
2011-05-07 Pablo Neira Ayusosignal: use namespace prefix osmo_signal*
2011-05-07 Pablo Neira Ayusoselect: use namespace prefix osmo_fd* and osmo_select*
2011-05-07 Pablo Neira Ayusotimer: use namespace prefix osmo_timer*
2011-05-04 Harald WelteGSMTAP: add function to create a 'sink' for gsmtap...
2011-04-26 Sylvain Munautcore/conv: Add some generic code for convolutional...
2011-04-26 Sylvain Munautgsm/a5: Add a A5 1&2 implementation
2011-04-26 Pablo Neira Ayusoinclude: fix missing extern in osmo_panic* declarations
2011-04-18 Holger Hans Peter... stats: Fix the compiler warnings
2011-04-09 Daniel WillmannAdd a function to search for a counter by name
2011-04-09 Daniel WillmannAdd functions to search for rate counters by name
2011-03-28 Pablo Neira Ayusoutils: move OSMO_SNPRINT_RET() macro definition to...
2011-03-28 Pablo Neira Ayusovty: move vty_out_rate_ctr_group prototype to osmocom...
2011-03-28 Pablo Neira Ayusowrite_queue: use full path of includes in osmocom/core...
2011-03-28 Pablo Neira Ayusobitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_...
2011-03-27 Sylvain Munautcore/bits: Make sbit_t a signed type (so that the math...
2011-03-23 Pablo Neira Ayusoinclude: reorganize headers file to include/osmocom...
2011-03-19 Pablo Neira Ayusovty: integration with logging framework
2011-02-18 Harald WelteLOGGING: remove duplicated code between vty-logging...
2011-02-18 Harald WelteLOGGING: configure logging from the vty
2010-10-24 Sylvain Munautcodec: Fix bit order table definition for GSM HR
2010-10-24 Sylvain Munautcodec: Add the missing bits for include to install...
2010-10-15 Sylvain Munautcodec: Add bit ordering tables from specs for HR,FR...
2010-09-13 Holger Hans Peter... vty: Add functions to access index and node
2010-08-31 Holger Hans Peter... vty: Make the talloc ctx extern void* to avoid duplicat...
2010-08-26 Holger Hans Peter... vty: Add a new callback to let code decide if it is...
2010-08-03 Holger Hans Peter... vty: Forward delcare the logging command.
2010-06-30 Harald WelteGPRS: Add 'input' generator functions for GPRS cipher...
2010-06-30 Harald WelteAdd support for plugins (and specifically GPRS encrypti...
2010-06-08 Holger Hans Peter... vty: Mark app info strings as const char*.
2010-06-01 Harald WelteMerge remote branch 'origin/master'
2010-05-31 Harald Welte[VTY] Remove all application specific VTY node definiti...
2010-05-29 Harald Welteadd configure option '--disable-vty' to prevent buildin...
2010-05-25 Harald Welte[VTY] Introduce "struct vty_app_info" for vty_init...
2010-05-25 Harald Weltemake sure we actually install the vty headers
2010-05-25 Harald WelteCreate libosmovty as library from OpenBSC VTY functions