summaryrefslogtreecommitdiffstats
path: root/src/rate_ctr.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Print error message if application fails to call rate_ctr_init()"Harald Welte2019-05-101-5/+2
* Print error message if application fails to call rate_ctr_init()Harald Welte2019-05-101-2/+5
* src/rate_ctr.c: drop some incorrect \ref referencesVadim Yanitskiy2019-03-271-3/+3
* Doxygen: fix documentation of rate_ctr_for_each_counter()Vadim Yanitskiy2019-03-271-1/+1
* rate_ctr_group_free(): guard against empty or NULL inputMax2019-03-191-1/+5
* rate_ctr: Improve loggingPau Espin Pedrol2018-07-211-15/+20
* cosmetic: log: fix typo, clarify msg for rate_ctr name manglingNeels Hofmeyr2018-04-161-2/+3
* rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used indexNeels Hofmeyr2017-12-201-3/+26
* rate_ctr: print proper error message if rate_ctr already existsHarald Welte2017-12-181-1/+4
* Do not allocate already existing counter groupMax2017-12-171-0/+3
* rate_ctr: fix mem leak for mangled descNeels Hofmeyr2017-11-201-9/+9
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* rate_ctr: Fix null pointer dereference in error pathHarald Welte2017-10-241-1/+2
* rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte2017-10-241-1/+117
* [doc] rate_ctr: Extend Doxygen API documentation with human-readable text on ...Harald Welte2017-10-161-2/+35
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-7/+3
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-10/+10
* update/extend doxygen documentationHarald Welte2017-06-121-0/+1
* timer: add osmo_timer_setup()Pablo Neira Ayuso2017-05-091-1/+1
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-3/+20
* stats: Add TODO comment to rate_ctrJacob Erlbeck2015-11-261-0/+3
* core: Extend rate_ctr by helper functionsJacob Erlbeck2015-10-281-0/+41
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* doxygen: Add docs for rate_ctrHarald Welte2011-08-171-0/+19
* timer: use namespace prefix osmo_timer*Pablo Neira Ayuso2011-05-071-3/+3
* stats: Fix the compiler warningsHolger Hans Peter Freyther2011-04-181-2/+2
* Add functions to search for rate counters by nameDaniel Willmann2011-04-091-0/+34
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-5/+5
* rate_ctr: No need to include the inttypes.hHolger Hans Peter Freyther2010-12-201-1/+0
* [rate_ctr] always 'overflow' in next larger inetrval when interval endsHarald Welte2010-05-131-0/+6
* rate_counters: Remove group-name-sprintf-with-idx stringHarald Welte2010-05-131-3/+0
* rate_ctr: Store the numeric index as part of 'rate_ctr_group'Harald Welte2010-05-131-0/+1
* Add new 'rate counter' implementation to libosmocoreHarald Welte2010-05-131-0/+124