aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
AgeCommit message (Collapse)Author
2012-11-13fixing bloomfilter reconstruction after quota change, iterator for sqlite ↵grothoff
failed to return keys due to off-by-one error git-svn-id: https://gnunet.org/svn/gnunet@24928 140774ce-b5e7-0310-ab8b-a85725594a96
2012-10-30Fix ENABLE_NLS usageLRN
ENABLE_NLS is for gettext only, it's not an indicator of nl_langinfo availability. Use unistring instead of nl_langinfo, since unistring is always there. GNUnet supports UTF-8 now (or should support), so most conversions are unnecessary anyway. git-svn-id: https://gnunet.org/svn/gnunet@24624 140774ce-b5e7-0310-ab8b-a85725594a96
2012-09-27reducing error messages about missing configuration options by introducing ↵grothoff
new helper functions to print them uniformly git-svn-id: https://gnunet.org/svn/gnunet@24060 140774ce-b5e7-0310-ab8b-a85725594a96
2012-06-12-consistently use struct GNUNET_HashCodegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@21926 140774ce-b5e7-0310-ab8b-a85725594a96
2012-04-01-removing legacy #ifdefsgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@20839 140774ce-b5e7-0310-ab8b-a85725594a96
2012-01-25-do warngrothoff
git-svn-id: https://gnunet.org/svn/gnunet@19366 140774ce-b5e7-0310-ab8b-a85725594a96
2011-12-16implementing get_keys API for sqlite datastore plugin (#2013)grothoff
git-svn-id: https://gnunet.org/svn/gnunet@18653 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-04curly wars / auto-indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@18000 140774ce-b5e7-0310-ab8b-a85725594a96
2011-10-04LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsgrothoff
(#1805). git-svn-id: https://gnunet.org/svn/gnunet@17173 140774ce-b5e7-0310-ab8b-a85725594a96
2011-09-14use INDEXED BY only for sqlite >= 3.7grothoff
git-svn-id: https://gnunet.org/svn/gnunet@16835 140774ce-b5e7-0310-ab8b-a85725594a96
2011-09-14indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16833 140774ce-b5e7-0310-ab8b-a85725594a96
2011-09-14indentinggrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16832 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-29run indent twice, it alternates between two 'canonical' forms, also run ↵grothoff
whitespace remover git-svn-id: https://gnunet.org/svn/gnunet@16620 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-15indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16583 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-15indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16581 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-03improve API, speed up mysqlgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16350 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-03improving sqlite performancegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16349 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-02use sqlite PRNG also on insertiongrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16342 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-023 broken versions for sqlitegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16340 140774ce-b5e7-0310-ab8b-a85725594a96
2011-07-18checkretgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16070 140774ce-b5e7-0310-ab8b-a85725594a96
2011-07-16checkretgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16045 140774ce-b5e7-0310-ab8b-a85725594a96
2011-06-13doxygengrothoff
git-svn-id: https://gnunet.org/svn/gnunet@15554 140774ce-b5e7-0310-ab8b-a85725594a96
2011-06-10fixing datastore schema for future change for improved performancegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@15550 140774ce-b5e7-0310-ab8b-a85725594a96
2011-05-05fixgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@15162 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-28nodebuggrothoff
git-svn-id: https://gnunet.org/svn/gnunet@15098 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-27pass replgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@15085 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-26datastore and fs fixes from Eastergrothoff
git-svn-id: https://gnunet.org/svn/gnunet@15078 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-13getting mysql code to compile again, fixes to sqlite codegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@14976 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-06fixcgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@14903 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-05insanitygrothoff
git-svn-id: https://gnunet.org/svn/gnunet@14870 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-04renaming, fixesgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@14852 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-04removing dead API callsgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@14850 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-04sqlite clean upgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@14845 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-03improving datastore API --- not working yetgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@14835 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-03first hack at implementing new replication select codegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@14834 140774ce-b5e7-0310-ab8b-a85725594a96
2011-04-03new plugin APIgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@14833 140774ce-b5e7-0310-ab8b-a85725594a96
2010-12-20git-svn-id: https://gnunet.org/svn/gnunet@13942 ↵wachs
140774ce-b5e7-0310-ab8b-a85725594a96
2010-12-20removing "unused variable" errorwachs
git-svn-id: https://gnunet.org/svn/gnunet@13941 140774ce-b5e7-0310-ab8b-a85725594a96
2010-12-19fixgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@13937 140774ce-b5e7-0310-ab8b-a85725594a96
2010-12-19LRN patch from SVN 1630grothoff
git-svn-id: https://gnunet.org/svn/gnunet@13933 140774ce-b5e7-0310-ab8b-a85725594a96
2010-11-08seaspiderygrothoff
git-svn-id: https://gnunet.org/svn/gnunet@13620 140774ce-b5e7-0310-ab8b-a85725594a96
2010-11-05moving plugin headersgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@13571 140774ce-b5e7-0310-ab8b-a85725594a96
2010-11-05big scheduler refactoring, expect some issuesnevans
git-svn-id: https://gnunet.org/svn/gnunet@13565 140774ce-b5e7-0310-ab8b-a85725594a96
2010-11-01fixes from LRN for DEBUG codegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@13485 140774ce-b5e7-0310-ab8b-a85725594a96
2010-10-27Refactoring gnunet timewachs
git-svn-id: https://gnunet.org/svn/gnunet@13419 140774ce-b5e7-0310-ab8b-a85725594a96
2010-09-18nicer error msgsgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@13015 140774ce-b5e7-0310-ab8b-a85725594a96
2010-08-28train hacksgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@12756 140774ce-b5e7-0310-ab8b-a85725594a96
2010-08-14solvedgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@12553 140774ce-b5e7-0310-ab8b-a85725594a96
2010-07-02gpl3grothoff
git-svn-id: https://gnunet.org/svn/gnunet@12098 140774ce-b5e7-0310-ab8b-a85725594a96
2010-05-18nodbggrothoff
git-svn-id: https://gnunet.org/svn/gnunet@11418 140774ce-b5e7-0310-ab8b-a85725594a96