aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
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
* -use keep as RC to address #3561Christian Grothoff2014-11-30
|
* adding logic to allow GNUNET_SET_iterate_cancelChristian Grothoff2014-11-27
|
* clean up internal set API, avoid copying context message needlesslyChristian Grothoff2014-11-27
|
* remove additional variant of operation stateChristian Grothoff2014-11-27
|
* eliminating useless salt argument, salt can be generated inside of ↵Christian Grothoff2014-11-27
| | | | gnunet-service-set
* -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
|
* - fix use after free in set union (#3178)Florian Dold2013-12-09
|
* -fix trailing spacesChristian Grothoff2013-12-08
|
* 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
|
* added many commentsChristian Fuchs2013-11-11
| | | | | | | | documented set-union state "machine" removed many deprecated struct-members from state, ops-spec improved doxygen-compliant
* - implemented missing set functionalityFlorian Dold2013-11-05
| | | | | - secretsharing api changes
* - some of the missing set union functionality implementedFlorian Dold2013-10-29
|
* re-synced set intersection code with union as a starting pointChristian Fuchs2013-10-21
| | | | | | added create for set-intersection
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fixing build issues in fs/set related to #3047Christian Grothoff2013-09-30
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* - correct iteraion in multihashmapFlorian Dold2013-08-12
| | | | | - iterate over elements with client ack in set
* - set iterationFlorian Dold2013-07-23
|
* - set service workingFlorian Dold2013-07-10
| | | | | - set profiler
* Replace mesh with new versionBart Polot2013-06-28
|
* -removing unnecessary key from regex blocks, compacting some of the other fieldsChristian Grothoff2013-06-26
|
* commentFlorian Dold2013-06-26
|
* doxygenFlorian Dold2013-06-26
|
* - fixed tunnel contextFlorian Dold2013-06-26
| | | | | - moved logic out of specific operations
* - fixed tunnel destruction/cleanupFlorian Dold2013-06-26
| | | | | - peers can connect before the listener
* doxygenFlorian Dold2013-06-25
|
* mesh bug for bartFlorian Dold2013-06-25
|
* commented out calls to functions not yet implementedFlorian Dold2013-06-25
|
* - opaque mq structsFlorian Dold2013-06-19
| | | | | | | | - mq for mesh - faster hashing for IBFs - mesh replaces stream in set - new set profiler (work in progress)
* - conclude for SETFlorian Dold2013-06-03
| | | | | - consensus with SET
* - moved MQ to utilFlorian Dold2013-05-22
| | | | | | | - MQ support for stream - set api - starting to use set for consensus
* test cases for mq, set worksFlorian Dold2013-05-15
|
* fix/docsFlorian Dold2013-04-30
|
* implemented most parts of the set serviceFlorian Dold2013-04-30
|
* work on gnunet-set, isolated bug in streamFlorian Dold2013-04-27
|
* -commentsChristian Grothoff2013-04-24
|
* forgot to commit new filesFlorian Dold2013-04-24