- 18 Jan, 2019 3 commits
-
-
Petr Špaček authored
randomize order of queries in domain2ipset.py See merge request !13
-
Petr Špaček authored
A strict RRL configuration might skew results, let's try to avoid that by sending genreport queries in sequence. Given the large number of IP addresses we test it should not considerably slow down the test.
-
Petr Špaček authored
Randomization should help with timeouts and response rate limiting.
-
- 16 Jan, 2019 3 commits
-
-
Petr Špaček authored
Use IPAddress objects instead of strings See merge request !12
-
Petr Špaček authored
It turns out that genreport and dnspython use different string formats for IPv6 addresses and this is causing problems in certain special cases. Thanks to Sven Van Dyck <svenvd@dnsbelgium.be> for reporting this!
-
Petr Špaček authored
-
- 03 Nov, 2018 1 commit
-
-
Petr Špaček authored
-
- 18 Oct, 2018 2 commits
-
-
Petr Špaček authored
docs: fix Docker examples See merge request !11
-
Petr Špaček authored
-
- 15 Oct, 2018 9 commits
-
-
Petr Špaček authored
Dockerfile: optimize dnspython using Cython See merge request !10
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
Docs overhaul See merge request !9
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
rework result printing See merge request !8
-
Petr Špaček authored
new script printresults.py replaces old nsprint.py and diffresults.py
-
- 14 Oct, 2018 2 commits
-
-
Petr Špaček authored
Bugfixes See merge request !7
-
Petr Špaček authored
The multiprocessing module by default uses fork() on Linux and this effectively doubles amount of memory required for processing big zones. We are targeting Linux platform anyway so using forkserver should not have any adverse effect.
-
- 13 Oct, 2018 1 commit
-
-
Petr Špaček authored
This algorithm works better on large zones and produces the same result.
-
- 25 Sep, 2018 2 commits
-
-
Petr Špaček authored
-
Petr Špaček authored
All-in-one script See merge request !6
-
- 24 Sep, 2018 2 commits
-
-
Petr Špaček authored
-
Petr Špaček authored
It now produces the same result as each individual script, including pickled intermediate results.
-
- 21 Sep, 2018 2 commits
-
-
Petr Špaček authored
It seems to work but the script does not save its results yet.
-
Petr Špaček authored
Python version will be handy for all-in-one script.
-
- 20 Sep, 2018 1 commit
-
-
Petr Špaček authored
-
- 19 Sep, 2018 12 commits
-
-
Petr Špaček authored
ci: fix prod image build See merge request !5
-
Petr Špaček authored
-
Petr Špaček authored
ci: fix lint + test phase by actually adding CI docker image See merge request !4
-
Petr Špaček authored
It is not necessary to repeat test 10 times in CI, 2 rounds will suffice.
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
ci: add lint + test steps See merge request !3
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
prepare CI image See merge request !2
-
Petr Špaček authored
-
Petr Špaček authored
10 times should be enough to eliminate random network failures.
-