Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / set / gnunet-service-set_intersection.c
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-13 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-13 Julius BüngerMerge branch 'master'
2017-03-13 Christian Grothoffmajor clean up and bugfixes of SET
2017-03-12 Christian Grothoffde-duplicate operation types
2017-03-12 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-12 Christian Grothoffalways initialize HT upon state creation
2017-03-12 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-11 Christian Grothoffcleaning up set handlers, eliminating 2nd level demulti...
2017-02-16 Christian Grothoffmigrate SET service to new SERVICE API
2016-08-14 Christian Grothoffmigrating set to new CADET port API - tests now fail...
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-08 Christian Grothoffadd logic for strata compression
2015-08-30 Florian Doldfix inverted condition in set intersection
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-30 Christian Grothoff-code cleanups
2014-11-30 Christian Grothoff-use keep as RC to address #3561
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-29 Christian Grothoff-fix iteration set
2014-11-28 Christian Grothoff-fixing misc issues and bugs, including better terminat...
2014-11-27 Christian Grothoffuse separate struct for just sending #elements in set...
2014-11-27 Christian Grothoff-rename file
2014-11-27 Christian Grothoffclean up internal set API, avoid copying context messag...
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-11-07 Christian Grothoffmake set testcase fail to highlight issue #3490
2014-05-26 Christian Fuchs- fixed a double-free-race upon failing a set op
2014-05-26 Christian Fuchs- fixed bug in set which allows a peer to generate...
2014-05-20 Christian Fuchs- fixed corner case for the set-intersection computatio...
2014-05-07 Bart PolotRename mesh->cadet
2014-05-07 Christian FuchsWIP commit of scalar product 2.0. It is unfinished...
2014-01-26 Christian Fuchs- activated testcase for set intersection, as it not...
2013-12-24 Christian Grothoff-remove trailing whitespace
2013-12-18 Christian Fuchs- implemented output mode GNUNET_SET_RESULT_REMOVED...
2013-12-18 Christian Fuchs- added early success for fully disjoint intersection...
2013-12-18 Christian Fuchs- further work on multipart receiving
2013-12-16 Christian Fuchs- begin work on enhanced multipart receiving
2013-12-16 Christian Fuchs- finished work on multipart sending in intersection
2013-12-11 Christian Fuchs- more work on multipart sending
2013-12-10 Christian Grothoff-doxygen fixes
2013-12-09 Christian Fuchs- jummy, multiparts!
2013-12-09 Christian Fuchs- more multipart fun
2013-12-09 Christian Fuchstowards multipart msging for bloomfilters in set inters...
2013-12-05 Christian Grothoff-check return values of hashmap operations
2013-11-20 Christian Fuchsadded intersection to set's automake script
2013-11-20 Christian Fuchsfixed bug from set-union
2013-11-18 Christian Fuchswork work
2013-11-18 Christian Fuchsmore work on set intersection
2013-11-18 Christian Fuchsmore work on intersection
2013-11-14 Christian Fuchsadded new msg type
2013-11-11 Christian Fuchsadded many comments
2013-11-08 Christian Fuchsadded functionality to send a BF
2013-11-08 Christian Fuchsadded initial iterators for alice and bob to create...
2013-11-08 Christian Fuchsworkwork
2013-11-07 Christian Fuchsadded bloomfilter message struct
2013-10-21 Christian Fuchsmore work on intersection
2013-10-21 Christian Fuchsmore work on set,
2013-10-21 Christian Fuchsre-synced set intersection code with union as a startin...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-07 LRNFix memory allocation in set service
2013-08-24 Christian Grothoff-use GPLv3+ consistently
2013-06-26 Florian Dold- fixed tunnel context
2013-06-25 Florian Dolddoxygen
2013-06-25 Christian Fuchsa few more changes to the lib and the service for inter...
2013-06-25 Christian Fuchsinitial modifications to the set service to support...