set: destroy client mq properly
[oweals/gnunet.git] / src / set / set.h
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
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-05 Florian Doldinclude element type in hash
2015-08-30 Florian Doldwork in progress: fix set bug, implement lazy copy
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-11-28 Christian Grothoff-doxygen
2014-11-27 Christian Grothoffuse separate struct for just sending #elements in set...
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 Grothoffeliminating useless salt argument, salt can be generate...
2013-10-29 Florian Dold- some of the missing set union functionality implemented
2013-08-24 Christian Grothoff-use GPLv3+ consistently
2013-08-12 Florian Dold- correct iteraion in multihashmap
2013-08-12 Florian Dold- listener re-connects transparently
2013-07-23 Florian Dold- set iteration
2013-07-10 Florian Dold- set service working
2013-06-03 Florian Dold- conclude for SET
2013-05-15 Christian Grothoff-comments for Florian
2013-05-15 Florian Doldtest cases for mq, set works
2013-04-30 Florian Doldfix / documentation
2013-04-29 Florian Doldfix
2013-04-24 Florian Doldstarted implementing union operation for set
2013-04-17 Florian Doldfix
2013-04-17 Florian Doldstarted implementing set api, draft for mq