aboutsummaryrefslogtreecommitdiff
path: root/src/set
Commit message (Collapse)AuthorAge
...
* de-duplicate operation typesChristian Grothoff2017-03-12
|
* always initialize HT upon state creationChristian Grothoff2017-03-12
|
* add missing headersChristian Grothoff2017-03-12
|
* fix logging, immediately switch to full set transmission if other peer has 0 ↵Christian Grothoff2017-03-11
| | | | elements
* cleaning up set handlers, eliminating 2nd level demultiplexing and improving ↵Christian Grothoff2017-03-11
| | | | use of types
* eh, oopsFlorian Dold2017-03-01
|
* missing newlineFlorian Dold2017-03-01
|
* set: log set difference estimateFlorian Dold2017-03-01
|
* allow destruction while iteration is activeFlorian Dold2017-02-28
|
* set: fix make checkFlorian Dold2017-02-28
|
* fix completely broken implementation of variable size elementsFlorian Dold2017-02-28
|
* don't free element that is stack-allocated nowFlorian Dold2017-02-28
|
* set profiler: allow variable element size via -w (width) optionFlorian Dold2017-02-28
|
* set: destroy client mq properlyFlorian Dold2017-02-28
|
* 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
|