Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-08 | -fix loglevel | Christian Grothoff | |
2016-07-06 | misc fixes | Christian Grothoff | |
2016-06-26 | -fix leak | Christian Grothoff | |
2016-06-25 | -sane log level | Christian Grothoff | |
2016-06-24 | refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ↵ | Christian Grothoff | |
backend | |||
2016-06-24 | fix over-allocation in datastore API | Christian Grothoff | |
2016-06-24 | fix plugin datastore mysql | Christophe Genevey Metat | |
2016-06-24 | fix plugin datastore mysql | Christophe Genevey Metat | |
2016-06-24 | fixing compiler warnings... | Christian Grothoff | |
2016-06-24 | continue to fix execute select | Christophe Genevey Metat | |
2016-06-23 | continue to fix execute select | Christophe Genevey Metat | |
2016-06-22 | plugin datastore mysql | Christophe Genevey Metat | |
2016-06-22 | plugin datastore mysql | Christophe Genevey Metat | |
2016-06-21 | update statistics API to use new MQ API style, also get rid of timeout argument | Christian Grothoff | |
2016-06-21 | towards fixing mysql plugin | Christian Grothoff | |
2016-06-21 | plugin datastore mysql | Christophe Genevey Metat | |
2016-06-21 | plugin datastore mysql | Christophe Genevey Metat | |
2016-06-20 | use c99 | Christian Grothoff | |
2016-06-18 | - revert to r37134. Broken build | Martin Schanzenbach | |
2016-06-17 | plugin datastore mysql | Christophe Genevey Metat | |
2016-05-06 | fixing compiler warnings | Christian Grothoff | |
2016-04-30 | implementing new scheduler shutdown semantics | Christian Grothoff | |
2016-04-09 | small API change: do no longer pass rarely needed ↵ | Christian Grothoff | |
GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context() | |||
2016-03-14 | -bugfix, adding comments, fixing indent | Christian Grothoff | |
2016-02-06 | make some more use of libgnunetpq | Christian Grothoff | |
2016-01-19 | -fix (C) notices | Christian Grothoff | |
2015-11-28 | Fix UAF in asynchronous datastore plugins | David Barksdale | |
2015-09-29 | report skipped tests, doxygen fixes | Christian Grothoff | |
2015-09-05 | -fix | Christian Grothoff | |
2015-08-03 | extend datastore performance tests to cover scenario described in #3903 -- ↵ | Christian Grothoff | |
but no issue discovered | |||
2015-08-03 | -reduce autostarting for tests, reduce timeouts | Christian Grothoff | |
2015-08-03 | -cleaning up test logic, modernizing calls, improving test documentation | Christian Grothoff | |
2015-07-18 | -adding missing 'const' decls, fixing indentation / doxygen a bit | Christian Grothoff | |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff | |
2015-06-02 | -noinst-ing non-functional binaries/libraries that just exist as ↵ | Christian Grothoff | |
examples/templates | |||
2015-05-20 | -work around stupid GCC warning (#3791) | Christian Grothoff | |
2015-03-23 | -no NSE | Christian Grothoff | |
2015-03-21 | Convert datastore plugin API to asynchronous | David Barksdale | |
2015-03-07 | -indentation and comment fixes | Christian Grothoff | |
2015-03-07 | -fix segv | Christian Grothoff | |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff | |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff | |
2015-02-02 | -improve logging to help diagnose #3593 | Christian Grothoff | |
2015-02-02 | -reduce log level, this is expected on shutdown | Christian Grothoff | |
2015-01-07 | suspend server while handlers are not in place | Christian Grothoff | |
2015-01-06 | Workaround emscripten bug in returning int64_t | David Barksdale | |
Emscripten can't return a 64-bit integer from dynamically loaded code. | |||
2015-01-05 | Check return value of GNUNET_STATISTICS_get | David Barksdale | |
Or we could always call the callback with GNUNET_SYSERR. | |||
2014-12-24 | -delay serving requests until plugin is ready | Christian Grothoff | |
2014-12-24 | making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵ | Christian Grothoff | |
even fully address #3247 | |||
2014-12-23 | fixing datastore-statistics interaction to ensure stats are properly written ↵ | Christian Grothoff | |
to disk on exit |