aboutsummaryrefslogtreecommitdiff
path: root/src/set
Commit message (Collapse)AuthorAge
...
* set: zero out listener to make tracking down bug easierFlorian Dold2017-02-28
|
* set: adjust strata estimator biasFlorian Dold2017-02-28
|
* set: different thresholdsFlorian Dold2017-02-28
|
* set: more statisticsFlorian Dold2017-02-28
|
* start with larger IBFFlorian Dold2017-02-28
|
* higher constant before applying limitFlorian Dold2017-02-28
|
* loggingFlorian Dold2017-02-28
|
* implement revocation block plugin, get revocation test to pass againChristian Grothoff2017-02-27
|
* fix set element type problem, make consensus workFlorian Dold2017-02-27
|
* fix type error and test casesFlorian Dold2017-02-27
|
* fix missing nbo conversionFlorian Dold2017-02-27
|
* missing fileFlorian Dold2017-02-27
|
* include set size in result callback, needed by consensusFlorian Dold2017-02-27
|
* 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.
* fix state when requesting full IBFFlorian Dold2017-02-26
|
* disable valgrindChristian Grothoff2017-02-26
|
* Fix an initialization warning (GCC bug 53119)Руслан Ижбулатов2017-02-25
|
* W32: cast ntohl() result to uint32_tРуслан Ижбулатов2017-02-25
| | | | W32 version of ntohl() returns u_long. Thank you, Microsoft!
* add byzantine/force options to profilerFlorian Dold2017-02-24
|
* always send bigger set on full sendFlorian Dold2017-02-24
|
* add option parsingFlorian Dold2017-02-24
|
* minimal code cleanupChristian Grothoff2017-02-24
|
* implement union via sending whole setFlorian Dold2017-02-23
|
* add set operation optionsFlorian Dold2017-02-23
|
* commentsFlorian Dold2017-02-23
|
* abort union if we receive too little fresh elementsFlorian Dold2017-02-23
|
* fix misc typosChristian Grothoff2017-02-21
|
* misc logging, no semantic changesChristian Grothoff2017-02-19
|
* append to TAIL of mutation list for processing in right orderChristian Grothoff2017-02-18
|
* terminate instantly, even on failureChristian Grothoff2017-02-18
|
* fix testcaseChristian Grothoff2017-02-18
|
* no prefix for set eitherlurchi2017-02-18
|
* fix crash issues in SETChristian Grothoff2017-02-17
|
* move SET to use new MQ API properlyChristian Grothoff2017-02-17
|
* first, very rough conversion of SET service to new cadet client API (fails ↵Christian Grothoff2017-02-16
| | | | tests, as before)
* migrate SET service to new SERVICE APIChristian Grothoff2017-02-16
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* update ignore fileChristian Grothoff2017-01-25
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* don't attempt to build set profilers if testing is disabledDaniel Golle2017-01-10
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* use the correct type for dummy messagesChristian Grothoff2016-09-24
|
* -fix cov warningChristian Grothoff2016-08-26
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* migrating set to new CADET port API - tests now fail due to CADET issuesChristian Grothoff2016-08-14
|
* fix use-after-free issueChristian Grothoff2016-08-14
|
* -fix testcases, ensure shutdown works properlyChristian Grothoff2016-08-14
|
* -fix testcase shutdownChristian Grothoff2016-08-14
|
* -fix warningChristian Grothoff2016-08-03
|
* - fix CADET-using servicesBart Polot2016-07-20
|