aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
AgeCommit message (Expand)Author
2018-05-20fix serialization/deserialization error in namestore deferred monitor logicChristian Grothoff
2018-05-20check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff
2018-05-13add some extra GNS-record well-formedness checks if logging is enabledChristian Grothoff
2018-05-13get rid of plain memcpy callsChristian Grothoff
2018-05-10add warning about slow monitorsChristian Grothoff
2018-05-10watch for namestore not completing store operations, add auto-abort with warn...Christian Grothoff
2018-05-10fix crash on monitor disconnectChristian Grothoff
2018-05-09implement new functions in libgnunetsq, clean up sqlite namestore plugin, imp...Christian Grothoff
2018-05-02start preparations for flow control by namestore monitorsChristian Grothoff
2018-05-02add test for query derivation (passed instantly)Christian Grothoff
2018-05-01lots more statistics for zoneimport/namestoreChristian Grothoff
2018-05-01more extensive namestore tests for the non-sqlite plugins, with bugfixesChristian Grothoff
2018-05-01add perf_ logic for namestore iterations, improve namestore insertion perform...Christian Grothoff
2018-04-30more loggingChristian Grothoff
2018-04-30signal contChristian Grothoff
2018-04-30eliminate use of OFFSET in namestore DB queriesChristian Grothoff
2018-04-30add statistic on namestore iteration delayChristian Grothoff
2018-04-29add option to disable namecache, add velocity calculation and delay correctio...Christian Grothoff
2018-04-26misc zoneimporter fixesChristian Grothoff
2018-04-25clean up zone iteration logicChristian Grothoff
2018-04-25enable caching private->public key mapping in memory to improve CPU consumpti...Christian Grothoff
2018-04-25more logging of exp timeChristian Grothoff
2018-04-25extend namestore API to enable faster iterations by returning more than one r...Christian Grothoff
2018-04-24code cleanup, more diagnostics, more statisticsChristian Grothoff
2018-04-23fix transition to multi-server in cmd line for gnunet-zoneimportChristian Grothoff
2018-04-23move to @ for empty label, fix empty-label resolution bug in GNS API, install...Christian Grothoff
2018-04-10some code cleanupChristian Grothoff
2018-03-08avoid specifying useless DEFAULT valuesChristian Grothoff
2018-03-03eliminate .gnu from GNSChristian Grothoff
2017-06-23fix misc namestore crashes from pq migrationChristian Grothoff
2017-03-17more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff
2016-09-21migrating more services to new service APIChristian Grothoff
2016-09-05Fix UAF detected by asanDavid Barksdale
2016-08-25-nicer indentationChristian Grothoff
2016-08-22fix #4620Christian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-05-04- fix string formatMartin Schanzenbach
2016-04-30implementing new scheduler shutdown semanticsChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-05-26-fix (harmless) use of uninit 'nick'Christian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2014-12-24making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff
2014-12-23Remove work-around for bad NULL definitionDavid Barksdale
2014-09-23removing unused "RF_PENDING" flagMatthias Wachs
2014-02-16-add a few commentsChristian Grothoff
2013-12-16-never store NICKs anywhere but in '+', do not display nicks in gnunet-namestoreChristian Grothoff
2013-12-12-extend transport plugin API with capability to just disconnect a single sess...Christian Grothoff
2013-12-04add nick name for cached recordsMatthias Wachs