aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
Commit message (Collapse)AuthorAge
* Update all am filesBart Polot2014-05-07
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* - activated testcase for set intersection, as it not works correctlyChristian Fuchs2014-01-26
| | | | | | - some bugfixes for intersection - corrected a logics bug in intersection
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* -fix build system issuesChristian Grothoff2013-12-23
|
* 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
* - implemented missing set functionalityFlorian Dold2013-11-05
| | | | | - secretsharing api changes
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* Remove streamBart Polot2013-07-16
|
* Replace mesh with new versionBart Polot2013-06-28
|
* Make building gnunet-testing lib optional.David Barksdale2013-06-27
| | | | | This is all because emscripten doesn't have getaddrinfo.
* - opaque mq structsFlorian Dold2013-06-19
| | | | | | | | - mq for mesh - faster hashing for IBFs - mesh replaces stream in set - new set profiler (work in progress)
* -there is no test_mq hereChristian Grothoff2013-06-03
|
* - 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
|
* forgot to add c fileFlorian Dold2013-04-27
|
* work on gnunet-set, isolated bug in streamFlorian Dold2013-04-27
|
* started implementing union operation for setFlorian Dold2013-04-24
|
* started implementing set api, draft for mqFlorian Dold2013-04-17
|
* added skeleton for gnunet setFlorian Dold2013-04-16