Age | Commit message (Expand) | Author |
2018-01-06 | check return value | Christian Grothoff |
2018-01-05 | Fix potential NULL dereference warning. | anryko |
2018-01-02 | fix more 'make dist' issues | Christian Grothoff |
2017-12-29 | Demote some log messages | David Barksdale |
2017-12-03 | fix related to #4909/12605: force desirability of path if path is in use | Christian Grothoff |
2017-10-04 | delay cancelling listen operations to avoid rejecting operations before they ... | Christian Grothoff |
2017-10-02 | fix uninit listener field | Christian Grothoff |
2017-10-02 | disconnect CADET only after client count hits zero | Christian Grothoff |
2017-07-03 | do not invoke callback after set operation destruction, should fix #5082 | Christian Grothoff |
2017-06-25 | fix configuration parsing issue with inlines from configuration not in cwd | Christian Grothoff |
2017-06-20 | set: disconnect, don't destroy yet | Florian Dold |
2017-06-20 | set: remove workaround to test if a set bug and not cadet was at fault | Florian Dold |
2017-06-18 | set: adjust log type | Florian Dold |
2017-06-18 | consensus/set: saner log levels | Florian Dold |
2017-06-18 | CONSENSUS/SET: even uglier CADET workarounds | Florian Dold |
2017-06-18 | SET: add another CADET bug workaround | Florian Dold |
2017-06-11 | set: add 'over' message, since cadet does not reliably detect channel termina... | Florian Dold |
2017-03-25 | rename GNUNET_GETOPT functions to achieve better consistency | Christian Grothoff |
2017-03-16 | porting | Marcello Stanisci |
2017-03-15 | porting. | Marcello Stanisci |
2017-03-13 | renaming CADET APIs to match naming conventions again, now that the old symbo... | Christian Grothoff |
2017-03-13 | rename libgnunetcadetnew -> libgnunetcadet | Christian Grothoff |
2017-03-13 | major clean up and bugfixes of SET | Christian Grothoff |
2017-03-13 | indentation fix | Christian Grothoff |
2017-03-13 | improve logging, shutdown on error without timeout, do not destroy listener t... | Christian Grothoff |
2017-03-13 | improve logging, indentation | Christian Grothoff |
2017-03-12 | de-duplicate operation types | Christian Grothoff |
2017-03-12 | always initialize HT upon state creation | Christian Grothoff |
2017-03-12 | add missing headers | Christian Grothoff |
2017-03-11 | fix logging, immediately switch to full set transmission if other peer has 0 ... | Christian Grothoff |
2017-03-11 | cleaning up set handlers, eliminating 2nd level demultiplexing and improving ... | Christian Grothoff |
2017-03-01 | eh, oops | Florian Dold |
2017-03-01 | missing newline | Florian Dold |
2017-03-01 | set: log set difference estimate | Florian Dold |
2017-02-28 | allow destruction while iteration is active | Florian Dold |
2017-02-28 | set: fix make check | Florian Dold |
2017-02-28 | fix completely broken implementation of variable size elements | Florian Dold |
2017-02-28 | don't free element that is stack-allocated now | Florian Dold |
2017-02-28 | set profiler: allow variable element size via -w (width) option | Florian Dold |
2017-02-28 | set: destroy client mq properly | Florian Dold |
2017-02-28 | set: zero out listener to make tracking down bug easier | Florian Dold |
2017-02-28 | set: adjust strata estimator bias | Florian Dold |
2017-02-28 | set: different thresholds | Florian Dold |
2017-02-28 | set: more statistics | Florian Dold |
2017-02-28 | start with larger IBF | Florian Dold |
2017-02-28 | higher constant before applying limit | Florian Dold |
2017-02-28 | logging | Florian Dold |
2017-02-27 | implement revocation block plugin, get revocation test to pass again | Christian Grothoff |
2017-02-27 | fix set element type problem, make consensus work | Florian Dold |
2017-02-27 | fix type error and test cases | Florian Dold |