aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
Commit message (Collapse)AuthorAge
* -fixes for api change in testing librarySree Harsha Totakura2012-06-20
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -fixChristian Grothoff2012-06-10
|
* -typoChristian Grothoff2012-06-10
|
* -using new testing api to determine plugin nameChristian Grothoff2012-06-10
|
* -using testing in datastore testsChristian Grothoff2012-06-10
|
* -fixing #2405Christian Grothoff2012-06-07
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -fixChristian Grothoff2012-04-24
|
* -fixChristian Grothoff2012-04-24
|
* -fixChristian Grothoff2012-04-24
|
* -trying to fix test shutdown sequence if database not setupChristian Grothoff2012-04-24
|
* -removing legacy DEBUG ifdefsChristian Grothoff2012-04-23
|
* -fixChristian Grothoff2012-04-19
|
* -simplifying destruction of connections, cleaning up server API -- all for #2274Christian 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
* -fixChristian Grothoff2012-04-02
|
* -removing legacy #ifdefsChristian Grothoff2012-04-01
|
* -doxygenChristian Grothoff2012-03-23
|
* -check return codeChristian Grothoff2012-03-23
|
* 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