aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
Commit message (Collapse)AuthorAge
* adding libgnunetpostgres for shared postgres functionality between postgres ↵Christian Grothoff2012-03-22
| | | | datastore/datacache backends
* -docsChristian Grothoff2012-03-22
|
* -using new mysql helper library also with datastoreChristian Grothoff2012-03-21
|
* adding API for short (256-bit) hash codesChristian Grothoff2012-03-19
|
* -do not load namestoreChristian Grothoff2012-03-05
|
* -autostartsChristian Grothoff2012-02-28
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* -call continuation lastChristian Grothoff2012-02-18
|
* -do warnChristian Grothoff2012-01-25
|
* change default configurations on systems with UNIX domain sockets to NOT ↵Christian Grothoff2012-01-13
| | | | specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default
* -fixChristian Grothoff2012-01-08
|
* -fixing compile errors in testsChristian Grothoff2012-01-03
|
* 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
|