- 22 Aug, 2022 2 commits
-
-
Vladimír Čunát authored
-
Oto Šťáva authored
Ubuntu 21.10 (Impish) has reached end-of-life and the image could no longer be built.
-
- 11 Jul, 2022 1 commit
-
-
Vladimír Čunát authored
-
- 23 Jun, 2022 1 commit
-
-
Jakub Ružička authored
-
- 04 Mar, 2022 2 commits
-
-
Tomas Krizek authored
contrib: add distrotest for rocky8 See merge request !116
-
Tomas Krizek authored
-
- 22 Dec, 2021 2 commits
-
-
Tomas Krizek authored
contrib/docker: utility scripts for image updates See merge request !115
-
Tomas Krizek authored
-
- 13 Dec, 2021 2 commits
-
-
Tomas Krizek authored
respdiff: downgrade bind to previous working version See merge request !114
-
Tomas Krizek authored
-
- 09 Dec, 2021 2 commits
-
-
Tomas Krizek authored
contrib: update resolvers See merge request !113
-
Tomas Krizek authored
-
- 24 Nov, 2021 2 commits
-
-
Tomas Krizek authored
orchestrator: fix progress report See merge request !112
-
Petr Špaček authored
For some reason, the code reading answers was using imap() function to read them _in order_ they were sent. This could cause answer buildup in an internal multiprocessing queue, and eventually the program logged multiple 'Received xxx answers' lines at once, which made the status reporting useless. It was like that since d422292d, and this commit claims it reduced storage requirements by factor 25. The problem is that the commit did three changes at once: - it moved txn.put() into central place in the main thread - it coalesced all writes into one huge transactoin - it changed imap_unordered() to imap() call In my tests today, centralized txn.put() in the main thread in combination with one huge transaction and imap_unordered() increases storage size by 5 %, and that does not seem worth incorrect status reporting. Tested with LMDB version 0.9.29.
-
- 08 Nov, 2021 2 commits
-
-
Tomas Krizek authored
contrib/job_manager: add ubuntu2110, fedora35, delete older See merge request !111
-
Tomas Krizek authored
-
- 27 Oct, 2021 3 commits
-
-
Tomas Krizek authored
ci: update to knot 3.1 and debian 11 See merge request !110
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- 17 Sep, 2021 4 commits
-
-
Tomas Krizek authored
use respdiff-rs version of msgdiff See merge request !109
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- 26 Aug, 2021 2 commits
-
-
Tomas Krizek authored
contrib/job_manager: add distrotests for debian11 See merge request !108
-
Tomas Krizek authored
-
- 03 May, 2021 2 commits
-
-
Tomas Krizek authored
contib: update fedora, ubuntu releases See merge request !107
-
Tomas Krizek authored
-
- 19 Feb, 2021 2 commits
-
-
Tomas Krizek authored
diffsum: display msgid for queries See merge request !106
-
Tomas Krizek authored
Knowing the specific message ID can be useful for debugging purposes. The displayed value is the actually message ID contained in the query, not the respdiff's internal query ID (QID) used for identification in LMDB.
-
- 16 Feb, 2021 3 commits
-
-
Tomas Krizek authored
ci: updates See merge request !104
-
Tomas Krizek authored
This was used only for a sigle test with malformed queries. However, it wasn't maintained and no longer running in CI. Furthermore, updating deckard would require extra privileges and additional changes related to removal of socket wrapper. The single test doesn't seem to be worth the effort.
-
Tomas Krizek authored
-
- 15 Feb, 2021 2 commits
-
-
Tomas Krizek authored
contrib/docker: update dnsperf See merge request !103
-
Tomas Krizek authored
-
- 10 Feb, 2021 2 commits
-
-
Tomas Krizek authored
bind: update Dockerfile See merge request !102
-
Tomas Krizek authored
-
- 29 Jan, 2021 3 commits
-
-
Tomas Krizek authored
contrib/job_manager: bump unbound to version 1.13.0 See merge request !101
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- 21 Jan, 2021 1 commit
-
-
Tomas Krizek authored
remove rebinding module See merge request !100
-