aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
Commit message (Expand)AuthorAge
* fix serialization/deserialization error in namestore deferred monitor logicChristian Grothoff2018-05-20
* check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff2018-05-20
* off by 0 in log msgChristian Grothoff2018-05-20
* fix crash on namestore disconnectChristian Grothoff2018-05-20
* allow multiple GNS2DNS records to co-existChristian Grothoff2018-05-20
* follow-up, fix conf locationsNils Gillmann2018-05-19
* add some extra GNS-record well-formedness checks if logging is enabledChristian Grothoff2018-05-13
* get rid of plain memcpy callsChristian Grothoff2018-05-13
* support grabbing individual recordsChristian Grothoff2018-05-13
* add logic to compute statistics from benchmarkChristian Grothoff2018-05-12
* add warning about slow monitorsChristian Grothoff2018-05-10
* watch for namestore not completing store operations, add auto-abort with warn...Christian Grothoff2018-05-10
* add option to bump lifetimeChristian Grothoff2018-05-10
* fix crash on monitor disconnectChristian Grothoff2018-05-10
* fix config filesChristian Grothoff2018-05-09
* fix offset computation in flat iteratorChristian Grothoff2018-05-09
* fix context for zone_to_name flat pluginChristian Grothoff2018-05-09
* fix crash on error in test logic on shutdownChristian Grothoff2018-05-09
* missed a few placesChristian Grothoff2018-05-09
* implement new functions in libgnunetsq, clean up sqlite namestore plugin, imp...Christian Grothoff2018-05-09
* Merge branch 'master' of gnunet.org:gnunetNils Gillmann2018-05-06
|\
| * update namestore monitor API users to use new _next call where neededChristian Grothoff2018-05-05
* | Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
|/
* start preparations for flow control by namestore monitorsChristian Grothoff2018-05-02
* fix scanf callsChristian Grothoff2018-05-02
* add test for query derivation (passed instantly)Christian Grothoff2018-05-02
* comma missingChristian Grothoff2018-05-02
* misc improvements to statistics and large-scale behavior of zoneimport/zonema...Christian Grothoff2018-05-02
* implement UPSERT instead of DELETE+INSERT to reduce number of DB transactionsChristian Grothoff2018-05-02
* update gitignoreChristian Grothoff2018-05-01
* lots more statistics for zoneimport/namestoreChristian Grothoff2018-05-01
* more extensive namestore tests for the non-sqlite plugins, with bugfixesChristian Grothoff2018-05-01
* fix perf_ return valueChristian Grothoff2018-05-01
* add perf_ logic for namestore iterations, improve namestore insertion perform...Christian Grothoff2018-05-01
* more loggingChristian Grothoff2018-04-30
* signal contChristian Grothoff2018-04-30
* bigChristian 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 correctio...Christian Grothoff2018-04-29
* misc zoneimporter fixesChristian Grothoff2018-04-26
* misc bugfixesChristian Grothoff2018-04-26
* clean up zone iteration logicChristian Grothoff2018-04-25
* init ns_pendingChristian Grothoff2018-04-25
* init ns_pendingChristian Grothoff2018-04-25
* first (untested) implementation of batch iteration over NAMESTORE to speed up...Christian Grothoff2018-04-25
* enable caching private->public key mapping in memory to improve CPU consumpti...Christian Grothoff2018-04-25
* more logging of exp timeChristian Grothoff2018-04-25
* extend namestore API to enable faster iterations by returning more than one r...Christian Grothoff2018-04-25
* code cleanup, more diagnostics, more statisticsChristian Grothoff2018-04-24