can't find who suggested this crasher fix.. delayed by pgp
[oweals/gnunet.git] / src / datastore /
2017-11-10 David BarksdaleFix skip_next_messages counting, combine logic
2017-10-02 Christian Grothoffdisconnect CADET only after client count hits zero
2017-09-30 Christian Grothoffmore aggressive index creation
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-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-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-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
2016-06-17 Christophe Genevey... plugin datastore mysql
2016-05-06 Christian Grothofffixing compiler warnings
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-03-14 Christian Grothoff-bugfix, adding comments, fixing indent
2016-02-06 Christian Grothoffmake some more use of libgnunetpq
2016-01-19 Christian Grothoff-fix (C) notices
2015-11-28 David BarksdaleFix UAF in asynchronous datastore plugins
2015-09-29 Christian Grothoffreport skipped tests, doxygen fixes
2015-09-05 Christian Grothoff-fix
2015-08-03 Christian Grothoffextend datastore performance tests to cover scenario...
2015-08-03 Christian Grothoff-reduce autostarting for tests, reduce timeouts
2015-08-03 Christian Grothoff-cleaning up test logic, modernizing calls, improving...
2015-07-18 Christian Grothoff-adding missing 'const' decls, fixing indentation ...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-02 Christian Grothoff-noinst-ing non-functional binaries/libraries that...
2015-05-20 Christian Grothoff-work around stupid GCC warning (#3791)
2015-03-23 Christian Grothoff-no NSE
2015-03-21 David BarksdaleConvert datastore plugin API to asynchronous
2015-03-07 Christian Grothoff-indentation and comment fixes
2015-03-07 Christian Grothoff-fix segv
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-02 Christian Grothoff-improve logging to help diagnose #3593
2015-02-02 Christian Grothoff-reduce log level, this is expected on shutdown
next