aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore_api.c
Commit message (Collapse)AuthorAge
* properly handle error on empty queueChristian Grothoff2017-03-10
|
* introduce warning if QE fails to make progressChristian Grothoff2017-03-10
|
* even nicer queue size optimization: insert-at-tail if we can instantly tell, ↵Christian Grothoff2017-02-23
| | | | always
* optimize queue-full case, reduce max queue size due to O(n) operationChristian Grothoff2017-02-23
|
* Remove unused GNUNET_DATASTORE_update() API callDavid Barksdale2017-02-20
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix leakChristian Grothoff2016-06-26
|
* refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ↵Christian Grothoff2016-06-24
| | | | backend
* fix over-allocation in datastore APIChristian Grothoff2016-06-24
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | 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()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -reduce autostarting for tests, reduce timeoutsChristian Grothoff2015-08-03
|
* -cleaning up test logic, modernizing calls, improving test documentationChristian Grothoff2015-08-03
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -indentation and comment fixesChristian Grothoff2015-03-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -improve logging to help diagnose #3593Christian Grothoff2015-02-02
|
* -reduce log level, this is expected on shutdownChristian Grothoff2015-02-02
|
* suspend server while handlers are not in placeChristian Grothoff2015-01-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -doxygen fixesChristian Grothoff2013-11-18
|
* -fixChristian Grothoff2013-11-18
|
* -doxygen, and likely fix for #2727Christian Grothoff2013-11-18
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -styleChristian Grothoff2013-01-25
|
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -reduce statistics (#2594)Christian Grothoff2012-10-23
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -removing legacy DEBUG ifdefsChristian Grothoff2012-04-23
|
* -fixChristian Grothoff2012-04-19
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* -call continuation lastChristian Grothoff2012-02-18
|
* adding min_expiration argument to GNUNET_DATASTORE_ContinuationWithStatus ↵Christian Grothoff2011-12-19
| | | | callback to communicate which content has a chance of being stored in the medium term
* -fixing indentationChristian Grothoff2011-11-29
|
* -reduce log levelChristian Grothoff2011-11-25
|
* use LOG macro in datastore_api.cChristian Grothoff2011-10-10
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* debugsChristian Grothoff2011-06-17
|
* more assertsChristian Grothoff2011-06-17
|
* fix 1708Christian Grothoff2011-06-17
|
* fixChristian Grothoff2011-06-16
|
* dncChristian Grothoff2011-06-16
|
* fixChristian Grothoff2011-06-13
|
* doxygenChristian Grothoff2011-06-13
|