aboutsummaryrefslogtreecommitdiff
path: root/src/set
Commit message (Expand)AuthorAge
* - fixed a double-free-race upon failing a set opChristian Fuchs2014-05-26
* - fixed bug in set which allows a peer to generate a malformed session setupChristian Fuchs2014-05-26
* - fixed corner case for the set-intersection computation formula for computat...Christian Fuchs2014-05-20
* Update all am filesBart Polot2014-05-07
* Rename mesh->cadetBart Polot2014-05-07
* WIP commit of scalar product 2.0. It is unfinished and does not yet pass test...Christian Fuchs2014-05-07
* - don't kill clients if the set operation has already been destroyedFlorian Dold2014-02-10
* - fix operation cancellation in SETFlorian Dold2014-02-10
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow TES...LRN2014-02-02
* fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@l...Christian Grothoff2014-01-30
* - activated testcase for set intersection, as it not works correctlyChristian Fuchs2014-01-26
* - added testcase for set intersectionChristian Fuchs2014-01-26
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
* make sure incoming request is not destroyed twiceFlorian Dold2013-12-25
* - destroy channel after timeoutFlorian Dold2013-12-24
* -fix setfault (op->vt can be NULL)Christian Grothoff2013-12-24
* -remove trailing whitespaceChristian Grothoff2013-12-24
* -fix build system issuesChristian Grothoff2013-12-23
* -use @AUTOSTART@Christian Grothoff2013-12-21
* -autostart setChristian Grothoff2013-12-21
* malloc -> newLRN2013-12-19
* - implemented output mode GNUNET_SET_RESULT_REMOVED in intersectionChristian Fuchs2013-12-18
* - added early success for fully disjoint intersection setsChristian Fuchs2013-12-18
* - further work on multipart receivingChristian Fuchs2013-12-18
* - begin work on enhanced multipart receivingChristian Fuchs2013-12-16
* - finished work on multipart sending in intersectionChristian Fuchs2013-12-16
* - more work on multipart sendingChristian Fuchs2013-12-11
* - fixed use after free in set (#3188)Florian Dold2013-12-10
* -doxygen fixesChristian Grothoff2013-12-10
* - fix #3185 and #3184 in setFlorian Dold2013-12-09
* - fix use after free in set union (#3178)Florian Dold2013-12-09
* - jummy, multiparts!Christian Fuchs2013-12-09
* - more multipart funChristian Fuchs2013-12-09
* towards multipart msging for bloomfilters in set intersectionChristian Fuchs2013-12-09
* -rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use GNUNET_...Christian Grothoff2013-12-08
* -doxygen and formatting and style fixesChristian Grothoff2013-12-08
* mark timeout task as done if it is run, fixes #3171Christian Grothoff2013-12-08
* -fix trailing spacesChristian Grothoff2013-12-08
* fix use-after-free: the call to mesh_channel_destroy will ultimately free 'op...Christian Grothoff2013-12-08
* -address warning, indicate not checking return value is intentionalChristian Grothoff2013-12-05
* -check return values of hashmap operationsChristian Grothoff2013-12-05
* - change mesh channel creation/notification APIBart Polot2013-12-05
* fix for mantis #0003156Matthias Wachs2013-12-05
* - log as debug when ibf fails to decode, instead of warningFlorian Dold2013-11-27
* - fixed use after free due to uncanceled taskFlorian Dold2013-11-27
* - fixed handling of incorrect channel portFlorian Dold2013-11-26
* - check for null in mq/client when disconnecting listenersFlorian Dold2013-11-26
* missign breakMatthias Wachs2013-11-26
* fixed a bug where a set handle was used after freeFlorian Dold2013-11-22
* added intersection to set's automake scriptChristian Fuchs2013-11-20