reduce loop counters to more practical levels
[oweals/gnunet.git] / src / datastore /
2018-05-30 Christian GrothoffMerge branch 'master' of ssh://gnunet.org/gnunet
2018-05-19 Nils Gillmannfollow-up, fix conf locations
2018-05-06 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-05-06 Nils GillmannSwitch to $GNUNET_TMP in all configuration files.
2018-04-10 Christian Grothoffminor bugfixes
2018-02-26 Phil-Merge branch 'master' into identity_oidc
2018-02-25 Schanzenbach, Martin-fix
2018-02-06 David Barksdalefix datstore bind issue for real this time
2018-01-30 Christian Grothofffix datastore bind issue
2018-01-22 Phil-merge branch 'master' into identity_oidc
2018-01-15 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-14 David BarksdaleSQLite doesn't constant fold
2017-12-30 lurchimerge branch 'refactoring-scheduler'
2017-12-30 lurchiMerge branch 'fix_social'
2017-12-04 Schanzenbach, MartinMerge branch 'identity_abe' into identity_oidc
2017-12-04 PhilMerge remote-tracking branch 'origin/identity_abe'...
2017-12-02 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2017-11-28 ng0Merge branch 'master' of gnunet.org:gnunet into doc...
2017-11-15 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-11-10 David BarksdaleFix skip_next_messages counting, combine logic
2017-10-05 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-10-05 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2017-10-02 Christian Grothoffdisconnect CADET only after client count hits zero
2017-09-30 Christian Grothoffmore aggressive index creation
2017-06-23 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-06-10 Christian Grothoffrename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatus
2017-06-05 David Barksdale[datastore] Remove unused indicies from sqlite
2017-06-03 Christian Grothofffinish datastore pq refactoring
2017-06-03 Christian Grothoffmore pq work
2017-06-01 Christian Grothoffadding more good helpers to libgnunetpq
2017-06-01 David Barksdale[datstore] make sqlite page_size power of two
2017-04-21 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-04-19 xrsremoved LIMIT expression from DELETE stmt. See sqlite...
2017-04-19 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-04-17 David Barksdale[datastore] Create remove plugin API call
2017-04-16 David Barksdale[datastore] Combine put and update plugin APIs
2017-04-14 David BarksdaleRewrite gnunet-datastore to dump to a file
2017-03-29 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-28 David Barksdale[datastore] Fix performance tests after API change
2017-03-25 Christian Grothoffrename GNUNET_GETOPT functions to achieve better consis...
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-23 David Barksdale[datastore] Return and update replication
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-19 David Barksdale[datastore] Fix #3743
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-03-17 Christian GrothoffMerge branch 'getopt'
2017-03-17 Christian GrothoffMerge branch 'master' into getopt
2017-03-15 Marcello StanisciPorting 'nat'.
2017-03-14 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-13 Christian Grothoffconvert sqlite peerstore to using libgnunetsq
2017-03-12 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-12 Christian Grothoffuse new GNUNET_SQ_reset where applicable
2017-03-12 Christian Grothoffconverting datacache to sqlite, fixing misc. issues...
2017-03-10 Christian Grothoffuse libgnunetsq throughout plugin_datastore_sqlite...
2017-03-10 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-10 Christian Grothoffproperly handle error on empty queue
2017-03-10 Christian Grothoffstarting conversion of plugin_datastore_sqlite to use...
2017-03-10 Christian Grothoffintroduce warning if QE fails to make progress
2017-03-10 Christian Grothoffremove empty files, fix indentation
2017-03-08 Christian Grothoffwe use CREATE INDEX IF NOT EXITS, this requires postgre...
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-25 Christian Grothofffix crash in test if DB did not yet exist
2017-02-25 Руслан ИжбулатовW32: cast ntohl() result to uint32_t
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-23 Christian Grothoffeven nicer queue size optimization: insert-at-tail...
2017-02-23 Christian Grothoffoptimize queue-full case, reduce max queue size due...
2017-02-20 David BarksdaleRestrict update to positive priority deltas
2017-02-20 David BarksdaleRemove unused GNUNET_DATASTORE_update() API call
2017-01-27 Christian Grothoffunset XDG environment variable during testcases, as...
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-16 Christian Grothoffsimplify GNUNET_CONTAINER_heap_update_cost API
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2017-01-08 Christian Grothoffexclude more tests
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
2016-11-09 Bart Polot- add subdirectory gitignore files
2016-10-13 Daniel Golledatastore: postgres: use IF NOT EXISTS to avoid error...
2016-09-23 Christian Grothoffconverting datastore to new MQ API
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-20 Christian Grothoff-skip mysql tests properly if mysql is not configured...
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-08 Christian Grothoff-fix loglevel
2016-07-06 Christian Grothoffmisc fixes
2016-06-26 Christian Grothoff-fix leak
2016-06-25 Christian Grothoff-sane log level
2016-06-24 Christian Grothoffrefactoring datastore API to use MQ API, also fixing...
2016-06-24 Christian Grothofffix over-allocation in datastore API
2016-06-24 Christophe Genevey... fix plugin datastore mysql
2016-06-24 Christophe Genevey... fix plugin datastore mysql
2016-06-24 Christian Grothofffixing compiler warnings...
2016-06-24 Christophe Genevey... continue to fix execute select
2016-06-23 Christophe Genevey... continue to fix execute select
2016-06-22 Christophe Genevey... plugin datastore mysql
2016-06-22 Christophe Genevey... plugin datastore mysql
2016-06-21 Christian Grothoffupdate statistics API to use new MQ API style, also...
2016-06-21 Christian Grothofftowards fixing mysql plugin
2016-06-21 Christophe Genevey... plugin datastore mysql
2016-06-21 Christophe Genevey... plugin datastore mysql
2016-06-20 Christian Grothoffuse c99
2016-06-18 Martin Schanzenbach- revert to r37134. Broken build
next