clean up internal set API, avoid copying context message needlessly
[oweals/gnunet.git] / src / set / gnunet-service-set_union.c
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 Grothoffremove additional variant of operation state
2014-11-27 Christian Grothoffrename element's type field to 'element_type'
2014-11-24 Christian Grothoff-do not do GC for each destroyed operation on client...
2014-11-24 Christian Grothofffixing collect_generation_garbage() complexity, doxygen...
2014-05-07 Bart PolotRename mesh->cadet
2013-12-09 Florian Dold- fix use after free in set union (#3178)
2013-12-05 Christian Grothoff-address warning, indicate not checking return value...
2013-11-27 Florian Dold- log as debug when ibf fails to decode, instead of...
2013-11-26 Matthias Wachsmissign break
2013-11-20 Christian Fuchsfixed bug from set-union
2013-11-11 Christian Fuchsadded many comments
2013-11-07 Christian Fuchsadded bloomfilter message struct
2013-11-05 Florian Dold- implemented missing set functionality
2013-10-29 Florian Dold- some of the missing set union functionality implemented
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-fixing build issues in fs/set related to #3047
2013-09-07 LRNFix memory allocation in set service
2013-08-27 Florian Dolddoxygen typo
2013-08-24 Christian Grothoff-use GPLv3+ consistently
2013-08-14 Florian Dold- fixed generation issues
2013-08-13 Florian Dold- reset backoff for set listener
2013-08-13 Florian Dold- IBF alpha adjusted
2013-08-13 Florian Dold- proper shutdown sequence for set makes consensus...
2013-08-12 Florian Dold- correct iteraion in multihashmap
2013-08-12 Florian Dold- listener re-connects transparently
2013-07-24 Florian Dold-consensus fixes
2013-07-23 Florian Dold- extract context msg correctly
2013-07-23 Florian Dold- better debug logs, ibf tweak
2013-07-23 Florian Dold- set iteration
2013-07-23 Florian Dold- pass set service disconnect to client
2013-07-22 Florian Dold- handle cyclic IBFs and SEs correctly
2013-07-19 Florian Dold-missing return
2013-07-10 Christian Grothoff-no void
2013-07-10 Florian Dold- set service working
2013-06-26 Florian Doldcomment
2013-06-26 Florian Dolddoxygen
2013-06-26 Florian Dold- fixed tunnel context
2013-06-26 Florian Dold- fixed tunnel destruction/cleanup
2013-06-25 Florian Dolddoxygen
2013-06-25 Florian Doldcommented out calls to functions not yet implemented
2013-06-19 Florian Dold- opaque mq structs
2013-06-03 Florian Dold- conclude for SET
2013-05-29 Christian Grothoff-cleanup and some remarks
2013-05-22 Florian Dold- moved MQ to util
2013-05-15 Florian Doldremoved unnecessary malloc
2013-05-15 Florian Doldtest cases for mq, set works
2013-04-30 Florian Doldfix/docs
2013-04-30 Florian Doldfix / documentation
2013-04-30 Florian Doldimplemented most parts of the set service
2013-04-29 Florian Doldfix
2013-04-27 Florian Doldwork on gnunet-set, isolated bug in stream
2013-04-24 Florian Doldforgot to commit new files