summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* GSMTAP/socket code: Check for sys/socket.h and conditionally compileHarald Welte2011-05-222-7/+13
* gsmtap: rework GSMTAP API to be more future-proofHarald Welte2011-05-223-88/+251
* logging: fix corrupted outputPablo Neira Ayuso2011-05-191-0/+6
* app: Introduce some routines to help with application startupHolger Hans Peter Freyther2011-05-122-2/+51
* libosmocore: bump library interface version to '1' for new osmo_ namesHarald Welte2011-05-084-2/+7
* msgfile: use namespace prefix osmo_* and use more descriptive namesPablo Neira Ayuso2011-05-071-10/+12
* plugin: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-072-3/+3
* backtrace: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-072-2/+2
* crc: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-071-3/+3
* utils: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-072-15/+15
* statistics: use namespace prefix osmo_counter*Pablo Neira Ayuso2011-05-071-7/+8
* write-queue: use namespace prefix osmo_wqueue*Pablo Neira Ayuso2011-05-071-7/+7
* signal: use namespace prefix osmo_signal*Pablo Neira Ayuso2011-05-071-4/+7
* select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-074-27/+27
* timer: use namespace prefix osmo_timer*Pablo Neira Ayuso2011-05-073-21/+22
* GSMTAP: add function to create a 'sink' for gsmtap packetsHarald Welte2011-05-041-2/+55
* logging: make sure the output is null-terminatedPablo Neira Ayuso2011-05-041-0/+2
* logging: remove workaround now that _output() has been reworkedPablo Neira Ayuso2011-05-041-12/+3
* logging: rework _output() functionPablo Neira Ayuso2011-05-041-23/+26
* logging: several memory allocation belong to tall_log_ctx contextPablo Neira Ayuso2011-05-041-2/+2
* logging: fix missing description of global loglevelPablo Neira Ayuso2011-05-041-0/+7
* core/conv: Only consider error for non-zero soft valuesSylvain Munaut2011-04-281-3/+6
* core/conv: Add some generic code for convolutional coding/decodingSylvain Munaut2011-04-262-1/+494
* gsm/a5: Add a A5 1&2 implementationSylvain Munaut2011-04-262-1/+312
* misc: Remove the sys/types.h include from various filesHolger Hans Peter Freyther2011-04-186-6/+0
* stats: Fix the compiler warningsHolger Hans Peter Freyther2011-04-182-3/+3
* Add a function to search for a counter by nameDaniel Willmann2011-04-091-0/+10
* Add functions to search for rate counters by nameDaniel Willmann2011-04-091-0/+34
* logging: Add the 'all' category back to the log level commandHolger Hans Peter Freyther2011-03-291-1/+1
* vty: Fix a memory leak in the vty description commandHolger Hans Peter Freyther2011-03-291-0/+2
* utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.hPablo Neira Ayuso2011-03-281-18/+8
* bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.cPablo Neira Ayuso2011-03-282-12/+14
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-2335-87/+87
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-2314-30/+71
* vty: integration with logging frameworkPablo Neira Ayuso2011-03-192-72/+122
* Merge branch 'master' of git.osmocom.org:libosmocoreHarald Welte2011-03-031-1/+4
|\
| * LOGGING: Use host.app_info->name instead of FIXMEHarald Welte2011-02-241-1/+4
* | rxlev_stat: Fix compiler warningHarald Welte2011-02-191-1/+1
|/
* vty: Revert Makefile.am change for libosmocore dependencyHarald Welte2011-02-191-1/+1
* LOGGING: remove duplicated code between vty-logging and cfg-loggingHarald Welte2011-02-181-123/+60
* LOGGING: Add missing 'nat' subsystemHarald Welte2011-02-181-1/+2
* LOGGING: configure logging from the vtyHarald Welte2011-02-187-26/+415
* LOGGING: Add syslog log targetHarald Welte2011-02-172-2/+75
* LOGGING: Pass the log level down to the log target output functionHarald Welte2011-02-172-6/+8
* write_queue: Only pop the queue if it is not emptyHolger Hans Peter Freyther2011-02-151-8/+10
* [utils] introduce ubit_dump to dump buffers of unpacked bitsHarald Welte2011-02-081-1/+1
* [utils] add 'bitdump' function for bitfieldsHarald Welte2011-02-081-0/+30
* logging: Add isup,m2ua,pcap from the cellmgr.Holger Hans Peter Freyther2011-01-221-1/+4
* ubit2pbit flushes at the wrong moment, added one note to bits.hChristian Vogel2011-01-221-1/+1
* bits: Add extended options version of pbit2ubit and ubit2pbitSylvain Munaut2011-01-211-0/+33