aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/gnunet-service-datastore.c
Commit message (Collapse)AuthorAge
* suspend server while handlers are not in placeChristian Grothoff2015-01-07
|
* Workaround emscripten bug in returning int64_tDavid Barksdale2015-01-06
| | | | | Emscripten can't return a 64-bit integer from dynamically loaded code.
* Check return value of GNUNET_STATISTICS_getDavid Barksdale2015-01-05
| | | | | Or we could always call the callback with GNUNET_SYSERR.
* -delay serving requests until plugin is readyChristian Grothoff2014-12-24
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* fixing datastore-statistics interaction to ensure stats are properly written ↵Christian Grothoff2014-12-23
| | | | to disk on exit
* malloc -> newLRN2013-12-19
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -fixing #2656Christian Grothoff2012-11-18
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -simplifying destruction of connections, cleaning up server API -- all for #2274Christian Grothoff2012-04-19
|
* changing scheduler priorities to revert to DEFAULT instead of inheriting ↵Christian Grothoff2012-01-01
| | | | parent-task priority unless something else is explicitly specified
* -better loggingChristian Grothoff2011-12-25
|
* -fixChristian Grothoff2011-12-23
|
* -actually initialize min_expiration fieldChristian Grothoff2011-12-19
|
* -typoChristian Grothoff2011-12-19
|
* fixing calculation of Bloom filter size that was too large by 1024x because ↵Christian Grothoff2011-12-19
| | | | it was not adjusted when the unit for the quota was changed from kb to bytes
* -use plugin-specific bloomfilter file nameChristian Grothoff2011-12-18
|
* -track utilization by datastore plugin typeChristian Grothoff2011-12-18
|
* adding support for detection quota changes / missing bloomfilter files and ↵Christian Grothoff2011-12-15
| | | | reconstruction/recovery code
* Fixing #1976 by allowing allocations between INT_MAX and SIZE_MAX and at the ↵Christian Grothoff2011-12-06
| | | | same time limiting BF size for datastore to 2 GB. Also fixing infinite loop when creating BFs of sizes between 2-4 GB
* use new quota parsing capabilities -- SVN 1875Christian Grothoff2011-11-03
|
* dceChristian Grothoff2011-09-14
|
* 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
|
* fixing #1723Christian Grothoff2011-06-23
|
* trying to fix bus errorChristian Grothoff2011-06-20
|
* do not allow NULL for fnChristian Grothoff2011-06-16
|
* doxygenChristian Grothoff2011-06-13
|
* fixChristian Grothoff2011-05-06
|
* pass replChristian Grothoff2011-04-27
|
* datastore and fs fixes from EasterChristian Grothoff2011-04-26
|
* fixesChristian Grothoff2011-04-15
|
* debuggingChristian Grothoff2011-04-15
|
* fixcChristian Grothoff2011-04-06
|
* testChristian Grothoff2011-04-04
|
* renaming, fixesChristian Grothoff2011-04-04
|
* sqlite clean upChristian Grothoff2011-04-04
|
* improving datastore API --- not working yetChristian Grothoff2011-04-03
|
* new plugin APIChristian Grothoff2011-04-03
|
* communicate content already present betterChristian Grothoff2011-03-31
|
* moving plugin headersChristian Grothoff2010-11-05
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* Refactoring gnunet timeMatthias Wachs2010-10-27
|
* warn on problemsChristian Grothoff2010-10-20
|