aboutsummaryrefslogtreecommitdiff
path: root/src/set/set_api.c
Commit message (Expand)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* Fix potential NULL dereference warning.anryko2018-01-05
* do not invoke callback after set operation destruction, should fix #5082Christian Grothoff2017-07-03
* set: adjust log typeFlorian Dold2017-06-18
* improve logging, indentationChristian Grothoff2017-03-13
* cleaning up set handlers, eliminating 2nd level demultiplexing and improving ...Christian Grothoff2017-03-11
* allow destruction while iteration is activeFlorian Dold2017-02-28
* 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