aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
AgeCommit message (Expand)AuthorFilesLines
2016-12-11fix: DLGSUP logging category "unusable"0.9.5Neels Hofmeyr1-1/+1
2016-12-09Implement GSMTAP log targetHarald Welte1-0/+14
2016-12-09gsmtap: Add defintions for GSMTAP based remote loggingHarald Welte1-0/+19
2016-12-09doc: fsm timer_cb: explain return valueNeels Hofmeyr1-1/+2
2016-12-02logging: Extend log_target with call-back for un-formatted log lineHarald Welte1-1/+17
2016-11-26Introduce osmo_strlcpy() function so we can stop using strncpy()Harald Welte1-0/+2
2016-11-11msgb: add msgb_push_u{8,16,32}() functionsHarald Welte1-0/+30
2016-11-11statsd: Fix compiler warning (int32_t vs. int64_t)Harald Welte1-1/+1
2016-11-10bitcomp: Remove the t4 decoding from libosmocoreHolger Hans Peter Freyther1-1/+0
2016-11-02Add osmo_fsm_unregister() to headerMax1-1/+1
2016-09-27msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx()Neels Hofmeyr1-1/+4
2016-09-22add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr1-0/+11
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