summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
Commit message (Expand)AuthorAgeFilesLines
...
* Add log_fini() function to release all memory allocated by logging frameworkHarald Welte2016-05-051-0/+1
* Add ubit <-> sbit convertorsMax2016-04-121-0/+3
* select: Externalize fd_set filling and dispatchHolger Hans Peter Freyther2016-03-311-0/+6
* Add new osmo_fd_get_by_fd() functionHarald Welte2016-03-191-0/+2
* Add function to add bits from array to bitvecMax2016-03-171-0/+3
* log: Add conditional logging based on log_check_levelJacob Erlbeck2016-02-291-4/+20
* log: Add log_check_level functionJacob Erlbeck2016-02-291-0/+1
* Add byte printing macrosMax2016-02-251-0/+21
* Add T4 bit map compression routinesMax2016-02-181-0/+42
* Expand bitvec interfaceMax2016-02-181-0/+9
* bitvec: Test and fix regression for C++->C conversionHolger Hans Peter Freyther2016-01-301-2/+2
* Add bitvec-related functions from Osmo-PCUMax2016-01-261-0/+9
* bitvec: Fix interface to consistently use unsigned intMax2016-01-221-5/+5
* comment typoNeels Hofmeyr2016-01-181-1/+1
* msgb: Assert len >= 0 in msgb_trimJacob Erlbeck2016-01-151-0/+2
* bitvec: Add get/set byte sequencesJacob Erlbeck2016-01-151-0/+10
* osmo_prim_op_names should be externHarald Welte2015-12-251-1/+1
* Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE defineHarald Welte2015-12-231-0/+3
* msgb: Add msgb_test_invariant functionJacob Erlbeck2015-12-211-0/+40
* msgb: Add msgb_resize_area and msgb_copyJacob Erlbeck2015-12-211-0/+3
* some comments / fixed typosNeels Hofmeyr2015-12-211-0/+1
* stats: Add OSMO prefix to STAT_ITEM_NOVALUE_IDJacob Erlbeck2015-12-081-1/+1
* stat: Explicitly support stat_items without unitJacob Erlbeck2015-12-081-0/+1
* remove our internal copy of talloc, use system libtallocHarald Welte2015-12-052-189/+4
* stats: Move statsd related code into a separate fileJacob Erlbeck2015-11-261-4/+12
* use system-wide libtalloc with --enable-system-tallocHarald Welte2015-11-211-0/+0
* fix FSF address in sources/headersJaroslav Škarvada2015-11-121-1/+2
* stats: Send all values on reporter updateJacob Erlbeck2015-11-091-0/+1
* gprs-ns/stats: When the NSVCI is updated, update the stats counterHolger Hans Peter Freyther2015-11-042-0/+11
* stats: Fix build on FreeBSDHolger Hans Peter Freyther2015-08-211-0/+2
* fix some typosNeels Hofmeyr2015-11-021-4/+4
* log: Add new DLSTATS log levelJacob Erlbeck2015-11-021-1/+2
* stats: Limit reporting by class idJacob Erlbeck2015-11-023-0/+14
* stats: Add osmo_ name prefix to identifiersJacob Erlbeck2015-11-022-64/+64
* stats: Add log reporterJacob Erlbeck2015-10-291-0/+3
* stats: Use function pointers in reporter objectsJacob Erlbeck2015-10-291-0/+14
* stats: Make net config optionalJacob Erlbeck2015-10-291-0/+2
* stats: Support statsd Multi-Metric PacketsJacob Erlbeck2015-10-291-0/+5
* core: Add difference function to osmo_counterJacob Erlbeck2015-10-291-0/+4
* stats: Implement timer based reportingJacob Erlbeck2015-10-291-2/+8
* stats: Add the reporting frameworkJacob Erlbeck2015-10-291-0/+70
* core: Update osmo_counters_for_each docJacob Erlbeck2015-10-281-2/+2
* stats: Add stat_item_for_each functionsJacob Erlbeck2015-10-281-0/+14
* core: Extend rate_ctr by helper functionsJacob Erlbeck2015-10-281-0/+19
* stats: Use a global index for stat item valuesJacob Erlbeck2015-10-281-9/+19
* stats: Add stat_item for value monitoringJacob Erlbeck2015-10-281-0/+104
* commentsNeels Hofmeyr2015-10-092-3/+4
* linuxlist: Remove casting of ptr from container_of macroHolger Hans Peter Freyther2015-05-021-1/+1
* osmo_static_assert: Put back the typedef in the codeHolger Hans Peter Freyther2015-04-131-1/+1
* endian: Be able to detect endian on GNU and BSDHolger Hans Peter Freyther2015-03-221-0/+38