aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_union.c
Commit message (Collapse)AuthorAge
* Rename mesh->cadetBart Polot2014-05-07
|
* - fix use after free in set union (#3178)Florian Dold2013-12-09
|
* -address warning, indicate not checking return value is intentionalChristian Grothoff2013-12-05
|
* - log as debug when ibf fails to decode, instead of warningFlorian Dold2013-11-27
|
* missign breakMatthias Wachs2013-11-26
|
* fixed bug from set-unionChristian Fuchs2013-11-20
| | | | | more work on set intersection, should now be logically complete except for the adaptive bloomfilter size
* added many commentsChristian Fuchs2013-11-11
| | | | | | | | documented set-union state "machine" removed many deprecated struct-members from state, ops-spec improved doxygen-compliant
* 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
* - implemented missing set functionalityFlorian Dold2013-11-05
| | | | | - secretsharing api changes
* - some of the missing set union functionality implementedFlorian Dold2013-10-29
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fixing build issues in fs/set related to #3047Christian Grothoff2013-09-30
|
* Fix memory allocation in set serviceLRN2013-09-07
|
* doxygen typoFlorian Dold2013-08-27
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* - fixed generation issuesFlorian Dold2013-08-14
|
* - reset backoff for set listenerFlorian Dold2013-08-13
| | | | | - increase alpha
* - IBF alpha adjustedFlorian Dold2013-08-13
| | | | | | | | | - it's not an error to insert elements twice ---This line, and those below, will be ignored-- M set/gnunet-service-set.c M set/gnunet-service-set_union.c
* - proper shutdown sequence for set makes consensus happyFlorian Dold2013-08-13
|
* - correct iteraion in multihashmapFlorian Dold2013-08-12
| | | | | - iterate over elements with client ack in set
* - listener re-connects transparentlyFlorian Dold2013-08-12
| | | | | - bugs
* -consensus fixesFlorian Dold2013-07-24
|
* - extract context msg correctlyFlorian Dold2013-07-23
|
* - better debug logs, ibf tweakFlorian Dold2013-07-23
|
* - set iterationFlorian Dold2013-07-23
|
* - pass set service disconnect to clientFlorian Dold2013-07-23
|
* - handle cyclic IBFs and SEs correctlyFlorian Dold2013-07-22
|
* -missing returnFlorian Dold2013-07-19
|
* -no voidChristian Grothoff2013-07-10
|
* - set service workingFlorian Dold2013-07-10
| | | | | - set profiler
* 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
|
* 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
* -cleanup and some remarksChristian Grothoff2013-05-29
|
* - moved MQ to utilFlorian Dold2013-05-22
| | | | | | | - MQ support for stream - set api - starting to use set for consensus
* removed unnecessary mallocFlorian Dold2013-05-15
|
* test cases for mq, set worksFlorian Dold2013-05-15
|
* fix/docsFlorian Dold2013-04-30
|
* fix / documentationFlorian Dold2013-04-30
|
* implemented most parts of the set serviceFlorian Dold2013-04-30
|
* fixFlorian Dold2013-04-29
|
* work on gnunet-set, isolated bug in streamFlorian Dold2013-04-27
|
* forgot to commit new filesFlorian Dold2013-04-24