summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
Commit message (Expand)AuthorAgeFilesLines
* core/conv: Add utility methods to know length of coded/decoded vectorsSylvain Munaut2011-11-241-0/+6
* core/conv: Add support for other termination types (trunc & tail biting)Sylvain Munaut2011-11-241-6/+25
* core/conv: Minor documentation improvementsSylvain Munaut2011-11-241-12/+18
* utils: Add declaration back for osmo_osmo_hexdump_nospcSylvain Munaut2011-11-131-0/+1
* gsm/sms: Added DLSMS debuggingAndreas Eversberg2011-11-121-1/+2
* core/rbtree: add const qualifier to some functionsSylvain Munaut2011-11-121-4/+4
* utils: Fix a bad double osmo_ prefix for osmo_hexdump_nospcSylvain Munaut2011-11-101-1/+1
* timer: Add compatibility header with timer helpersSylvain Munaut2011-10-212-0/+81
* timer: add scalable RB-tree based timer infrastructurePablo Neira Ayuso2011-10-171-3/+3
* add rb-tree implementation to libosmocorePablo Neira Ayuso2011-10-172-1/+161
* Added defines to use primitive/operation tuples in switch/case statementsAndreas Eversberg2011-10-101-0/+3
* Changed logging of LAPD from DLLAPDM to DLLAPDroot2011-10-101-1/+1
* gsmtap: Add type/subtypes for GMR-1 protocolSylvain Munaut2011-10-091-0/+23
* GSMTAP: Add comments to explain how to make GSMTAP changesHarald Welte2011-10-081-0/+24
* GSMTAP: Import changes from WiresharkHarald Welte2011-10-081-0/+11
* gsmtap: Add a _ex version of gsmtap_{makemsg,send} to specify content typeSylvain Munaut2011-09-261-0/+9
* bring gsmtap.h in sync with recent wireshark additionsHarald Welte2011-09-261-0/+4
* core: Add generic CRC functions (templates expended to 8 16 32 64 bits)Sylvain Munaut2011-09-163-1/+106
* core/serial: Add utilities to deal with serial portsSylvain Munaut2011-09-022-0/+47
* build/include: Only install headers for enabled optionsSylvain Munaut2011-09-021-1/+9
* logging: include stdarg.h for va_listChristoph Fritz2011-09-011-0/+1
* add functions for bit-reversalHarald Welte2011-09-011-0/+27
* logging: add osmo_vlogp() as vararg / va_list compatible functionHarald Welte2011-08-311-0/+3
* signal: Fix compiler warning about signedness of constantHolger Hans Peter Freyther2011-08-221-2/+2
* doxygen: Add documentation for gsmtap_util.[ch]Harald Welte2011-08-171-15/+10
* doxygen: Add documentation to signal.[ch]Harald Welte2011-08-171-2/+10
* doxygen: Add documentation for prim.hHarald Welte2011-08-171-9/+26
* doxygen: document panic.[ch]Harald Welte2011-08-171-1/+10
* doxygen: Add docs for rate_ctrHarald Welte2011-08-171-26/+34
* doxygen: Add 'write_queue' moduleHarald Welte2011-08-171-24/+6
* doxygen: add doxygen module 'utils'Harald Welte2011-08-171-54/+7
* doxygen documentation for logging frameworkHarald Welte2011-08-171-25/+44
* some more doxygen work (include the notion of modules)Harald Welte2011-08-178-195/+84
* start to add doxygen documentation to libosmocore headersHarald Welte2011-08-169-52/+507
* fix off-by-one error in OSMO_NUM_DLIBHarald Welte2011-07-291-1/+1
* add definition of OSMO_MIN macro, similar to OSMO_MAXHarald Welte2011-07-271-0/+1
* remove DLRSL and DLNM, we don't need themHarald Welte2011-07-211-3/+1
* make sure we don't have namespace clashes between libraries and appsHarald Welte2011-07-192-9/+9
* mkae the new 'void *dst' member part of a union with the trx pointerHarald Welte2011-07-181-3/+4
* msgb: add ->dst attribute to store routing informationPablo Neira Ayuso2011-07-181-0/+3
* logging: add libosmo-abis logging subsystemsPablo Neira Ayuso2011-07-181-1/+7
* signal: reserve signal subsystems >= INT_MAX/2 for librariesPablo Neira Ayuso2011-07-181-0/+23
* get rid of non-ANSI function declarations missing (void)Harald Welte2011-07-161-1/+1
* don't use signed bit-fieldsHarald Welte2011-07-161-2/+2
* timer: use (void) for functions that take no argumentsHarald Welte2011-07-161-3/+3
* add msgb_set_talloc_ctx() to set the talloc context for msgb allocationsHarald Welte2011-06-291-0/+2
* add LAPDm code from osmocom-bb into libosmocoreHarald Welte2011-06-271-1/+2
* logging: introduce library-internal logging categoriesHarald Welte2011-06-271-6/+11
* add MAX() macro as OSMO_MAXHarald Welte2011-06-261-0/+1
* merge process.[ch] with application.[ch]Harald Welte2011-06-262-6/+4