allow destruction while iteration is active
[oweals/gnunet.git] / src / set / set_api.c
2017-02-28 Florian Doldallow destruction while iteration is active
2017-02-27 Florian Doldfix type error and test cases
2017-02-27 Florian Doldinclude set size in result callback, needed by consensus
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-24 Florian Doldadd option parsing
2017-02-23 Florian Doldadd set operation options
2017-02-19 Christian Grothoffmisc logging, no semantic changes
2017-02-18 Christian Grothoffappend to TAIL of mutation list for processing in right...
2017-02-17 Christian Grothofffix crash issues in SET
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-14 Christian Grothofffix use-after-free issue
2016-08-03 Christian Grothoff-fix warning
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-06-29 Christian Grothoffallow empty/NULL context message
2016-06-19 Christian Grothoffavoid deprecated API, use new connecT API
2016-06-19 Christian Grothoffuse new connecT API
2016-06-19 Christian Grothoffredefine GNUNET_MQ_queue_for_connection_client to captu...
2016-06-18 Christian Grothoffpartial refactoring, will cause FTBFS, to be completed...
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-03-29 Florian Doldbe more lenient in the set api
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-05 Florian Doldinclude element type in hash
2015-10-05 Florian Doldwork on consensus and set
2015-09-27 Florian DoldSET service: accurate results for symmetric mode
2015-09-22 Florian Doldset api changes
2015-08-30 Florian Doldadd test case for 'GNUNET_SET_copy_lazy', fix bugs
2015-08-30 Florian Doldwork in progress: fix set bug, implement lazy copy
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-03-07 Christian Grothoff-indentation and comment fixes
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-11-30 Christian Grothoff-avoid use after free during set intersection completion
2014-11-30 Christian Grothoff-misc fixes, in particular actually build bf
2014-11-27 Christian Grothoff-comment
2014-11-27 Christian Grothoff-simplify logic
2014-11-27 Christian Grothoffadding logic to allow GNUNET_SET_iterate_cancel
2014-11-27 Christian Grothoffuse and respect send_more field in IterAckMessage
2014-11-27 Christian Grothoffclean up internal set API, avoid copying context messag...
2014-11-27 Christian Grothoffagain, do not pass salt around, code cleanup, etc.
2014-11-27 Christian Grothoffrename element's type field to 'element_type'
2014-11-27 Christian Grothoffeliminating useless salt argument, salt can be generate...
2014-02-10 Florian Dold- fix operation cancellation in SET
2013-12-24 Christian Grothoff-remove trailing whitespace
2013-11-27 Florian Dold- fixed use after free due to uncanceled task
2013-11-26 Florian Dold- check for null in mq/client when disconnecting listeners
2013-11-22 Florian Doldfixed a bug where a set handle was used after free
2013-10-29 Florian Dold- some of the missing set union functionality implemented
2013-10-18 Christian Grothoff-doxygen fixes
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-doxygen, todos, minor code cleanup
2013-08-13 Florian Dold- reset backoff for set listener
2013-08-12 Florian Dold- correct iteraion in multihashmap
2013-08-12 Florian Dold- listener re-connects transparently
2013-08-12 Christian Grothoff-old fixme
2013-07-24 Florian Dold-consensus fixes
2013-07-23 Florian Dold- set iteration
2013-07-23 Florian Dold- pass set service disconnect to client
2013-07-22 Florian Dold- cancel uncommited set operation correctly
2013-07-18 Christian Grothoff-minor code cleanup
2013-07-10 Florian Dold- set service working
2013-06-25 Florian Dolddoxygen
2013-06-19 Florian Dold- opaque mq structs
2013-06-03 Florian Dold- conclude for SET
2013-05-22 Florian Dold- moved MQ to util
2013-05-15 Florian Doldtest cases for mq, set works
2013-04-30 Florian Doldimplemented most parts of the set service
2013-04-27 Florian Doldwork on gnunet-set, isolated bug in stream
2013-04-24 Florian Doldstarted implementing union operation for set
2013-04-17 Florian Doldfix
2013-04-17 Florian Doldfix
2013-04-17 Florian Doldfix
2013-04-17 Florian Doldstarted implementing set api, draft for mq
2013-04-16 Florian Doldadded skeleton for gnunet set