summaryrefslogtreecommitdiff
path: root/src/set
AgeCommit message (Expand)Author
2018-01-06check return valueChristian Grothoff
2018-01-05Fix potential NULL dereference warning.anryko
2018-01-02fix more 'make dist' issuesChristian Grothoff
2017-12-29Demote some log messagesDavid Barksdale
2017-12-03fix related to #4909/12605: force desirability of path if path is in useChristian Grothoff
2017-10-04delay cancelling listen operations to avoid rejecting operations before they ...Christian Grothoff
2017-10-02fix uninit listener fieldChristian Grothoff
2017-10-02disconnect CADET only after client count hits zeroChristian Grothoff
2017-07-03do not invoke callback after set operation destruction, should fix #5082Christian Grothoff
2017-06-25fix configuration parsing issue with inlines from configuration not in cwdChristian Grothoff
2017-06-20set: disconnect, don't destroy yetFlorian Dold
2017-06-20set: remove workaround to test if a set bug and not cadet was at faultFlorian Dold
2017-06-18set: adjust log typeFlorian Dold
2017-06-18consensus/set: saner log levelsFlorian Dold
2017-06-18CONSENSUS/SET: even uglier CADET workaroundsFlorian Dold
2017-06-18SET: add another CADET bug workaroundFlorian Dold
2017-06-11set: add 'over' message, since cadet does not reliably detect channel termina...Florian Dold
2017-03-25rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff
2017-03-16portingMarcello Stanisci
2017-03-15porting.Marcello Stanisci
2017-03-13renaming CADET APIs to match naming conventions again, now that the old symbo...Christian Grothoff
2017-03-13rename libgnunetcadetnew -> libgnunetcadetChristian Grothoff
2017-03-13major clean up and bugfixes of SETChristian Grothoff
2017-03-13indentation fixChristian Grothoff
2017-03-13improve logging, shutdown on error without timeout, do not destroy listener t...Christian Grothoff
2017-03-13improve logging, indentationChristian Grothoff
2017-03-12de-duplicate operation typesChristian Grothoff
2017-03-12always initialize HT upon state creationChristian Grothoff
2017-03-12add missing headersChristian Grothoff
2017-03-11fix logging, immediately switch to full set transmission if other peer has 0 ...Christian Grothoff
2017-03-11cleaning up set handlers, eliminating 2nd level demultiplexing and improving ...Christian Grothoff
2017-03-01eh, oopsFlorian Dold
2017-03-01missing newlineFlorian Dold
2017-03-01set: log set difference estimateFlorian Dold
2017-02-28allow destruction while iteration is activeFlorian Dold
2017-02-28set: fix make checkFlorian Dold
2017-02-28fix completely broken implementation of variable size elementsFlorian Dold
2017-02-28don't free element that is stack-allocated nowFlorian Dold
2017-02-28set profiler: allow variable element size via -w (width) optionFlorian Dold
2017-02-28set: destroy client mq properlyFlorian Dold
2017-02-28set: zero out listener to make tracking down bug easierFlorian Dold
2017-02-28set: adjust strata estimator biasFlorian Dold
2017-02-28set: different thresholdsFlorian Dold
2017-02-28set: more statisticsFlorian Dold
2017-02-28start with larger IBFFlorian Dold
2017-02-28higher constant before applying limitFlorian Dold
2017-02-28loggingFlorian Dold
2017-02-27implement revocation block plugin, get revocation test to pass againChristian Grothoff
2017-02-27fix set element type problem, make consensus workFlorian Dold
2017-02-27fix type error and test casesFlorian Dold