- Nov 26, 2018
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
There seems no potential for modifying this one.
-
This allows changing of secret in the checkout layer.
-
The checkout layer was moved to where upstream address is known, but before outbound message is sent (or connected to upstream). The reason is to allow checkout layer to block outbound queries without wasting time waiting for connect.
-
- Nov 21, 2018
-
-
Vladimír Čunát authored
We had 35 reports, now we'll have just 7 and mostly in code that's not ours (contrib/*).
-
Vladimír Čunát authored
... and avoid a scan-build error.
-
Vladimír Čunát authored
Also simplify l_ffi_deinit().
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Again, it's just a mechanical change, looking at occurences of the identifiers.
-
Vladimír Čunát authored
It's just a few lines apart. It's been generating lots of noise in CI lint:clang-scan-build.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
This fixes a case when inserting into LRU, and the entry for given key exists, but has allocated smaller value than what's requested.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Sometimes it's useful to express that pointed-to memory is constant, and free-like functions then just cause extra unreadability.
-
Vladimír Čunát authored
It's more efficient for some our use cases, and hopefully also more idiomatic.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
We have functions for this, so let's use them more.
-
Tomas Krizek authored
doc: draw date in kresd.8 from NEWS See merge request !706
-
- Nov 20, 2018
-
-
Daniel Kahn Gillmor authored
Ideally, we'll just use the datestamp in the first line of NEWS directly. if we can't find that, then fall back to the timestamp of the file (which might be different on different machines because of how git applies updates). In any event, choose the datestamp using UTC, to avoid building a different kresd.8 depending on the TZ of the machine.
-
- Nov 19, 2018
-
-
Tomas Krizek authored
daemon/worker: ignore KNOT_ETRAIL when saving source packet See merge request !705
-
Grigorii Demidov authored
-
- Nov 15, 2018
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
In particular, in .gitlab-ci.yml I see no reason to hard-code the version of clang tools - it seems easier to control that only when generating the image.
-
- Nov 14, 2018
-
-
Vladimír Čunát authored
Closes #411.
-
Vladimír Čunát authored
This is my mistake. I was convinced this line wasn't needed and I deleted it before merging the module. Apparently we still have some deficiencies in the build system, but let's defer that to migration (to meson probably).
-
Vladimír Čunát authored
Fixes #410.
-