aboutsummaryrefslogtreecommitdiff
path: root/src/set/set_api.c
Commit message (Expand)AuthorAge
* fix type error and test casesFlorian Dold2017-02-27
* include set size in result callback, needed by consensusFlorian Dold2017-02-27
* add option parsingFlorian Dold2017-02-24
* add set operation optionsFlorian Dold2017-02-23
* misc logging, no semantic changesChristian Grothoff2017-02-19
* append to TAIL of mutation list for processing in right orderChristian Grothoff2017-02-18
* fix crash issues in SETChristian Grothoff2017-02-17
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
* fix use-after-free issueChristian Grothoff2016-08-14
* -fix warningChristian Grothoff2016-08-03
* -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