aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.c
Commit message (Expand)AuthorAge
* disconnect CADET only after client count hits zeroChristian Grothoff2017-10-02
* set: add 'over' message, since cadet does not reliably detect channel termina...Florian Dold2017-06-11
* renaming CADET APIs to match naming conventions again, now that the old symbo...Christian Grothoff2017-03-13
* major clean up and bugfixes of SETChristian Grothoff2017-03-13
* de-duplicate operation typesChristian Grothoff2017-03-12
* cleaning up set handlers, eliminating 2nd level demultiplexing and improving ...Christian Grothoff2017-03-11
* set: fix make checkFlorian Dold2017-02-28
* set profiler: allow variable element size via -w (width) optionFlorian Dold2017-02-28
* set: destroy client mq properlyFlorian Dold2017-02-28
* set: zero out listener to make tracking down bug easierFlorian Dold2017-02-28
* W32: cast ntohl() result to uint32_tРуслан Ижбулатов2017-02-25
* always send bigger set on full sendFlorian Dold2017-02-24
* add option parsingFlorian Dold2017-02-24
* minimal code cleanupChristian Grothoff2017-02-24
* implement union via sending whole setFlorian Dold2017-02-23
* append to TAIL of mutation list for processing in right orderChristian Grothoff2017-02-18
* fix crash issues in SETChristian Grothoff2017-02-17
* move SET to use new MQ API properlyChristian Grothoff2017-02-17
* first, very rough conversion of SET service to new cadet client API (fails te...Christian Grothoff2017-02-16
* migrate SET service to new SERVICE APIChristian Grothoff2017-02-16
* migrating set to new CADET port API - tests now fail due to CADET issuesChristian Grothoff2016-08-14
* - 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