aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
Commit message (Collapse)AuthorAge
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* fix more 'make dist' issuesChristian Grothoff2018-01-02
|
* rename libgnunetcadetnew -> libgnunetcadetChristian Grothoff2017-03-13
|
* cleaning up set handlers, eliminating 2nd level demultiplexing and improving ↵Christian Grothoff2017-03-11
| | | | use of types
* add validation for inner consensus elementFlorian Dold2017-02-26
| | | | | The nested block validation requires the block context, and thus the evaluate callback not also receives the block context.
* move SET to use new MQ API properlyChristian Grothoff2017-02-17
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* don't attempt to build set profilers if testing is disabledDaniel Golle2017-01-10
|
* Also install set profiler.Florian Dold2015-12-11
|
* statistics in set profiler, temp. fix for saltFlorian Dold2015-10-07
|
* set statisticsFlorian Dold2015-10-07
|
* Fix make -jDavid Barksdale2015-10-07
|
* include element type in hashFlorian Dold2015-10-05
|
* SET service: accurate results for symmetric modeFlorian Dold2015-09-27
|
* add test case for 'GNUNET_SET_copy_lazy', fix bugsFlorian Dold2015-08-30
|
* improve test to check set union operation and to test with empty setsChristian Grothoff2015-03-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -rename fileChristian Grothoff2014-11-27
|
* -renamingChristian Grothoff2014-11-27
|
* -noinstChristian Grothoff2014-09-30
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* 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