aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
Commit message (Collapse)AuthorAge
...
* eliminating useless salt argument, salt can be generated inside of ↵Christian Grothoff2014-11-27
| | | | gnunet-service-set
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* - fixed wrong round comparison codeFlorian Dold2014-02-10
|
* - syntax errorFlorian Dold2014-02-10
|
* - correct handling of timeouts in consensusFlorian Dold2014-02-10
| | | | | - fixed segfault in secretsharing profiler
* Consensus does not really depend on mesh, does itLRN2014-02-04
|
* Fix consensus test to compile (whether it makes sense or not is up to dold)LRN2014-02-04
|
* - delete unused message typeFlorian Dold2014-02-03
|
* - consensus and secretsharing have both start time and deadlineFlorian Dold2014-02-03
|
* 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'
* 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 consensus test to compileLRN2014-01-08
|
* - profiler actually added to svnFlorian Dold2014-01-07
| | | | | | | | - test for signature segfault with secretsharing - rudimentary implementation of cooperative decryption - consensus uses absolute time instead of relative - working DKG without zero knowledge proofs
* -fix build system issuesChristian Grothoff2013-12-23
|
* malloc -> newLRN2013-12-19
|
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* -fixing indentation/doxygen/style issues and some memory leaks in ↵Christian Grothoff2013-12-05
| | | | gnunet-consensus-profiler
* - make transport and consensus ports java-portsFlorian Dold2013-10-21
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian 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 build issues in consensus related to #3047Christian 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
* - mem leakFlorian Dold2013-09-16
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* - doxygenFlorian Dold2013-09-16
|
* - give out run handle through which master controller's handle can be retrievedSree Harsha Totakura2013-09-06
|
* - 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
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* -doxygenChristian Grothoff2013-08-14
|
* - profiler can be verboseFlorian Dold2013-08-13
|
* - disable nse in the profiler configFlorian Dold2013-08-13
| | | | | - handle ghost peers correctly in exchange round
* - delayed requests correctly when in 'begin' roundFlorian Dold2013-08-13
|
* - proper shutdown sequence for set makes consensus happyFlorian Dold2013-08-13
|
* - rename gnunet-consensus to gnunet-consensus-profilerFlorian Dold2013-08-12
| | | | | | | | | ---This line, and those below, will be ignored-- D consensus/gnunet-consensus.c A + consensus/gnunet-consensus-profiler.c M consensus/Makefile.am
* - fixed profilerFlorian Dold2013-08-12
| | | | | - less INFO, more DEBUG
* - show received elements in consensus profilerFlorian Dold2013-08-12
|
* - fixed consensus for >2 peersFlorian Dold2013-08-12
|
* -consensus fixesFlorian Dold2013-07-24
|
* - return, don't breakFlorian Dold2013-07-23
|
* - modulo in shuffleFlorian Dold2013-07-23
|
* -send elements to clientFlorian Dold2013-07-23
|
* Remove streamBart Polot2013-07-16
|
* - set service workingFlorian Dold2013-07-10
| | | | | - set profiler
* doxygenFlorian 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)
* -notesChristian Grothoff2013-06-03
|