paragraph for gnunet devs that don't know how to use the web
[oweals/gnunet.git] / src / datastore / datastore_api.c
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
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-03-29 Schanzenbach, Martin- merge with master
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-10 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-10 Christian Grothoffproperly handle error on empty queue
2017-03-10 Christian Grothoffintroduce warning if QE fails to make progress
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
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 BarksdaleRemove unused GNUNET_DATASTORE_update() API call
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-06-26 Christian Grothoff-fix leak
2016-06-24 Christian Grothoffrefactoring datastore API to use MQ API, also fixing...
2016-06-24 Christian Grothofffix over-allocation in datastore API
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-08-03 Christian Grothoff-reduce autostarting for tests, reduce timeouts
2015-08-03 Christian Grothoff-cleaning up test logic, modernizing calls, improving...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-03-07 Christian Grothoff-indentation and comment fixes
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
2015-01-07 Christian Grothoffsuspend server while handlers are not in place
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2013-11-18 Christian Grothoff-doxygen fixes
2013-11-18 Christian Grothoff-fix
2013-11-18 Christian Grothoff-doxygen, and likely fix for #2727
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-01-25 Christian Grothoff-style
2012-10-26 Christian Grothoff-bugfixes, code cleanup
2012-10-23 Christian Grothoff-reduce statistics (#2594)
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-04-23 Christian Grothoff-removing legacy DEBUG ifdefs
2012-04-19 Christian Grothoff-fix
2012-04-19 Christian Grothoff-removing 2nd argument from GNUNET_CLIENT_disconnect...
2012-02-18 Christian Grothoff-call continuation last
2011-12-19 Christian Grothoffadding min_expiration argument to GNUNET_DATASTORE_Cont...
2011-11-29 Christian Grothoff-fixing indentation
2011-11-25 Christian Grothoff-reduce log level
2011-10-10 Christian Grothoffuse LOG macro in datastore_api.c
2011-08-29 Christian Grothoffrun indent twice, it alternates between two 'canonical...
2011-08-16 Christian Grothoffeven nicer indentation, thanks to LRN's indent patch
2011-08-15 Christian Grothoffindentation
2011-08-15 Christian Grothoffindentation
2011-06-17 Christian Grothoffdebugs
2011-06-17 Christian Grothoffmore asserts
2011-06-17 Christian Grothofffix 1708
2011-06-16 Christian Grothofffix
2011-06-16 Christian Grothoffdnc
2011-06-13 Christian Grothofffix
2011-06-13 Christian Grothoffdoxygen
2011-05-31 Christian Grothoffskip here
2011-05-31 Christian Grothofffix
2011-05-31 Christian Grothoffnicer
2011-05-30 Christian Grothoffdo not reset in_receive unless called from receive
2011-05-30 Christian Grothoffstats
2011-05-30 Christian Grothoffdo not remove from queue if already transmitted
2011-05-30 Christian Grothoffproper shutdown
2011-05-30 Christian Grothofffix
2011-05-27 Christian Grothoffdocu, check NULL
2011-05-25 Christian Grothofffix
2011-04-27 Christian Grothofffix
2011-04-27 Christian Grothoffpass repl
2011-04-26 Christian Grothoffdatastore and fs fixes from Easter
2011-04-21 Christian Grothofffixes
2011-04-06 Christian Grothofffixc
2011-04-04 Christian Grothoffrenaming, fixes
2011-04-03 Christian Grothoffimproving datastore API --- not working yet
2011-04-03 Christian Grothoffchanging datastore API to support replication level...
2011-03-25 Christian Grothoffbetter API
2010-11-05 Nathan S. Evansbig scheduler refactoring, expect some issues
2010-11-01 Christian Grothofffixes from LRN for DEBUG code
2010-10-27 Matthias WachsRefactoring gnunet time
2010-10-21 Christian Grothofffix
2010-10-20 Christian Grothoffstats and fixes
2010-10-20 Christian Grothofflogging
2010-10-19 Christian Grothofflog drop
2010-10-18 Christian Grothoffavoid disconnect on cancel
2010-10-06 Christian GrothoffDHT PUT integration into FS
2010-10-06 Christian Grothoffuse size_t
next