aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/statistics_api.c
Commit message (Collapse)AuthorAge
* BUILD: more more components into new structure; ftbfs fixMartin Schanzenbach2023-10-18
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -DOC: Documentation cleanup pass through STATISTICS subsystemWillow Liquorice2022-10-03
|
* -DOC: Comment stripping pass in STATISTICS serviceWillow Liquorice2022-10-03
|
* -mallinfo is deprecated in favour of mallinfo2Alessio Vanni2021-11-21
|
* -fix many more typosChristian Grothoff2021-04-26
|
* -fix some warningsMartin Schanzenbach2020-10-26
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* improve test shutdown and indentationChristian Grothoff2016-10-21
|
* convert statistics service to new service MQ APIChristian Grothoff2016-09-20
|
* misc minor fixes for new service MQ API, implementing resolver using new ↵Christian Grothoff2016-09-19
| | | | service API
* -fix NPEChristian Grothoff2016-08-22
|
* -fix NPEChristian Grothoff2016-08-22
|
* -fix shutdown issueChristian Grothoff2016-08-22
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -ensure stats queues do not grow too bigChristian Grothoff2016-06-28
|
* -try to fix stats issueChristian Grothoff2016-06-23
|
* -fix statistics termination issueChristian Grothoff2016-06-22
|
* update statistics API to use new MQ API style, also get rid of timeout argumentChristian Grothoff2016-06-21
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -use simpler, modern scheduler APIChristian Grothoff2015-08-03
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -ensure timeout forces call to continuation even if statistics service ↵Christian Grothoff2014-03-07
| | | | cannot be reached
* -doxygen, fixing #3223Christian Grothoff2013-12-19
|
* malloc -> newLRN2013-12-19
|
* -do disconnect after continuations, to hopefullyf ix #3194Christian Grothoff2013-12-11
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* -make really sure 'cont' is never called againChristian Grothoff2013-03-20
|
* -do not call get callback after get_cancelChristian Grothoff2013-03-20
|
* add option to disable use of stats entirelyChristian Grothoff2012-11-08
|
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -add option to make expensive heap stat gathering optionalChristian Grothoff2012-10-23
|
* -add logic to measure heap size for all processes that use statistics, ↵Christian Grothoff2012-10-07
| | | | reduce statistics, topology, nse and resolver heap usage using the same trick we used for arm
* - Document statistics api and fix testing's usage of itBart Polot2012-05-08
|