Age | Commit message (Expand) | Author |
2018-05-02 | implement UPSERT instead of DELETE+INSERT to reduce number of DB transactions | Christian Grothoff |
2018-05-01 | update gitignore | Christian Grothoff |
2018-05-01 | lots more statistics for zoneimport/namestore | Christian Grothoff |
2018-05-01 | more extensive namestore tests for the non-sqlite plugins, with bugfixes | Christian Grothoff |
2018-05-01 | fix perf_ return value | Christian Grothoff |
2018-05-01 | add perf_ logic for namestore iterations, improve namestore insertion perform... | Christian Grothoff |
2018-04-30 | more logging | Christian Grothoff |
2018-04-30 | insert at tail | Christian Grothoff |
2018-04-30 | also limit ma DHT puts | Christian Grothoff |
2018-04-30 | update velocity always at the end of iteration | Christian Grothoff |
2018-04-30 | signal cont | Christian Grothoff |
2018-04-30 | big | Christian Grothoff |
2018-04-30 | simplify velocity logic in zonemaster | Christian Grothoff |
2018-04-30 | eliminate use of OFFSET in namestore DB queries | Christian Grothoff |
2018-04-30 | typo | Christian Grothoff |
2018-04-30 | increase block sizes | Christian Grothoff |
2018-04-30 | add statistic on namestore iteration delay | Christian Grothoff |
2018-04-30 | calculate velocity on PUT instead of put confirmation, publish delay statistic | Christian Grothoff |
2018-04-30 | eliminate DHT PUT OK message by using MQ feature of calling continuation when... | Christian Grothoff |
2018-04-30 | remove bogus assertion | Christian Grothoff |
2018-04-30 | fix continuation | Christian Grothoff |
2018-04-30 | enable more parallelism with DHT queue, but limit to 1000 entries, then kill ... | Christian Grothoff |
2018-04-29 | batch NAMESTORE operation also in zonemaster | Christian Grothoff |
2018-04-29 | add option to disable namecache, add velocity calculation and delay correctio... | Christian Grothoff |
2018-04-26 | misc zoneimporter fixes | Christian Grothoff |
2018-04-26 | misc bugfixes | Christian Grothoff |
2018-04-25 | clean up zone iteration logic | Christian Grothoff |
2018-04-25 | init ns_pending | Christian Grothoff |
2018-04-25 | init ns_pending | Christian Grothoff |
2018-04-25 | first (untested) implementation of batch iteration over NAMESTORE to speed up... | Christian Grothoff |
2018-04-25 | enable caching private->public key mapping in memory to improve CPU consumpti... | Christian Grothoff |
2018-04-25 | more logging of exp time | Christian Grothoff |
2018-04-25 | extend namestore API to enable faster iterations by returning more than one r... | Christian Grothoff |
2018-04-24 | code cleanup, more diagnostics, more statistics | Christian Grothoff |
2018-04-24 | nicer zoneimport performance logging | Christian Grothoff |
2018-04-24 | clarify issue | Christian Grothoff |
2018-04-24 | do not crash if service violates IPC protocol | Christian Grothoff |
2018-04-23 | optimize memory consumption of zoneimporter | Christian Grothoff |
2018-04-23 | fix typo | Christian Grothoff |
2018-04-23 | fix transition to multi-server in cmd line for gnunet-zoneimport | Christian Grothoff |
2018-04-23 | merge conflict resolution | Christian Grothoff |
2018-04-23 | more incremental processing of zoneimporter | Christian Grothoff |
2018-04-23 | move to @ for empty label, fix empty-label resolution bug in GNS API, install... | Christian Grothoff |
2018-04-19 | support multiple DNS resolvers for queries (in DNSSTUB and GNS2DNS resolution... | Christian Grothoff |
2018-04-18 | note on missing feature: try all servers | Christian Grothoff |
2018-04-18 | update script to properly test for certtool and to add key to all moz profiles | Christian Grothoff |
2018-04-18 | stop retrying after we succeed | Christian Grothoff |
2018-04-18 | fix deref | Christian Grothoff |
2018-04-17 | use namestore API for zone import instead of using plugin directly | Christian Grothoff |
2018-04-17 | fix record type used | Christian Grothoff |