aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
Commit message (Collapse)AuthorAge
* changing scheduler priorities to revert to DEFAULT instead of inheriting ↵Christian Grothoff2012-01-01
| | | | parent-task priority unless something else is explicitly specified
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* -version bumps for releaseChristian Grothoff2011-12-26
|
* -better loggingChristian Grothoff2011-12-25
|
* -fixChristian Grothoff2011-12-23
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* -actually initialize min_expiration fieldChristian Grothoff2011-12-19
|
* 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
* -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
|
* -implementing get_keys for postgresChristian Grothoff2011-12-17
|
* -implementting get_keys for mysql (2013)Christian Grothoff2011-12-16
|
* implementing get_keys API for sqlite datastore plugin (#2013)Christian Grothoff2011-12-16
|
* adding support for detection quota changes / missing bloomfilter files and ↵Christian Grothoff2011-12-15
| | | | reconstruction/recovery code
* store Bloomfilter with rest of datastore dataChristian Grothoff2011-12-15
|
* 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
* -undoChristian Grothoff2011-12-01
|
* LRN: Adding vectored exception handling for W32 (#1965)Christian Grothoff2011-12-01
| | | | | | | Whenever an exception occurs, and the process is not being debugged, it will run a debugger specified by GNUNET_DEBUGGER environment variable, and wait for it to attach. The net effect is the same as using JIT debugging (AeDebug), but without the stack being broken by SEH (because VEH has a priority over SEH), which allows for fuller backtraces for any exception, not just for GNUNET_abort() calls.
* -fixing indentationChristian Grothoff2011-11-29
|
* -reduce log levelChristian Grothoff2011-11-25
|
* introducing GNUNET_abortChristian Grothoff2011-11-05
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* use new quota parsing capabilities -- SVN 1875Christian Grothoff2011-11-03
|
* implementing #1747Christian Grothoff2011-11-03
|
* missing extra distsChristian Grothoff2011-10-30
|
* use LOG macro in datastore_api.cChristian Grothoff2011-10-10
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* dceChristian Grothoff2011-09-14
|
* better reportingChristian Grothoff2011-09-14
|
* simplifying configsChristian Grothoff2011-09-14
|
* do not start meshChristian Grothoff2011-09-14
|
* use INDEXED BY only for sqlite >= 3.7Christian Grothoff2011-09-14
|
* indentationChristian Grothoff2011-09-14
|
* indentingChristian Grothoff2011-09-14
|
* doxygenChristian Grothoff2011-09-02
|
* 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
|
* fixChristian Grothoff2011-08-03
|
* improve API, speed up mysqlChristian Grothoff2011-08-03
|
* improving sqlite performanceChristian Grothoff2011-08-03
|
* use sqlite PRNG also on insertionChristian Grothoff2011-08-02
|
* use postgres PRNG also on insertionChristian Grothoff2011-08-02
|
* 3 broken versions for sqliteChristian Grothoff2011-08-02
|
* significantly improving mysql performance - as planned a while agoChristian Grothoff2011-08-02
|
* do not autostart nseChristian Grothoff2011-07-18
|
* checkretChristian Grothoff2011-07-18
|