aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/statistics_api.c
Commit message (Collapse)AuthorAge
* 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
|
* -fixing #2310Christian Grothoff2012-05-06
|
* -cleanerChristian Grothoff2012-05-06
|
* -fixing #2299Christian Grothoff2012-05-03
|
* - fix for mantis 2273Matthias Wachs2012-04-26
|
* -cleaner warningChristian Grothoff2012-04-24
|
* -simplify logic, connections no longer die during shutdownChristian Grothoff2012-04-24
|
* -fixChristian Grothoff2012-04-19
|
* -fixChristian Grothoff2012-04-19
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* fix 2273Matthias Wachs2012-04-18
|
* - Fix for #2177: don't wait forever to reconnect to the service during ↵Bart Polot2012-03-05
| | | | shutdown. In fact, don't wait at all.
* make gnunet-service-statistics not exit on external shutdown signal as long ↵Christian Grothoff2012-03-04
| | | | as there are connected clients to be managed
* -properly use DLL apis where appropriateChristian Grothoff2011-12-19
|
* implement watch_cancel functionChristian Grothoff2011-12-19
|
* -fixChristian Grothoff2011-12-19
|
* -do not crash on exit if we are not connected to statistics while trying to ↵Christian Grothoff2011-12-19
| | | | submit mandatory values; just force instant connect
* -another stats crashChristian Grothoff2011-12-17
|