aboutsummaryrefslogtreecommitdiff
path: root/src/zonemaster
Commit message (Collapse)AuthorAge
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* uncrustify as demanded.ng02019-09-08
|
* fix #5795Christian Grothoff2019-07-12
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* rename FORCESTART into IMMEDIATE_START (#4547b)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* 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
|
* reduce queue limit to setting actually used in experiments so farChristian Grothoff2018-05-13
|
* add some extra GNS-record well-formedness checks if logging is enabledChristian Grothoff2018-05-13
|
* properly calculate min_relative_record_time without imposing global max, use ↵Christian Grothoff2018-05-13
| | | | constant from DHT API where applicable instead of defining our own
* remove dead statisticChristian Grothoff2018-05-13
|
* no delays during first iterationChristian Grothoff2018-05-13
|
* fix zonemaster delay calculationChristian Grothoff2018-05-13
|
* simplify logicChristian Grothoff2018-05-10
|
* separate zonemaster monitoring functionality from main iterate-and-publish ↵Christian Grothoff2018-05-10
| | | | operation
* active_put is no longer, DCEChristian Grothoff2018-05-06
|
* update namestore monitor API users to use new _next call where neededChristian Grothoff2018-05-05
|
* deq from correct queueChristian Grothoff2018-05-02
|
* misc improvements to statistics and large-scale behavior of ↵Christian Grothoff2018-05-02
| | | | zoneimport/zonemaster
* more loggingChristian Grothoff2018-04-30
|
* insert at tailChristian Grothoff2018-04-30
|
* also limit ma DHT putsChristian Grothoff2018-04-30
|
* update velocity always at the end of iterationChristian Grothoff2018-04-30
|
* simplify velocity logic in zonemasterChristian Grothoff2018-04-30
|
* typoChristian Grothoff2018-04-30
|
* increase block sizesChristian Grothoff2018-04-30
|
* calculate velocity on PUT instead of put confirmation, publish delay statisticChristian Grothoff2018-04-30
|
* eliminate DHT PUT OK message by using MQ feature of calling continuation ↵Christian Grothoff2018-04-30
| | | | when transmission is complete
* remove bogus assertionChristian Grothoff2018-04-30
|
* fix continuationChristian Grothoff2018-04-30
|
* enable more parallelism with DHT queue, but limit to 1000 entries, then kill ↵Christian Grothoff2018-04-30
| | | | hard
* batch NAMESTORE operation also in zonemasterChristian Grothoff2018-04-29
|
* 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
|
* 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 misc namestore crashes from pq migrationChristian Grothoff2017-06-23
|
* force non-zeroChristian Grothoff2017-01-12
|
* use sane defaultChristian Grothoff2017-01-12
|
* fix section nameChristian Grothoff2017-01-12
|
* fix uninit variable causing crash on 0 valueChristian Grothoff2017-01-05
|
* add ignore fileChristian Grothoff2017-01-04
|
* move functionality of publishing namestore zone in DHT from GNS service to ↵Christian Grothoff2017-01-04
new zonemaster service