aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
Commit message (Collapse)AuthorAge
...
* -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
|
* fix compiler warningsChristian Grothoff2016-05-06
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* 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
|
* check for __GLIBC__ before malloptingChristian Grothoff2015-06-16
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -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
* -cleaning up stats code, use separate structures per subsystem for faster ↵Christian Grothoff2014-12-23
| | | | processing
* -doxgen, use modern client APIChristian Grothoff2014-12-23
|
* adding single location for no_forcestart configuration listChristian Grothoff2014-12-11
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* -more version bumpingChristian Grothoff2014-04-08
|
* -ensure timeout forces call to continuation even if statistics service ↵Christian Grothoff2014-03-07
| | | | cannot be reached
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* trying to fix #3281Christian Grothoff2014-02-11
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* incomplete code for finger and friend tablesSupriti Singh2014-01-21
|
* -doxygen, fixing #3223Christian Grothoff2013-12-19
|
* malloc -> newLRN2013-12-19
|
* -do disconnect after continuations, to hopefullyf ix #3194Christian Grothoff2013-12-11
|
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* Change the tmp dir after .confLRN2013-10-12
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* -fixChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fix warningsChristian Grothoff2013-10-01
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* -cleanupChristian Grothoff2013-09-23
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -fix assertionChristian Grothoff2013-09-11
|
* -fix assertionChristian Grothoff2013-09-11
|
* Don't cancel if we didn't start watching anything in the first placeLRN2013-09-11
|
* -check return valueChristian Grothoff2013-09-09
|
* -only run python tests if we have pythonChristian Grothoff2013-08-25
|