aboutsummaryrefslogtreecommitdiff
path: root/src/set
Commit message (Collapse)AuthorAge
* timeout for set testsFlorian Dold2014-06-04
|
* - 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 double-cancel of a set-handle
* - fixed corner case for the set-intersection computation formula for ↵Christian Fuchs2014-05-20
| | | | computation pair calculations with VERY few elements on one side
* 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 ↵Christian Fuchs2014-05-07
| | | | | | | | | | | tests. This commit happens because of the move from mesh->cadet. - reverted SP API back to the original design from 2012 (using key-value pairs) - SP now uses set intersection to determine common elements from the set provided by the user - values are sorted based on their keys after intersection - removed state tracking, as simple tracking is now insufficient. Just checking for conditions directly is easier readable and less buggy - modified/renamed SP message types to reflect the changed behavior of SP
* - 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 ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* - activated testcase for set intersection, as it not works correctlyChristian Fuchs2014-01-26
| | | | | | - some bugfixes for intersection - corrected a logics bug in intersection
* - 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
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* 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
| | | | - some minor bugfixing
* - further work on multipart receivingChristian Fuchs2013-12-18
| | | | | - removed the multipart-state from the statemachine again, as we can recognize multipart sending based on wether or not the bf_data pointer is null or not - simplified & refactored the multipart message format a bit
* - begin work on enhanced multipart receivingChristian Fuchs2013-12-16
| | | | - added msg handlers for multipart bfs
* - finished work on multipart sending in intersectionChristian Fuchs2013-12-16
| | | | | | - added getter for addressesPerElement from a bloomfilter - added multipart message format for intersection - added multipart message type for intersection
* - more work on multipart sendingChristian Fuchs2013-12-11
| | | | - separated bf-generation and reduction again, as this is now necessary with dynamic bf-lengths
* - 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
| | | | - Hatchet
* - more multipart funChristian Fuchs2013-12-09
| | | | - Make it so
* towards multipart msging for bloomfilters in set intersectionChristian Fuchs2013-12-09
|
* -rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use ↵Christian Grothoff2013-12-08
| | | | GNUNET_MESH_ prefix as we should
* -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 ↵Christian Grothoff2013-12-08
| | | | 'op', so we must not update 'op' after the call; however, it is a good idea to clean up the 'channel' field just before the call (#3164)
* -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
|