| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | plugin: use namespace prefix osmo_* | Pablo Neira Ayuso | 2011-05-07 | 1 | -1/+1 |
* | backtrace: use namespace prefix osmo_* | Pablo Neira Ayuso | 2011-05-07 | 1 | -1/+1 |
* | crc: use namespace prefix osmo_* | Pablo Neira Ayuso | 2011-05-07 | 1 | -4/+4 |
* | utils: use namespace prefix osmo_* | Pablo Neira Ayuso | 2011-05-07 | 2 | -8/+8 |
* | statistics: use namespace prefix osmo_counter* | Pablo Neira Ayuso | 2011-05-07 | 1 | -8/+8 |
* | write-queue: use namespace prefix osmo_wqueue* | Pablo Neira Ayuso | 2011-05-07 | 1 | -7/+7 |
* | signal: use namespace prefix osmo_signal* | Pablo Neira Ayuso | 2011-05-07 | 1 | -8/+7 |
* | select: use namespace prefix osmo_fd* and osmo_select* | Pablo Neira Ayuso | 2011-05-07 | 3 | -11/+11 |
* | timer: use namespace prefix osmo_timer* | Pablo Neira Ayuso | 2011-05-07 | 1 | -10/+10 |
* | GSMTAP: add function to create a 'sink' for gsmtap packets | Harald Welte | 2011-05-04 | 1 | -0/+4 |
* | core/conv: Add some generic code for convolutional coding/decoding | Sylvain Munaut | 2011-04-26 | 2 | -1/+102 |
* | gsm/a5: Add a A5 1&2 implementation | Sylvain Munaut | 2011-04-26 | 2 | -1/+50 |
* | include: fix missing extern in osmo_panic* declarations | Pablo Neira Ayuso | 2011-04-26 | 1 | -2/+2 |
* | stats: Fix the compiler warnings | Holger Hans Peter Freyther | 2011-04-18 | 1 | -1/+1 |
* | Add a function to search for a counter by name | Daniel Willmann | 2011-04-09 | 1 | -0/+2 |
* | Add functions to search for rate counters by name | Daniel Willmann | 2011-04-09 | 1 | -0/+2 |
* | utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.h | Pablo Neira Ayuso | 2011-03-28 | 1 | -0/+9 |
* | vty: move vty_out_rate_ctr_group prototype to osmocom/vty/misc.h | Pablo Neira Ayuso | 2011-03-28 | 3 | -4/+11 |
* | write_queue: use full path of includes in osmocom/core/write_queue.h | Pablo Neira Ayuso | 2011-03-28 | 1 | -2/+2 |
* | bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.c | Pablo Neira Ayuso | 2011-03-28 | 1 | -0/+2 |
* | core/bits: Make sbit_t a signed type (so that the math works) | Sylvain Munaut | 2011-03-27 | 1 | -1/+1 |
* | include: reorganize headers file to include/osmocom/[gsm|core] | Pablo Neira Ayuso | 2011-03-23 | 45 | -5/+5549 |
* | vty: integration with logging framework | Pablo Neira Ayuso | 2011-03-19 | 1 | -2/+3 |
* | LOGGING: remove duplicated code between vty-logging and cfg-logging | Harald Welte | 2011-02-18 | 1 | -0/+2 |
* | LOGGING: configure logging from the vty | Harald Welte | 2011-02-18 | 1 | -0/+1 |
* | codec: Fix bit order table definition for GSM HR | Sylvain Munaut | 2010-10-24 | 1 | -1/+2 |
* | codec: Add the missing bits for include to install and pkgconfig to work | Sylvain Munaut | 2010-10-24 | 2 | -2/+5 |
* | codec: Add bit ordering tables from specs for HR,FR,EFR & AMR | Sylvain Munaut | 2010-10-15 | 1 | -0/+19 |
* | vty: Add functions to access index and node | Holger Hans Peter Freyther | 2010-09-14 | 1 | -0/+2 |
* | vty: Make the talloc ctx extern void* to avoid duplicate symbols | Holger Hans Peter Freyther | 2010-08-31 | 1 | -1/+1 |
* | vty: Add a new callback to let code decide if it is a config node or not | Holger Hans Peter Freyther | 2010-08-26 | 1 | -0/+1 |
* | vty: Forward delcare the logging command. | Holger Hans Peter Freyther | 2010-08-04 | 1 | -0/+2 |
* | GPRS: Add 'input' generator functions for GPRS cipher algorithm | Harald Welte | 2010-06-30 | 1 | -0/+6 |
* | Add support for plugins (and specifically GPRS encryption plugins) | Harald Welte | 2010-06-30 | 3 | -1/+54 |
* | vty: Mark app info strings as const char*. | Holger Hans Peter Freyther | 2010-06-08 | 1 | -3/+3 |
* | Merge remote branch 'origin/master' | Harald Welte | 2010-06-01 | 1 | -41/+2 |
|\ |
|
| * | [VTY] Remove all application specific VTY node definitions from enum | Harald Welte | 2010-05-31 | 1 | -41/+2 |
* | | add configure option '--disable-vty' to prevent building libosmovty | Harald Welte | 2010-05-29 | 1 | -0/+2 |
|/ |
|
* | [VTY] Introduce "struct vty_app_info" for vty_init() function | Harald Welte | 2010-05-25 | 2 | -6/+10 |
* | make sure we actually install the vty headers | Harald Welte | 2010-05-25 | 1 | -2/+4 |
* | Create libosmovty as library from OpenBSC VTY functions | Harald Welte | 2010-05-25 | 8 | -0/+759 |