aboutsummaryrefslogtreecommitdiff
path: root/src/set
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -fix use after freeChristian Grothoff2014-12-19
|
* -fix bus errorChristian Grothoff2014-12-16
|
* -check return valuesChristian Grothoff2014-12-16
|
* -check return valuesChristian Grothoff2014-12-16
|
* do check message sizes in union p2p protocolChristian Grothoff2014-12-12
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* -bad NBO conversionChristian Grothoff2014-12-07
|
* -code cleanupsChristian Grothoff2014-11-30
|
* fix #3561Christian Grothoff2014-11-30
|
* -use keep as RC to address #3561Christian Grothoff2014-11-30
|
* -avoid use after free during set intersection completionChristian Grothoff2014-11-30
|
* -misc fixes, in particular actually build bfChristian Grothoff2014-11-30
|
* -fix iteration setChristian Grothoff2014-11-29
|
* -fix nested context copyChristian Grothoff2014-11-29
|
* -fixing misc issues and bugs, including better termination logic for ↵Christian Grothoff2014-11-28
| | | | intersection and salt handling
* -doxygenChristian Grothoff2014-11-28
|
* use separate struct for just sending #elements in set, and check message ↵Christian Grothoff2014-11-27
| | | | size before casting
* -stylistic fixesChristian Grothoff2014-11-27
|
* -rename fileChristian Grothoff2014-11-27
|
* -dox, indentationChristian Grothoff2014-11-27
|
* -renamingChristian Grothoff2014-11-27
|
* -commentChristian Grothoff2014-11-27
|
* -simplify logicChristian Grothoff2014-11-27
|
* adding logic to allow GNUNET_SET_iterate_cancelChristian Grothoff2014-11-27
|
* use and respect send_more field in IterAckMessageChristian Grothoff2014-11-27
|
* clean up internal set API, avoid copying context message needlesslyChristian Grothoff2014-11-27
|
* again, do not pass salt around, code cleanup, etc.Christian Grothoff2014-11-27
|
* remove additional variant of operation stateChristian Grothoff2014-11-27
|
* rename element's type field to 'element_type'Christian Grothoff2014-11-27
|
* eliminating useless salt argument, salt can be generated inside of ↵Christian Grothoff2014-11-27
| | | | gnunet-service-set
* -indentChristian Grothoff2014-11-24
|
* -indentChristian Grothoff2014-11-24
|
* -inline Christian Grothoff2014-11-24
|
* -do not do GC for each destroyed operation on client disconnectChristian Grothoff2014-11-24
|
* fixing collect_generation_garbage() complexity, doxygen, etc.Christian Grothoff2014-11-24
|
* make set testcase fail to highlight issue #3490Christian Grothoff2014-11-07
|
* -noinstChristian Grothoff2014-09-30
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* 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
|