aboutsummaryrefslogtreecommitdiff
path: root/src/set
Commit message (Collapse)AuthorAge
...
* 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
* fixed bug from set-unionChristian Fuchs2013-11-20
| | | | | more work on set intersection, should now be logically complete except for the adaptive bloomfilter size
* work workChristian Fuchs2013-11-18
|
* more work on set intersectionChristian Fuchs2013-11-18
|
* more work on intersectionChristian Fuchs2013-11-18
|
* 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
* updated some more doxChristian Fuchs2013-11-11
|
* added functionality to send a BFChristian Fuchs2013-11-08
| | | | | | BF size is now sizeof(GNUNET_hashcode)
* added initial iterators for alice and bob to create their mutated ↵Christian Fuchs2013-11-08
| | | | bloomfilters and set-versions accordingly
* workworkChristian Fuchs2013-11-08
|
* 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
|
* - fixed assertion due to task not testing for shutdown as a reasonFlorian Dold2013-10-29
|
* more work on intersectionChristian Fuchs2013-10-21
|
* more work on set,Christian Fuchs2013-10-21
| | | | | commented out the intersection-change in set.c as the relevant code is not yet done
* re-synced set intersection code with union as a starting pointChristian Fuchs2013-10-21
| | | | | | added create for set-intersection
* -doxygen fixesChristian Grothoff2013-10-18
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identityChristian Grothoff2013-10-06
|
* -fixing misc FTBFS issuesChristian Grothoff2013-10-01
|
* -fixing build issues in fs/set related to #3047Christian Grothoff2013-09-30
|
* -doxygen, todos, minor code cleanupChristian Grothoff2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* - initialize element type in testFlorian Dold2013-09-16
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* Put missing UNIXONLY into set confLRN2013-09-15
|
* Fix memory allocation in set serviceLRN2013-09-07
|
* - initialize set type in test caseFlorian Dold2013-09-06
| | | | | | | - handle 1-peer consensus correcly - don't store peers in consensus api - updated consensus test case
* No valgrind by default, pleaseLRN2013-09-05
|
* doxygen typoFlorian Dold2013-08-27
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* - fixed generation issuesFlorian Dold2013-08-14
|
* -dceFlorian Dold2013-08-13
|
* -dceFlorian Dold2013-08-13
|
* - 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
* -old fixmeChristian Grothoff2013-08-12
|
* -consensus fixesFlorian Dold2013-07-24
|