aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.c
Commit message (Expand)AuthorAge
* - fix CADET-using servicesBart Polot2016-07-20
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* -fixChristian Grothoff2015-10-08
* add logic for strata compressionChristian Grothoff2015-10-08
* statistics in set profiler, temp. fix for saltFlorian Dold2015-10-07
* set statisticsFlorian Dold2015-10-07
* include element type in hashFlorian Dold2015-10-05
* work on consensus and setFlorian Dold2015-10-05
* - another fix to generation handling and lazy copyingFlorian Dold2015-10-03
* SET service: accurate results for symmetric modeFlorian Dold2015-09-27
* work on CONSENSUS and SETFlorian Dold2015-09-22
* add test case for 'GNUNET_SET_copy_lazy', fix bugsFlorian Dold2015-08-30
* work in progress: fix set bug, implement lazy copyFlorian Dold2015-08-30
* 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 e...Christian Grothoff2014-12-24
* -fix use after freeChristian Grothoff2014-12-19
* -bad NBO conversionChristian Grothoff2014-12-07
* -use keep as RC to address #3561Christian Grothoff2014-11-30
* -avoid use after free during set intersection completionChristian Grothoff2014-11-30
* -misc fixes, in particular actually build bfChristian Grothoff2014-11-30
* -fix nested context copyChristian Grothoff2014-11-29
* -fixing misc issues and bugs, including better termination logic for intersec...Christian Grothoff2014-11-28
* -rename fileChristian Grothoff2014-11-27
* adding logic to allow GNUNET_SET_iterate_cancelChristian Grothoff2014-11-27
* use and respect send_more field in IterAckMessageChristian Grothoff2014-11-27
* clean up internal set API, avoid copying context message needlesslyChristian Grothoff2014-11-27
* again, do not pass salt around, code cleanup, etc.Christian Grothoff2014-11-27
* remove additional variant of operation stateChristian Grothoff2014-11-27
* rename element's type field to 'element_type'Christian Grothoff2014-11-27
* eliminating useless salt argument, salt can be generated inside of gnunet-ser...Christian Grothoff2014-11-27
* -indentChristian Grothoff2014-11-24
* -indentChristian Grothoff2014-11-24
* -inline Christian Grothoff2014-11-24
* -do not do GC for each destroyed operation on client disconnectChristian Grothoff2014-11-24
* fixing collect_generation_garbage() complexity, doxygen, etc.Christian Grothoff2014-11-24
* Rename mesh->cadetBart Polot2014-05-07
* - don't kill clients if the set operation has already been destroyedFlorian Dold2014-02-10
* - fix operation cancellation in SETFlorian Dold2014-02-10
* - activated testcase for set intersection, as it not works correctlyChristian Fuchs2014-01-26
* make sure incoming request is not destroyed twiceFlorian Dold2013-12-25
* - destroy channel after timeoutFlorian Dold2013-12-24
* -fix setfault (op->vt can be NULL)Christian Grothoff2013-12-24
* -remove trailing whitespaceChristian Grothoff2013-12-24
* - begin work on enhanced multipart receivingChristian Fuchs2013-12-16
* - fixed use after free in set (#3188)Florian Dold2013-12-10
* - fix #3185 and #3184 in setFlorian Dold2013-12-09