- Mar 09, 2020
-
-
Petr Špaček authored
-
- Mar 06, 2020
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Fixes #549
-
Vladimír Čunát authored
-
Vladimír Čunát authored
In FreeBSD it's disabled by default, causing this error. I tried disabling it on Linux via sysctl, but that didn't seem to cause any errors.
-
- Mar 05, 2020
-
-
Vladimír Čunát authored
-
Peter Keresztes Schmidt authored
-
- Mar 02, 2020
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
The nice restructuring had these side effects, unfortunately.
-
Tomas Krizek authored
gc: don't re-open cache so often See merge request !946
-
- Feb 28, 2020
-
-
Vladimír Čunát authored
One iteration of GC produces five lines of log (without -DDEBUG); separating those chunks seems much nicer.
-
Vladimír Čunát authored
It really is nicer to work with. Additionally re-open cache after any GC errors.
-
Vladimír Čunát authored
Re-opening the cache causes fsync - every interval (1s by default). Normally that isn't noticeable, but on encrypted ZFS it causes high CPU consumption (even when "idle"). grahamc first reported this and Mic92 tested the patch helps. Thanks! https://gitter.im/CZ-NIC/knot-resolver?at=5e4ea2343ca8a67fb808e349
-
- Feb 26, 2020
-
-
Tomas Krizek authored
spdx cleanup: fix installation and pkgtests See merge request !945
-
Tomas Krizek authored
-
- Feb 25, 2020
-
-
Vladimír Čunát authored
-
The file can be re-generated using scripts/update-authors.sh. File .mailmap is used for name canonicalization and fresh list of authors replaces the old one in AUTHORS file automatically. Gitlab CI checks its content before release (on branches named release-*). Marek Vavruša is listed in .mailmap file twice intentionally, once as CZ.NIC employee and second time as external contributor.
-
Source is git+https://github.com/twbs/bootstrap.git@a78dc3aed640a35914361b837ce24573a0515e19#yeti/bootstrap.min.css but our version has minor modifications: - removed link to font file - minor font and line height adjustments - added SPDX header Diffing minimized CSS file is a mess so use something like $ awk '{gsub(/{|}|;/,"&\n"); print}' to get something more legible.
-
Originally we used version 0.12.0 but the files in our repo did not exactly match files in the upstream repo and I could not confirm if the changes were meaningful or just artifact of source minimization process. To remove uncertainity I've updated selectize.js to latest upstream version 0.12.6, did not do any extra CSS minimization, and removed unused file selectize.min.css. As far as I can tell it seems to work. Source: git+https://github.com/selectize/selectize.js.git@eb0fca364f9bd6864ae197ea58c853f2717052a9
-
The SPDX file contains hand-written metadata about source URL, version, authors, and license. There are two missing pieces in HTTP module: - bootswatch theme - I could not find what theme we ship, maybe it is based on one of bootswatch themes but heavily modified - selectize.js source does not match respective files in upstream but contains minor changes I will deal with these in later commits.
-
These files did not have GNU GPL v3 boilderplate in them so I've added machine readable tag with appropriate license.
-
Long GNU GPLv3 boilderplate was automatically replaced with machine readable tag.
-
Petr Špaček authored
daemon/tls: downgrade a log line to --verbose mode See merge request !944
-
It just reports a failure to show the key-pin hash in the log.
-
Petr Špaček authored
asprintf cleanup See merge request !941
-
- Feb 24, 2020
-
-
Vladimír Čunát authored
travis: force homebrew update to fix travis issue See merge request !943
-