aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
Commit message (Collapse)AuthorAge
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* fix serialization/deserialization error in namestore deferred monitor logicChristian Grothoff2018-05-20
|
* check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff2018-05-20
|
* add some extra GNS-record well-formedness checks if logging is enabledChristian Grothoff2018-05-13
|
* get rid of plain memcpy callsChristian Grothoff2018-05-13
|
* add warning about slow monitorsChristian Grothoff2018-05-10
|
* watch for namestore not completing store operations, add auto-abort with ↵Christian Grothoff2018-05-10
| | | | warning plus statistics to detect
* fix crash on monitor disconnectChristian Grothoff2018-05-10
|
* implement new functions in libgnunetsq, clean up sqlite namestore plugin, ↵Christian Grothoff2018-05-09
| | | | implement flow control in namestore API and tests
* start preparations for flow control by namestore monitorsChristian Grothoff2018-05-02
|
* add test for query derivation (passed instantly)Christian Grothoff2018-05-02
|
* lots more statistics for zoneimport/namestoreChristian Grothoff2018-05-01
|
* more extensive namestore tests for the non-sqlite plugins, with bugfixesChristian Grothoff2018-05-01
|
* add perf_ logic for namestore iterations, improve namestore insertion ↵Christian Grothoff2018-05-01
| | | | | | performance by 30 percent
* more loggingChristian Grothoff2018-04-30
|
* signal contChristian Grothoff2018-04-30
|
* eliminate use of OFFSET in namestore DB queriesChristian Grothoff2018-04-30
|
* add statistic on namestore iteration delayChristian Grothoff2018-04-30
|
* add option to disable namecache, add velocity calculation and delay ↵Christian Grothoff2018-04-29
| | | | correction to zonemaster, fix some ftbfs from recent NAMESTORE API change
* misc zoneimporter fixesChristian Grothoff2018-04-26
|
* clean up zone iteration logicChristian Grothoff2018-04-25
|
* enable caching private->public key mapping in memory to improve CPU ↵Christian Grothoff2018-04-25
| | | | consumption for large zone insertions
* more logging of exp timeChristian Grothoff2018-04-25
|
* extend namestore API to enable faster iterations by returning more than one ↵Christian Grothoff2018-04-25
| | | | result at a time
* code cleanup, more diagnostics, more statisticsChristian Grothoff2018-04-24
|
* fix transition to multi-server in cmd line for gnunet-zoneimportChristian Grothoff2018-04-23
|
* move to @ for empty label, fix empty-label resolution bug in GNS API, ↵Christian Grothoff2018-04-23
| | | | install gnunet-zoneimport and add man page
* some code cleanupChristian Grothoff2018-04-10
|
* avoid specifying useless DEFAULT valuesChristian Grothoff2018-03-08
|
* eliminate .gnu from GNSChristian Grothoff2018-03-03
|
* fix misc namestore crashes from pq migrationChristian Grothoff2017-06-23
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* migrating more services to new service APIChristian Grothoff2016-09-21
|
* Fix UAF detected by asanDavid Barksdale2016-09-05
|
* -nicer indentationChristian Grothoff2016-08-25
|
* fix #4620Christian Grothoff2016-08-22
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* - fix string formatMartin Schanzenbach2016-05-04
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -fix (harmless) use of uninit 'nick'Christian Grothoff2015-05-26
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* Remove work-around for bad NULL definitionDavid Barksdale2014-12-23
|
* removing unused "RF_PENDING" flagMatthias Wachs2014-09-23
|
* -add a few commentsChristian Grothoff2014-02-16
|