aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
Commit message (Collapse)AuthorAge
* BUILD: Move set/consensus/secretsharing to contrib/serviceMartin Schanzenbach2023-10-19
|
* -fix typosChristian Grothoff2021-04-26
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* change CADET channel destroy API to not call the callback if the client ↵Christian Grothoff2018-08-09
| | | | initiated the channel's destruction
* -comments: the world ain't all malepsyc://loupsycedyglgamf.onion/~lynX2018-06-27
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* major clean up and bugfixes of SETChristian Grothoff2017-03-13
|
* de-duplicate operation typesChristian Grothoff2017-03-12
|
* cleaning up set handlers, eliminating 2nd level demultiplexing and improving ↵Christian Grothoff2017-03-11
| | | | use of types
* add option parsingFlorian Dold2017-02-24
|
* fix misc typosChristian Grothoff2017-02-21
|
* migrate SET service to new SERVICE APIChristian Grothoff2017-02-16
|
* migrating set to new CADET port API - tests now fail due to CADET issuesChristian Grothoff2016-08-14
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* add logic for strata compressionChristian Grothoff2015-10-08
|
* set statisticsFlorian Dold2015-10-07
|
* - another fix to generation handling and lazy copyingFlorian Dold2015-10-03
|
* work on CONSENSUS and SETFlorian Dold2015-09-22
| | | | | | - byzantine consensus work in progress - fix SET generation handling
* add test case for 'GNUNET_SET_copy_lazy', fix bugsFlorian Dold2015-08-30
|
* work in progress: fix set bug, implement lazy copyFlorian Dold2015-08-30
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -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
|