aboutsummaryrefslogtreecommitdiff
path: root/src/zonemaster
Commit message (Collapse)AuthorAge
* GNS: Fix publishing of private recordsMartin Schanzenbach2022-03-03
|
* -silence warningsMartin Schanzenbach2022-02-26
|
* GNS: LSD0001 improvementsMartin Schanzenbach2022-02-07
| | | | | | NAMESTORE: Better error handling. Fixed private record feature. GNSRECORD: Record inconsistency check for delegation and redirection records
* -simlify and correct tombstone logicMartin Schanzenbach2022-02-06
|
* -refactor zonemasterMartin Schanzenbach2022-02-05
|
* -fix issue with tombstone deletion when records are addedMartin Schanzenbach2022-02-05
|
* GNS: Add tombstone string processing; also handle tombstones in monitor properlyMartin Schanzenbach2022-02-05
|
* GNS: Implement Tombstone logicMartin Schanzenbach2022-02-05
| | | | | | | | GNS: Namestore zonemaster record store processing ZONEMASTER: Do not publish records if tombstone expires in the future NAMESTORE: Purge old tombstones.
* GNS: Introduce CRITICAL flag. Fixes #7169Martin Schanzenbach2022-02-03
|
* -ftbfsMartin Schanzenbach2022-02-03
|
* -fix many more typosChristian Grothoff2021-04-26
|
* -fix zonemasterMartin Schanzenbach2020-10-15
|
* - more fixes towards crypto agilityMartin Schanzenbach2020-10-15
|
* 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