You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.019Oct1423Aug2110Jun927Jan28Dec4Sep20Jun4Apr3Mar9Apr12Mar30Jun23Mar221311Sep78Aug25Jul21127623Jun2221653227May2625241817161513121188Apr765430Mar2928Ported to Qt6.qt6qt6Merge pull request #28 from walterbrebels/cacheMerge pull request #27 from walterbrebels/ptr-expireMerge pull request #29 from patrickelectric/fix_compilation_warningssrc: provider: Do not use argument with the same name as member variablesrc: hostname: Do not redeclare entry variablesrc: Do not use interface name since it conflicts with win10sdk internalssrc: Fix reorder-ctorcmake: Add compilation checksOnly cache relevant records to avoid additional overhead on networkDont remove service when PTR record expiresAdded random port to increase probability of scanning success.devdevBind every local ip to support multi network cards.Update CMakeLists.txt to require version 5.7 for all Qt dependencies.Fix race condition that was causing the test suite to sporadically fail.Fix another typo in libcommon test suite.Fix typo in libcommon for test suite.Raise the minimum required version of Qt to 5.7 as per #24.Merge pull request #24 from KonstantinRitt/ranged-forModernize by replacing foreach with ranged-forMerge pull request #22 from StephanWidor/patch-1Changed socket bind hint to defaultForPlatform, it resolve problom of ESP mDNS device can not found.mastermasterOnly use QRandomGenerator for Qt >= 5.15.0Use QRandomGeneratorBump to version 0.2.0.0.2.00.2.0Merge pull request #19 from cgutman/excessive-answer-recordsOnly include PTR records that correspond to the query targetMerge pull request #13 from cgutman/fix_new_delete_mismatchFix new/delete mismatch caught by ASANMerge pull request #9 from cgutman/fix-resolver-exampleMerge pull request #7 from cgutman/fix-staticFix the Resolver example in the docs to use the correct nameCorrect QMDNSENGINE_EXPORT when BUILD_SHARED_LIBS is undefinedMake resetHostname() inline.Refactor the Cache class.Refactor onMessageReceived() in Browser.Refactor service browser and include cached PTR records when querying for specific services.Parse and write DNS messages with the truncate bit set.Simplify socket binding code.Require a C++11 compiler.