aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
AgeCommit message (Expand)AuthorFilesLines
2011-09-01add functions for bit-reversalHarald Welte1-0/+27
2011-08-31logging: add osmo_vlogp() as vararg / va_list compatible functionHarald Welte1-0/+3
2011-08-22signal: Fix compiler warning about signedness of constant0.3.7Holger Hans Peter Freyther1-2/+2
2011-08-17doxygen: Add documentation for gsmtap_util.[ch]Harald Welte1-15/+10
2011-08-17doxygen: Add documentation to signal.[ch]Harald Welte1-2/+10
2011-08-17doxygen: Add documentation for prim.hHarald Welte1-9/+26
2011-08-17doxygen: document panic.[ch]Harald Welte1-1/+10
2011-08-17doxygen: Add docs for rate_ctrHarald Welte1-26/+34
2011-08-17doxygen: Add 'write_queue' moduleHarald Welte1-24/+6
2011-08-17doxygen: add doxygen module 'utils'Harald Welte1-54/+7
2011-08-17doxygen documentation for logging frameworkHarald Welte1-25/+44
2011-08-17some more doxygen work (include the notion of modules)Harald Welte8-195/+84
2011-08-16start to add doxygen documentation to libosmocore headersHarald Welte9-52/+507
2011-07-29fix off-by-one error in OSMO_NUM_DLIBHarald Welte1-1/+1
2011-07-27add definition of OSMO_MIN macro, similar to OSMO_MAX0.3.5Harald Welte1-0/+1
2011-07-21remove DLRSL and DLNM, we don't need themHarald Welte1-3/+1
2011-07-19make sure we don't have namespace clashes between libraries and appsHarald Welte2-9/+9
2011-07-18mkae the new 'void *dst' member part of a union with the trx pointerHarald Welte1-3/+4
2011-07-18msgb: add ->dst attribute to store routing informationPablo Neira Ayuso1-0/+3
2011-07-18logging: add libosmo-abis logging subsystemsPablo Neira Ayuso1-1/+7
2011-07-18signal: reserve signal subsystems >= INT_MAX/2 for librariesPablo Neira Ayuso1-0/+23
2011-07-16get rid of non-ANSI function declarations missing (void)Harald Welte1-1/+1
2011-07-16don't use signed bit-fieldsHarald Welte1-2/+2
2011-07-16timer: use (void) for functions that take no argumentsHarald Welte1-3/+3
2011-06-29add msgb_set_talloc_ctx() to set the talloc context for msgb allocationsHarald Welte1-0/+2
2011-06-27add LAPDm code from osmocom-bb into libosmocore0.3.3Harald Welte1-1/+2
2011-06-27logging: introduce library-internal logging categoriesHarald Welte1-6/+11
2011-06-26add MAX() macro as OSMO_MAXHarald Welte1-0/+1
2011-06-26merge process.[ch] with application.[ch]Harald Welte2-6/+4
2011-06-23introduce GSM primitive definitionsHarald Welte1-0/+18
2011-06-23add new 'prim.h' header file for primitivesHarald Welte2-1/+21
2011-06-13socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flagsPablo Neira Ayuso1-3/+8
2011-05-29bitvec: add missing stdint.hHarald Welte1-0/+1
2011-05-22socket: use listen() and SO_REUSEADDR, new osmo_sock_init_ofd() functionHarald Welte1-0/+3
2011-05-22GSMTAP/socket code: Check for sys/socket.h and conditionally compileHarald Welte1-2/+3
2011-05-22gsmtap: rework GSMTAP API to be more future-proof0.3.1Harald Welte3-10/+54
2011-05-12app: Introduce some routines to help with application startupHolger Hans Peter Freyther2-1/+17
2011-05-07msgfile: use namespace prefix osmo_* and use more descriptive names0.3.0Pablo Neira Ayuso1-4/+4
2011-05-07plugin: use namespace prefix osmo_*Pablo Neira Ayuso1-1/+1
2011-05-07backtrace: use namespace prefix osmo_*Pablo Neira Ayuso1-1/+1
2011-05-07crc: use namespace prefix osmo_*Pablo Neira Ayuso1-4/+4
2011-05-07utils: use namespace prefix osmo_*Pablo Neira Ayuso2-8/+8
2011-05-07statistics: use namespace prefix osmo_counter*Pablo Neira Ayuso1-8/+8
2011-05-07write-queue: use namespace prefix osmo_wqueue*Pablo Neira Ayuso1-7/+7
2011-05-07signal: use namespace prefix osmo_signal*Pablo Neira Ayuso1-8/+7
2011-05-07select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2-10/+10
2011-05-07timer: use namespace prefix osmo_timer*Pablo Neira Ayuso1-10/+10
2011-05-04GSMTAP: add function to create a 'sink' for gsmtap packetsHarald Welte1-0/+4
2011-04-26core/conv: Add some generic code for convolutional coding/decodingSylvain Munaut2-1/+102
2011-04-26include: fix missing extern in osmo_panic* declarationsPablo Neira Ayuso1-2/+2