aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
AgeCommit message (Collapse)Author
2016-07-08-fix shifting issuesChristian Grothoff
2016-06-28-ensure stats queues do not grow too bigChristian Grothoff
2016-06-23-try to fix stats issueChristian Grothoff
2016-06-22-fix statistics termination issueChristian Grothoff
2016-06-21update statistics API to use new MQ API style, also get rid of timeout argumentChristian Grothoff
2016-05-06fix compiler warningsChristian Grothoff
2016-05-06fixing compiler warningsChristian Grothoff
2016-04-30implementing new scheduler shutdown semanticsChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed ↵Christian Grothoff
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()
2016-01-19-fix (C) noticesChristian Grothoff
2015-08-03-use simpler, modern scheduler APIChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-06-16check for __GLIBC__ before malloptingChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2014-12-24making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff
even fully address #3247
2014-12-23-cleaning up stats code, use separate structures per subsystem for faster ↵Christian Grothoff
processing
2014-12-23-doxgen, use modern client APIChristian Grothoff
2014-12-11adding single location for no_forcestart configuration listChristian Grothoff
2014-12-10moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff
#3565 indirectly
2014-09-13fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff
2014-04-08-more version bumpingChristian Grothoff
2014-03-07-ensure timeout forces call to continuation even if statistics service ↵Christian Grothoff
cannot be reached
2014-02-20Allow redirection of STDERR when starting processes.Sree Harsha Totakura
2014-02-11trying to fix #3281Christian Grothoff
2014-02-02Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN
TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
2014-01-30fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff
GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
2014-01-24fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura
sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
2014-01-21incomplete code for finger and friend tablesSupriti Singh
2013-12-19-doxygen, fixing #3223Christian Grothoff
2013-12-19malloc -> newLRN
2013-12-11-do disconnect after continuations, to hopefullyf ix #3194Christian Grothoff
2013-12-06configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura
2013-10-12Change the tmp dir after .confLRN
2013-10-12- change --enable-ll to --enable-supermucSree Harsha Totakura
- define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
2013-10-09last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff
2013-10-09more work towards XDG spec (#3000) -- config file locationChristian Grothoff
2013-10-09-fixChristian Grothoff
2013-10-09migrating towards XDG configuration specification (#3000)Christian Grothoff
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-10-01-fix warningsChristian Grothoff
2013-09-30-towards addressing #3047, note this causes the code to FTBFSChristian Grothoff
2013-09-27-undo #29640, somehow causes problemsChristian Grothoff
2013-09-26moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff
paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
2013-09-23-cleanupChristian Grothoff
2013-09-16- replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold
2013-09-11-fix assertionChristian Grothoff
2013-09-11-fix assertionChristian Grothoff
2013-09-11Don't cancel if we didn't start watching anything in the first placeLRN
2013-09-09-check return valueChristian Grothoff