aboutsummaryrefslogtreecommitdiff
path: root/src/set
Commit message (Expand)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 e...Christian Grothoff2014-12-24
* -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
* -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 intersec...Christian Grothoff2014-11-28
* -doxygenChristian Grothoff2014-11-28
* use separate struct for just sending #elements in set, and check message size...Christian Grothoff2014-11-27
* -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 gnunet-ser...Christian Grothoff2014-11-27
* -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 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