aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.c
Commit message (Collapse)AuthorAge
* -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
|
* -bad NBO conversionChristian Grothoff2014-12-07
|
* -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 nested context copyChristian Grothoff2014-11-29
|
* -fixing misc issues and bugs, including better termination logic for ↵Christian Grothoff2014-11-28
| | | | intersection and salt handling
* -rename fileChristian 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
|
* Rename mesh->cadetBart Polot2014-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
|
* - activated testcase for set intersection, as it not works correctlyChristian Fuchs2014-01-26
| | | | | | - some bugfixes for intersection - corrected a logics bug in intersection
* 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
|
* - begin work on enhanced multipart receivingChristian Fuchs2013-12-16
| | | | - added msg handlers for multipart bfs
* - fixed use after free in set (#3188)Florian Dold2013-12-10
|
* - fix #3185 and #3184 in setFlorian Dold2013-12-09
|
* - fix use after free in set union (#3178)Florian Dold2013-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 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)
* - change mesh channel creation/notification APIBart Polot2013-12-05
|
* fix for mantis #0003156Matthias Wachs2013-12-05
|
* - fixed handling of incorrect channel portFlorian Dold2013-11-26
|
* added intersection to set's automake scriptChristian Fuchs2013-11-20
| | | | | | | | | | | renamed shared variable in set-service's common structure reordered code in intersection i assume: finished reworking intersection, still misses dynamic bloomfilter size re-added struct SetState to intersection, which keeps track of the newest (and only this!) element count in the set's hashmap. removed iterator over the set for counting (see line above) a bugfix here and there
* added new msg typeChristian Fuchs2013-11-14
| | | | | | more work on intersection
* Use encrypted MESH by defaultBart Polot2013-11-14
|
* updated some more doxChristian Fuchs2013-11-11
|
* added bloomfilter message structChristian Fuchs2013-11-07
| | | | | | | | | | | | | renamed set-union specific message types added set-intersection specific message type added intersection cancel API implementation added intersection create API implementation added intersection destroy API implementation added intersection peer_disconnect API implementation added intersection accept API imlementation stub added many prototypes for intersection operation handlers
* fixed guttenbergisch copypaste issueChristian Fuchs2013-11-06
|
* dokumentation monster session part 1Christian Fuchs2013-11-06
|
* - implemented missing set functionalityFlorian Dold2013-11-05
| | | | | - secretsharing api changes
* - some of the missing set union functionality implementedFlorian Dold2013-10-29
|