aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
AgeCommit message (Expand)AuthorFilesLines
2016-09-09fix error msg: msgb_put(): say "msgb_put", not "msgb_push"Neels Hofmeyr1-1/+1
2016-08-30core/counter: add osmo_counter_dec()Alexander Couzens1-0/+6
2016-07-28Mark input string to osmo_talloc_replace_string() as constHarald Welte1-1/+1
2016-06-27Mark input parameter to bitvec_set_bits() as 'const'Harald Welte1-1/+1
2016-06-27fsm: Introduce default time-out handlingHarald Welte1-1/+3
2016-06-20Add octet-aligned/unaligned shift functionsMax1-0/+5
2016-06-16Add Finite State Machine abstraction codeHarald Welte1-0/+135
2016-06-13add get_value_string_or_null() to handle unknown itemsNeels Hofmeyr1-0/+2
2016-05-28Fixing build on Mac OSXBeshr Al Nahas1-1/+1
2016-05-20Fix build for OSXArran Cudbard-Bell1-0/+11
2016-05-12logging: Use __BASE_FILE__ instead of __FILE__Harald Welte2-5/+5
2016-05-06import gprs_gsup_message.[ch] from openbsc as gsup.[ch]0.9.4Harald Welte1-1/+2
2016-05-05Import osmo_{encode,decode}_big_endian() from openbscHarald Welte1-0/+4
2016-05-05Update doxygen annotations in libosmocoreHarald Welte9-139/+162
2016-05-05Add log_fini() function to release all memory allocated by logging frameworkHarald Welte1-0/+1
2016-04-12Add ubit <-> sbit convertorsMax1-0/+3
2016-03-31select: Externalize fd_set filling and dispatchHolger Hans Peter Freyther1-0/+6
2016-03-19Add new osmo_fd_get_by_fd() functionHarald Welte1-0/+2
2016-03-17Add function to add bits from array to bitvecMax1-0/+3
2016-02-29log: Add conditional logging based on log_check_levelJacob Erlbeck1-4/+20
2016-02-29log: Add log_check_level functionJacob Erlbeck1-0/+1
2016-02-25Add byte printing macrosMax1-0/+21
2016-02-18Add T4 bit map compression routinesMax1-0/+42
2016-02-18Expand bitvec interfaceMax1-0/+9
2016-01-30bitvec: Test and fix regression for C++->C conversionHolger Hans Peter Freyther1-2/+2
2016-01-26Add bitvec-related functions from Osmo-PCUMax1-0/+9
2016-01-22bitvec: Fix interface to consistently use unsigned intMax1-5/+5
2016-01-18comment typoNeels Hofmeyr1-1/+1
2016-01-15msgb: Assert len >= 0 in msgb_trimJacob Erlbeck1-0/+2
2016-01-15bitvec: Add get/set byte sequencesJacob Erlbeck1-0/+10
2015-12-25osmo_prim_op_names should be externHarald Welte1-1/+1
2015-12-23Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE defineHarald Welte1-0/+3
2015-12-21msgb: Add msgb_test_invariant functionJacob Erlbeck1-0/+40
2015-12-21msgb: Add msgb_resize_area and msgb_copyJacob Erlbeck1-0/+3
2015-12-21some comments / fixed typosNeels Hofmeyr1-0/+1
2015-12-08stats: Add OSMO prefix to STAT_ITEM_NOVALUE_IDJacob Erlbeck1-1/+1
2015-12-08stat: Explicitly support stat_items without unitJacob Erlbeck1-0/+1
2015-12-05remove our internal copy of talloc, use system libtallocHarald Welte2-189/+4
2015-11-26stats: Move statsd related code into a separate fileJacob Erlbeck1-4/+12
2015-11-21use system-wide libtalloc with --enable-system-tallocHarald Welte1-0/+0
2015-11-12fix FSF address in sources/headersJaroslav Škarvada1-1/+2
2015-11-09stats: Send all values on reporter updateJacob Erlbeck1-0/+1
2015-11-04gprs-ns/stats: When the NSVCI is updated, update the stats counterHolger Hans Peter Freyther2-0/+11
2015-08-21stats: Fix build on FreeBSDHolger Hans Peter Freyther1-0/+2
2015-11-02fix some typosNeels Hofmeyr1-4/+4
2015-11-02log: Add new DLSTATS log levelJacob Erlbeck1-1/+2
2015-11-02stats: Limit reporting by class idJacob Erlbeck3-0/+14
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck2-64/+64
2015-10-29stats: Add log reporterJacob Erlbeck1-0/+3
2015-10-29stats: Use function pointers in reporter objectsJacob Erlbeck1-0/+14