aboutsummaryrefslogtreecommitdiff
path: root/src/set/set_api.c
Commit message (Expand)AuthorAge
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* allow empty/NULL context messageChristian Grothoff2016-06-29
* avoid deprecated API, use new connecT APIChristian Grothoff2016-06-19
* use new connecT APIChristian Grothoff2016-06-19
* redefine GNUNET_MQ_queue_for_connection_client to capture client handleChristian Grothoff2016-06-19
* partial refactoring, will cause FTBFS, to be completed ASAPChristian Grothoff2016-06-18
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* be more lenient in the set apiFlorian Dold2016-03-29
* -fix (C) noticesChristian Grothoff2016-01-19
* include element type in hashFlorian Dold2015-10-05
* work on consensus and setFlorian Dold2015-10-05
* SET service: accurate results for symmetric modeFlorian Dold2015-09-27
* set api changesFlorian 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
* -indentation and comment fixesChristian Grothoff2015-03-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 e...Christian Grothoff2014-12-24
* -avoid use after free during set intersection completionChristian Grothoff2014-11-30
* -misc fixes, in particular actually build bfChristian Grothoff2014-11-30
* -commentChristian Grothoff2014-11-27
* -simplify logicChristian 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
* 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
* - fix operation cancellation in SETFlorian Dold2014-02-10
* -remove trailing whitespaceChristian Grothoff2013-12-24
* - fixed use after free due to uncanceled taskFlorian Dold2013-11-27
* - check for null in mq/client when disconnecting listenersFlorian Dold2013-11-26
* fixed a bug where a set handle was used after freeFlorian Dold2013-11-22
* - some of the missing set union functionality implementedFlorian Dold2013-10-29
* -doxygen fixesChristian Grothoff2013-10-18
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -doxygen, todos, minor code cleanupChristian Grothoff2013-09-30
* - reset backoff for set listenerFlorian Dold2013-08-13
* - correct iteraion in multihashmapFlorian Dold2013-08-12
* - listener re-connects transparentlyFlorian Dold2013-08-12
* -old fixmeChristian Grothoff2013-08-12
* -consensus fixesFlorian Dold2013-07-24
* - set iterationFlorian Dold2013-07-23
* - pass set service disconnect to clientFlorian Dold2013-07-23
* - cancel uncommited set operation correctlyFlorian Dold2013-07-22
* -minor code cleanupChristian Grothoff2013-07-18
* - set service workingFlorian Dold2013-07-10
* doxygenFlorian Dold2013-06-25