aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-set-profiler.c
Commit message (Collapse)AuthorAge
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* update statistics API to use new MQ API style, also get rid of timeout argumentChristian Grothoff2016-06-21
|
* 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
|
* Set statisticsFlorian Dold2015-12-11
|
* statistics in set profiler, temp. fix for saltFlorian Dold2015-10-07
|
* SET service: accurate results for symmetric modeFlorian Dold2015-09-27
|
* set api changesFlorian Dold2015-09-22
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* rename element's type field to 'element_type'Christian Grothoff2014-11-27
|
* eliminating useless salt argument, salt can be generated inside of ↵Christian Grothoff2014-11-27
| | | | gnunet-service-set
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identityChristian Grothoff2013-10-06
|
* -fixing build issues in fs/set related to #3047Christian Grothoff2013-09-30
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* - fixed generation issuesFlorian Dold2013-08-14
|
* - set service workingFlorian Dold2013-07-10
| | | | | - set profiler
* doxygenFlorian Dold2013-06-25
|
* mesh bug for bartFlorian Dold2013-06-25
|
* - opaque mq structsFlorian Dold2013-06-19
- mq for mesh - faster hashing for IBFs - mesh replaces stream in set - new set profiler (work in progress)